- abs() - Method in class org.jscience.physics.amount.Amount
-
Returns the absolute value of this measure.
- abs(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the absolute value of a number.
- AbstractAction - Class in repast.simphony.engine.schedule
-
Abstract base action used by the default scheduling mechanism.
- AbstractAction(ScheduleParameters, long) - Constructor for class repast.simphony.engine.schedule.AbstractAction
-
- AbstractAction(ScheduleParameters) - Constructor for class repast.simphony.engine.schedule.AbstractAction
-
Creates an AbstractAction using the specified ScheduleParameters.
- AbstractAction.IntervalRescheduler - Class in repast.simphony.engine.schedule
-
Reschedules this AbstractAction for execution by resetting
its nextTime to the last time it executed plus the interval
of execution.
- AbstractAction.OneTimeRescheduler - Class in repast.simphony.engine.schedule
-
Empty implementation because an action scheduled not to
repeat does not need to be rescheduled.
- AbstractAction.Rescheduler - Interface in repast.simphony.engine.schedule
-
An rescheduler is responsible for rescheduling an action in the ActionQueue.
- AbstractActionLoader - Class in repast.simphony.scenario
-
- AbstractActionLoader(File, Object) - Constructor for class repast.simphony.scenario.AbstractActionLoader
-
- AbstractAgentSet<E extends ReLogoAgent> - Class in repast.simphony.relogo
-
- AbstractAgentSet() - Constructor for class repast.simphony.relogo.AbstractAgentSet
-
- AbstractAgentSet(Collection<E>) - Constructor for class repast.simphony.relogo.AbstractAgentSet
-
- AbstractAirspaceLayer<S,T> - Class in repast.simphony.visualization.gis3D
-
Abstract base class for WorldWind GIS display Airspace layers.
- AbstractAirspaceLayer(String, S) - Constructor for class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- AbstractAutoCompleteAdaptor - Class in org.jdesktop.swingx.autocomplete
-
This is the interface that binds the mechanism for automatic completion to
a data model, a selection model (e.g.
- AbstractAutoCompleteAdaptor() - Constructor for class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
- AbstractCartesianDisplayCreator - Class in repast.simphony.visualization.engine
-
Display creator for 2D/3D Cartesian displays with value layers.
- AbstractCartesianDisplayCreator(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
-
- AbstractChartCreator - Class in repast.simphony.chart2
-
Sets plot properties given a chart descriptor.
- AbstractChartCreator() - Constructor for class repast.simphony.chart2.AbstractChartCreator
-
- AbstractContext<T> - Class in repast.simphony.context
-
Abstract base class implementation of the Context interface.
- AbstractContext() - Constructor for class repast.simphony.context.AbstractContext
-
- AbstractContinuousSpace<T,U> - Class in repast.simphony.space.continuous
-
Default implementation of an n-dimensional continuous space.
- AbstractContinuousSpace(String, ContinuousAdder<T>, PointTranslator, CoordinateAccessor<T, U>, double...) - Constructor for class repast.simphony.space.continuous.AbstractContinuousSpace
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- AbstractContinuousSpace(String, ContinuousAdder<T>, PointTranslator, CoordinateAccessor<T, U>, double[], double[]) - Constructor for class repast.simphony.space.continuous.AbstractContinuousSpace
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- AbstractContinuousSpace.PointHolder - Class in repast.simphony.space.continuous
-
A little class used for getting rid of some hash table lookups.
- AbstractControllerAction<T> - Class in repast.simphony.engine.controller
-
An abstract
ControllerAction that aims to
simplify the implementation of ControllerActions.
- AbstractControllerAction() - Constructor for class repast.simphony.engine.controller.AbstractControllerAction
-
- AbstractControllerActionIO<T extends ControllerAction> - Class in repast.simphony.scenario
-
- AbstractControllerActionIO(Class<T>) - Constructor for class repast.simphony.scenario.AbstractControllerActionIO
-
- AbstractConverter - Class in repast.simphony.xml
-
Abstract helper base class for mplementations of a xstream Converters.
- AbstractConverter() - Constructor for class repast.simphony.xml.AbstractConverter
-
- AbstractDataSet - Class in repast.simphony.data2
-
Abstract DataSet implementation.
- AbstractDataSet(String) - Constructor for class repast.simphony.data2.AbstractDataSet
-
- AbstractDataSetBuilder - Class in repast.simphony.data2.builder
-
- AbstractDataSetBuilder(String) - Constructor for class repast.simphony.data2.builder.AbstractDataSetBuilder
-
- AbstractDataSetManager - Class in repast.simphony.data2
-
Abstract implementation of a DataSetManager.
- AbstractDataSetManager() - Constructor for class repast.simphony.data2.AbstractDataSetManager
-
- AbstractDataSetManager.ObjList - Class in repast.simphony.data2
-
- AbstractDataSetManager.ScheduledDataSet - Class in repast.simphony.data2
-
- AbstractDataSource<X> - Class in repast.simphony.freezedry
-
- AbstractDataSource() - Constructor for class repast.simphony.freezedry.AbstractDataSource
-
- AbstractDescriptor - Class in repast.simphony.scenario
-
- AbstractDescriptor(String) - Constructor for class repast.simphony.scenario.AbstractDescriptor
-
Constructs the descriptor with the specified name.
- AbstractDescriptorControllerActionIO<T extends DescriptorControllerAction,U extends Descriptor> - Class in repast.simphony.scenario
-
- AbstractDescriptorControllerActionIO(Class<T>, Class<U>) - Constructor for class repast.simphony.scenario.AbstractDescriptorControllerActionIO
-
- AbstractDescriptorWizardActionUI<T extends Descriptor,U extends DescriptorControllerAction> - Class in repast.simphony.ui
-
- AbstractDescriptorWizardActionUI(U) - Constructor for class repast.simphony.ui.AbstractDescriptorWizardActionUI
-
- AbstractDisplay - Class in repast.simphony.visualization
-
- AbstractDisplay() - Constructor for class repast.simphony.visualization.AbstractDisplay
-
- AbstractDisplay3D - Class in repast.simphony.visualization.visualization3D
-
Abstract base class for 3D displays.
- AbstractDisplay3D(DisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- AbstractDisplayData<T> - Class in repast.simphony.visualization
-
Abstract implementation of DisplayData.
- AbstractDisplayData() - Constructor for class repast.simphony.visualization.AbstractDisplayData
-
- AbstractDisplayLayer3D - Class in repast.simphony.visualization.visualization3D
-
- AbstractDisplayLayer3D(Style3D, Group) - Constructor for class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- AbstractDisplayLayerOGL2D<S> - Class in repast.simphony.visualizationOGL2D
-
Abstract base class for OGL2D display layers.
- AbstractDisplayLayerOGL2D(S, VLayer) - Constructor for class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
- AbstractEditorMenuItem - Class in repast.simphony.ui.plugin
-
Partial implementation of the EditorMenuItem interface.
- AbstractEditorMenuItem(String) - Constructor for class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
Creates an AbstractEditorMenuItem with the specified label.
- AbstractFormatter - Class in repast.simphony.data2
-
Abstract base class for Formatters.
- AbstractFormatter(Collection<? extends DataSource>, String) - Constructor for class repast.simphony.data2.AbstractFormatter
-
Creates a Formatter that will format data form the specified sources.
- AbstractFormatter.ItemFormatter - Class in repast.simphony.data2
-
- AbstractFormatter.RuntimeTestFormatter - Class in repast.simphony.data2
-
- AbstractFormatter.StringFormatter - Class in repast.simphony.data2
-
- AbstractFreezeDryer<U> - Class in repast.simphony.freezedry
-
- AbstractFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.AbstractFreezeDryer
-
- AbstractGenerator<T> - Class in repast.simphony.context.space.graph
-
Abstract base implementation of NetworkGenerator.
- AbstractGenerator() - Constructor for class repast.simphony.context.space.graph.AbstractGenerator
-
- AbstractGeometryQuery<T> - Class in repast.simphony.query.space.gis
-
Abstract implementation of geometry based queries.
- AbstractGeometryQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.AbstractGeometryQuery
-
- AbstractGeometryQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.AbstractGeometryQuery
-
- AbstractGraphExecutor<E> - Class in repast.simphony.engine.graph
-
Base implementation of a GraphExecutor.
- AbstractGraphExecutor(ISchedule, ScheduleParameters, Traverser<E>, Executor<E>) - Constructor for class repast.simphony.engine.graph.AbstractGraphExecutor
-
Constructs this graph executor to work with the specified parameters.
- AbstractGrid<T,U> - Class in repast.simphony.space.grid
-
Default implementation of an n-dimensional grid.
- AbstractGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, U>, int...) - Constructor for class repast.simphony.space.grid.AbstractGrid
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- AbstractGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, U>, int[], int[]) - Constructor for class repast.simphony.space.grid.AbstractGrid
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- AbstractGrid.PointHolder - Class in repast.simphony.space.grid
-
A little class used for getting rid of some hash table lookups.
- AbstractGridFunction - Class in repast.simphony.valueLayer
-
- AbstractGridFunction() - Constructor for class repast.simphony.valueLayer.AbstractGridFunction
-
- AbstractGridPointTranslator - Class in repast.simphony.space.grid
-
Implements transform according to default grid moveTo semantics.
- AbstractGridPointTranslator() - Constructor for class repast.simphony.space.grid.AbstractGridPointTranslator
-
- AbstractGridQuery<T> - Class in repast.simphony.query.space.grid
-
Abstract base class for grid queries.
- AbstractGridQuery(Grid<T>, T, int...) - Constructor for class repast.simphony.query.space.grid.AbstractGridQuery
-
- AbstractHistogramDataset - Class in repast.simphony.chart2
-
Base class for histogram datasets to be used with JFreeCharts.
- AbstractHistogramDataset(Comparable<?>) - Constructor for class repast.simphony.chart2.AbstractHistogramDataset
-
- AbstractLabel - Class in repast.simphony.visualization.visualization3D
-
- AbstractLabel() - Constructor for class repast.simphony.visualization.visualization3D.AbstractLabel
-
- AbstractLabel(String, Style3D.LabelPosition) - Constructor for class repast.simphony.visualization.visualization3D.AbstractLabel
-
- AbstractLayoutUpdater - Class in repast.simphony.visualization
-
Abstract base class for LayoutUpdaters.
- AbstractLayoutUpdater(Layout) - Constructor for class repast.simphony.visualization.AbstractLayoutUpdater
-
Creates a UpdateLayoutUpdater to manage the updates of the specified layout.
- AbstractLink<T> - Class in repast.simphony.relogo
-
- AbstractLink() - Constructor for class repast.simphony.relogo.AbstractLink
-
- AbstractMarqueeHandler - Class in repast.simphony.gis.tools
-
- AbstractMarqueeHandler() - Constructor for class repast.simphony.gis.tools.AbstractMarqueeHandler
-
- AbstractNetworkLayout<T> - Class in repast.simphony.visualization
-
- AbstractNetworkLayout() - Constructor for class repast.simphony.visualization.AbstractNetworkLayout
-
- AbstractNetworkQuery<T> - Class in repast.simphony.query.space.graph
-
- AbstractNetworkQuery(Context<T>, T) - Constructor for class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Creates a network query that will query any networks in the specified
context using the specified object.
- AbstractNetworkQuery(Network<T>, T) - Constructor for class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Creates a network query that will query the specified
network using the specified object.
- AbstractNumberSetterCreator - Class in repast.simphony.parameter.xml
-
- AbstractNumberSetterCreator() - Constructor for class repast.simphony.parameter.xml.AbstractNumberSetterCreator
-
- AbstractNumberSetterCreator.Type - Enum in repast.simphony.parameter.xml
-
- AbstractObserver - Class in repast.simphony.relogo
-
- AbstractObserver() - Constructor for class repast.simphony.relogo.AbstractObserver
-
- AbstractParameterBinder - Class in repast.simphony.ui.parameters
-
Abstract implementation of a ParameterBinder, implementing display name and
name.
- AbstractParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.AbstractParameterBinder
-
- AbstractParameters - Class in repast.simphony.parameter
-
Abstract implementation of Parameters.
- AbstractParameters(Object) - Constructor for class repast.simphony.parameter.AbstractParameters
-
- AbstractParameterSetterCreator - Class in repast.simphony.parameter.xml
-
- AbstractParameterSetterCreator() - Constructor for class repast.simphony.parameter.xml.AbstractParameterSetterCreator
-
- AbstractParameterSetterCreator.AttributesValueGetter - Class in repast.simphony.parameter.xml
-
- AbstractParameterSetterCreator.MapValueGetter - Class in repast.simphony.parameter.xml
-
- AbstractParameterSetterCreator.ValueGetter - Interface in repast.simphony.parameter.xml
-
- AbstractPatch - Class in repast.simphony.relogo
-
- AbstractPatch() - Constructor for class repast.simphony.relogo.AbstractPatch
-
- AbstractPointTranslator - Class in repast.simphony.space.continuous
-
Implements transform according to default continuous space moveTo semantics.
- AbstractPointTranslator() - Constructor for class repast.simphony.space.continuous.AbstractPointTranslator
-
- AbstractProjectionDecorator<T extends Projection<?>> - Class in repast.simphony.visualization.decorator
-
- AbstractProjectionDecorator() - Constructor for class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
- AbstractProjectionDescriptor - Class in repast.simphony.visualization.engine
-
Abstract base class for implementors of ProjectionDescriptor
- AbstractProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
- AbstractPropertyQuery<T> - Class in repast.simphony.query
-
Abstact implementation of a query that queries based on an object's property.
- AbstractPropertyQuery(Context<T>, String, Object) - Constructor for class repast.simphony.query.AbstractPropertyQuery
-
Creates an AbstractProperty query to query the specified contexts using
the specified property name and value.
- AbstractRenderableLayer<S,T extends gov.nasa.worldwind.render.Renderable> - Class in repast.simphony.visualization.gis3D
-
Abstract base class for WorldWind GIS display Renderable layers.
- AbstractRenderableLayer(String, S) - Constructor for class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- AbstractRunner - Class in repast.simphony.engine.environment
-
- AbstractRunner() - Constructor for class repast.simphony.engine.environment.AbstractRunner
-
- AbstractSpatialContext<T,V> - Class in repast.simphony.context
-
- AbstractSpatialContext() - Constructor for class repast.simphony.context.AbstractSpatialContext
-
- AbstractState<T> - Class in repast.simphony.statecharts
-
- AbstractState(String) - Constructor for class repast.simphony.statecharts.AbstractState
-
- AbstractStateBuilder<T> - Class in repast.simphony.statecharts
-
- AbstractStateBuilder(String) - Constructor for class repast.simphony.statecharts.AbstractStateBuilder
-
- AbstractSweepParameterSetter<T> - Class in repast.simphony.parameter
-
An abstract
ParameterSetter that is meant to dealt with only one
parameter (hence the parameterName value it contains).
- AbstractSweepParameterSetter(String) - Constructor for class repast.simphony.parameter.AbstractSweepParameterSetter
-
Constructs this with the given name to store its parameters to.
- AbstractTextSinkDescriptor - Class in repast.simphony.data2.engine
-
Abstract base class for descriptors that define text output sink.
- AbstractTextSinkDescriptor(String) - Constructor for class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- AbstractTrigger<T> - Class in repast.simphony.statecharts
-
- AbstractTrigger() - Constructor for class repast.simphony.statecharts.AbstractTrigger
-
- AbstractTriggerScheduler - Class in repast.simphony.engine.watcher
-
- AbstractTriggerScheduler(NotifierTrigger, IBooleanExpression, int, boolean) - Constructor for class repast.simphony.engine.watcher.AbstractTriggerScheduler
-
- AbstractTurtle - Class in repast.simphony.relogo
-
- AbstractTurtle() - Constructor for class repast.simphony.relogo.AbstractTurtle
-
- AbstractWizardActionUI<T extends ControllerAction> - Class in repast.simphony.ui.plugin.editor
-
This is a simple abstract
ActionUI implementation that is to be used for ui's where the
editor is based on a set of
PanelWizardSteps.
- AbstractWizardActionUI(T, String, String) - Constructor for class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Constructs this with the specified action to work on, the title for any created editors and
the label for displaying for actions.
- AbstractWizardEditor<T extends ControllerAction> - Class in repast.simphony.ui.plugin.editor
-
This is an abstract
Editor implementation that is to be used for ui's where the editor is
based on a set of
PanelWizardSteps.
- AbstractWizardEditor(T, Scenario, Object, String) - Constructor for class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Constructs this with the specified action to work on, the title for any created editors and
the label for displaying for actions.
- AbstractWizardOption - Class in repast.simphony.util.wizard
-
- AbstractWizardOption(String, String) - Constructor for class repast.simphony.util.wizard.AbstractWizardOption
-
- AbstractXMLSweeperProducer - Class in repast.simphony.parameter.xml
-
- AbstractXMLSweeperProducer() - Constructor for class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
- AbstractXYChartCreator - Class in repast.simphony.chart2
-
- AbstractXYChartCreator() - Constructor for class repast.simphony.chart2.AbstractXYChartCreator
-
- AbstractXYSeriesDataSink - Class in repast.simphony.chart2
-
- AbstractXYSeriesDataSink(BatchUpdateXYSeries) - Constructor for class repast.simphony.chart2.AbstractXYSeriesDataSink
-
- accept(ControllerActionVisitor) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
Accepts the specified visitor.
- accept(ControllerActionVisitor) - Method in class repast.simphony.engine.controller.DefaultSchedulableAction
-
Accepts the specified visitor.
- accept(File) - Method in class repast.simphony.ui.filters.FileExtensionFilter
-
- accept(File) - Method in class repast.simphony.visualization.gui.styleBuilder.IconFile2DFilter
-
- accept(File) - Method in class repast.simphony.visualization.gui.styleBuilder.ModelFile3DFilter
-
- accessor - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- accessor - Variable in class repast.simphony.space.grid.AbstractGrid
-
- acos(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the arc cosine of a number.
- action - Variable in class repast.simphony.engine.controller.SchedulingControllerAction
-
- action(T, AbstractState<T>, Parameters) - Method in interface repast.simphony.statecharts.StateAction
-
- action(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.TransitionAction
-
- action - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
- action - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
- ACTION_TREE_ROOT - Static variable in interface repast.simphony.engine.environment.ControllerRegistry
-
- actionClass - Variable in class repast.simphony.scenario.AbstractControllerActionIO
-
- ActionEditorCreator<T extends ControllerAction> - Interface in repast.simphony.ui.plugin
-
Interface for classes that create action editors.
- ActionEditorExtensions - Class in repast.simphony.ui.plugin
-
- ActionEditorExtensions() - Constructor for class repast.simphony.ui.plugin.ActionEditorExtensions
-
- ActionExtensions - Class in repast.simphony.plugin
-
- ActionExtensions() - Constructor for class repast.simphony.plugin.ActionExtensions
-
- actionExts - Variable in class repast.simphony.plugin.ActionExtensions
-
- actionFactory - Variable in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
The factory used to create IActions.
- actionFactory - Variable in class repast.simphony.engine.schedule.Schedule
-
- ActionList - Class in repast.simphony.engine.schedule
-
A list of IActions.
- ActionList() - Constructor for class repast.simphony.engine.schedule.ActionList
-
- ActionLoader - Interface in repast.simphony.scenario
-
Creates an action from a serialized descriptor and adds the action to a registry.
- actionPerformed(ActionEvent) - Method in class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
-
Implementation side effect - do not invoke.
- actionPerformed(ActionEvent) - Method in class repast.simphony.chart2.gui.HistogramMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.chart2.gui.TimeSeriesChartMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.chart2.wizard.ColorEditor
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.data2.gui.ConsoleSinkMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.data2.gui.DataSetMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.data2.gui.FileSinkMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.dataLoader.ui.DefaultDataLoaderMenuItem
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.freezedry.gui.FreezerMenuItem
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.freezedry.wizard.FreezeDryButtonModel
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.gis.ui.ShowExportDialog
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.sql.RunSQLModel
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ErrorLogAction
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ExportNetworks
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.InitRun
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.LoadLayout
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.NewScenario
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.OpenScenario
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.PauseRun
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ResetLayout
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ResetRun
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveAsDefaultLayout
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveAsModel
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveCurrentParams
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveLayout
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.SaveModel
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.StartRun
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.StepRun
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.StopRun
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.action.ViewAgentTable
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
Invoked when one of the option buttons is clicked.
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.widget.VizEditorAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.widget.VizHomeAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.ui.widget.VizInfoAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class repast.simphony.userpanel.ui.UserPanelMenuItem
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gis3D.ScreenShotAction
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfoAction
-
- actionPerformed(ActionEvent) - Method in class repast.simphony.visualization.gui.DefaultDisplayMenuItem
-
- ActionQueue - Class in repast.simphony.engine.schedule
-
A priority queue containing ISchedulableAction-s.
- ActionQueue() - Constructor for class repast.simphony.engine.schedule.ActionQueue
-
Creates an ActionQueue with a default initial size of 13.
- ActionQueue(int) - Constructor for class repast.simphony.engine.schedule.ActionQueue
-
Creates an ActionQueue with the specified initial size.
- actionQueue - Variable in class repast.simphony.engine.schedule.Schedule
-
- actionRoot - Variable in class repast.simphony.scenario.ObjectActionLoader
-
- actions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List containing actions whose priority is a double _inside_ the range
NEG_INFINITY, POS_INFINITY.
- ActionSaver<T extends ControllerAction> - Interface in repast.simphony.scenario
-
Interface for classes that can persist ControllerActions.
- ActionUI - Interface in repast.simphony.ui.plugin
-
Interface for classes that are user interfaces for ControllerActions.
- activate(PiccoloMapPanel) - Method in class repast.simphony.gis.tools.DistanceTool
-
- activate(PiccoloMapPanel) - Method in interface repast.simphony.gis.tools.MapTool
-
- activate(PiccoloMapPanel) - Method in class repast.simphony.gis.tools.PGISPanTool
-
- activate(PiccoloMapPanel) - Method in class repast.simphony.gis.tools.PositionTool
-
- activateState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- activateState(String) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- activateState(AbstractState<T>) - Method in interface repast.simphony.statecharts.StateChart
-
Activates the state if it exists.
- activateState(String) - Method in interface repast.simphony.statecharts.StateChart
-
Activates the state (identified by a potentially non-unique ID) if it exists.
- active - Variable in class repast.simphony.gis.tools.DistanceTool
-
- active - Variable in class repast.simphony.gis.tools.PositionTool
-
- activeRegularTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
-
- activeSelfTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
-
- add(double, double...) - Method in class repast.simphony.adaptation.regression.RepastRegressionModel
-
- add(T) - Method in class repast.simphony.context.AbstractContext
-
- add(T) - Method in class repast.simphony.context.FormerDefaultContext
-
- add(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds the specified action.
- add(ParameterSetter, ParameterSetter) - Method in interface repast.simphony.parameter.ParameterSweeper
-
- add(ParameterSetter, ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
- add(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds the given
ParameterSetter to be executed as a direct descendent
of previously added node.
- add(ContinuousSpace<T>, T) - Method in class repast.simphony.space.continuous.RandomCartesianAdder
-
Adds the specified object to the space at a random location.
- add(ContinuousSpace<T>, T) - Method in class repast.simphony.space.continuous.SimpleCartesianAdder
-
Adds the specified object to the space.
- add(T) - Method in class repast.simphony.space.gis.DefaultGeography
-
Adds an object to this projection without giving it a location.
- add(Geography<T>, T) - Method in class repast.simphony.space.gis.RandomGISAdder
-
- add(Geography<T>, T) - Method in class repast.simphony.space.gis.SimpleAdder
-
- add(Grid<T>, T) - Method in class repast.simphony.space.grid.RandomGridAdder
-
Adds the specified object to the space at a random location.
- add(Grid<T>, T) - Method in class repast.simphony.space.grid.SimpleGridAdder
-
Adds the specified object to the space.
- add(T, U) - Method in interface repast.simphony.space.projection.Adder
-
Adds the specified object to the specified destination.
- add(AbstractState<T>) - Method in class repast.simphony.statecharts.CompositeState
-
- add(String) - Method in interface repast.simphony.util.ClassFinder.Adder
-
- add(T) - Method in interface repast.simphony.visualization.VisualizedObjectContainer
-
Adds the specified object to this container.
- add_escapes(String) - Method in exception repast.simphony.engine.watcher.query.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- ADD_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- ADD_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
-
- ADD_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
-
- addAction(Object, ControllerAction, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
Adds an action to those for the specified context, under the specified parent action.
- addAction(Object, ControllerAction, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Adds an action to those for the specified context, under the specified parent action.
- addAction(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Add an IScheduleAction to this ScheduleGroup.
- addAction(String, IAction) - Method in class repast.simphony.relogo.ReLogoModel
-
- addActionEditorCreator(String, ActionEditorCreator) - Method in class repast.simphony.ui.plugin.ComponentActionEditorExtensions
-
- addActionListener(ActionListener) - Method in class repast.simphony.visualization.editor.FloatingList
-
Deprecated.
- addActionListeners(ActionListener) - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
- addActionToTree(ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
-
- addAdapter(Class<?>, FeatureAttributeAdapter) - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Adds an adapter for the specified class.
- addAddedEdges() - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- addAddedEdges() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- addAddedObjects(Layout) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- addAgent(String) - Method in class repast.simphony.scenario.data.ContextData
-
Adds the class name of an agent contained by this context to
this ContextData.
- addAgent(Class) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.
Adds a new agent of the specified class the current agent collection
- addAgent(Class) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Adds a new agent of the specified class the current agent collection
- addAgent(Class) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Adds a new agent of the specified class the current agent collection
- addAgentAt(double, double) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Adds the current object to add at the specified coordinates.
- addAgentAt(List<Coordinate>, GeometryUtil.GeometryType) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Adds the current object to add at the specified coordinates.
- addAgentDescriptor(int, AgentDescriptor, Point2D) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- addAgentDescriptor(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- addAgentEntry(String, List<String>) - Method in class repast.simphony.scenario.data.UserPathData
-
Adds the specified path as path on which agent classes can be found.
- addAgentTableListener(AgentTableListener) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- AddAgentToContext(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
- addAggregateDataSource(String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
Adds an AggregateDataSource by className.
- addAggregateMethodDataSource(String, String, String, AggregateOp) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- addAll(Collection<? extends T>) - Method in class repast.simphony.context.FormerDefaultContext
-
- addAll(Context<T>) - Method in class repast.simphony.context.space.continuous.ContextSpace
-
- addAll() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- addAll(Context<T>) - Method in class repast.simphony.context.space.grid.ContextFastSingleGrid
-
- addAll(Context<T>) - Method in class repast.simphony.context.space.grid.ContextGrid
-
- addAll(Context<T>) - Method in class repast.simphony.context.space.physics.ContextPhysics
-
- addAllChildStates(List<AbstractState<T>>) - Method in class repast.simphony.statecharts.CompositeStateBuilder
-
- addAllFiles(Collection<File>) - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Adds all the files as matched files.
- addAllNoSort(ActionList) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds all the elements in the other list to this one without marking this as
dirty and needing to be sorted.
- addAsStateChartListener() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- addAttribute(Attribute) - Method in class repast.simphony.scenario.data.AttributeContainer
-
Adds an attribute to this AttributeContainer.
- addBinder(String, ParameterBinder) - Method in class repast.simphony.ui.parameters.ParametersUI
-
- addBrowseForHomeStep() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- addBtn - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- addBuffer(Buffer) - Method in class repast.simphony.ui.widget.BufferDataSource
-
- addBuffer(Buffer) - Method in class repast.simphony.ui.widget.BufferSourceStream
-
- addButton(MapTool, Map<String, Object>) - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- addButton(StateChart, UICreatorFactory.StateChartButton) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- addCanceled() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Notifies this editor that an add was canceled.
- addCanceled() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Notifies this editor that an add was canceled.
- addChangeListener(ChangeListener) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Adds a change listener to listen for change events produced by network
layout.
- addChild(WatcheeDataNode) - Method in class repast.simphony.engine.watcher.WatcheeDataNode
-
- addChild(FreezeDryedParentChild) - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- addChild(int) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- addChild(ParseClanTree) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- addChildState(AbstractState<T>) - Method in class repast.simphony.statecharts.CompositeStateBuilder
-
- addChildState(AbstractState<T>, String) - Method in class repast.simphony.statecharts.CompositeStateBuilder
-
- addClan(Clan) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- addClassToFind(String, String) - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Adds the named class as a Watchee to find and the specified field to watch.
- addCompleteListener(JTextComponent) - Method in class repast.simphony.util.wizard.CompleteHandlerWizardStep
-
- addCompleteListener(ItemSelectable) - Method in class repast.simphony.util.wizard.CompleteHandlerWizardStep
-
- addComplex(FreezeDryedRegistry, FreezeDryedObject, String, Object) - Static method in class repast.simphony.freezedry.FreezeDryUtils
-
- addComponent(JComponent, GUIRegistryType, String) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Adds a component with the given type and name.
- addComponent(JComponent, GUIRegistryType, String) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Adds a component with the given type and name.
- addComponentToPane() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- addCompositeActionCreator(CompositeControllerActionCreator) - Method in class repast.simphony.plugin.ControllerActionExtensions
-
- addConstant(String, T) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds the a constant parameter setter for the specified parameter
and with the specified value to the sweeper.
- addConstraint(String, List) - Method in class repast.simphony.parameter.DefaultParameters
-
Constains the value of the named to parameter to those in the list.
- addConstraint(String, Range) - Method in class repast.simphony.parameter.DefaultParameters
-
Constrains the value of the named parameter to those in the specified
range.
- addConstraint(String, List) - Method in class repast.simphony.parameter.DefaultSchema
-
Constains the value of the named to parameter to those in the list.
- addConstraint(String, Range) - Method in class repast.simphony.parameter.DefaultSchema
-
Constrains the value of the named parameter to those in the
specified range.
- addConstraint(String, List) - Method in interface repast.simphony.parameter.MutableParameters
-
Constains the value of the named to parameter to those in the list.
- addConstraint(String, Range) - Method in interface repast.simphony.parameter.MutableParameters
-
Constrains the value of the named parameter to those in the
specified range.
- addConstraint(String, List) - Method in class repast.simphony.parameter.ParametersCreator
-
Constrains the value of the named to parameter to those in the list.
- addConstraint(String, Range) - Method in class repast.simphony.parameter.ParametersCreator
-
Constrains the value of the named parameter to those in the
specified range.
- addContent(String, Icon, OptionsDialogContent) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
Adds the specified content as an option in this dialog.
- addContent(String, Icon, PanelWizardStep, Wizard) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Adds a wizard step as content for this wizard.
- addContent(Icon, PanelWizardStep, Wizard) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Adds a wizard step as content for this wizard.
- addContextId(Object, Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- addContextId(Object, Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- addContextListener(ContextListener<T>) - Method in class repast.simphony.context.AbstractContext
-
- addContextListener(ContextListener<T>) - Method in interface repast.simphony.context.Context
-
- addContextListener(ContextListener<T>) - Method in class repast.simphony.context.FormerDefaultContext
-
- addContextsToRegistry(ControllerRegistry, ContextData) - Method in class repast.simphony.scenario.ScenarioLoader
-
- addContinuousSpace() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- addControllerAction(int, ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTree
-
- addControllerActionIO(ControllerActionIO) - Method in class repast.simphony.plugin.ControllerActionIOExtensions
-
- addConverter(Converter) - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
-
- addConverter(Converter) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- addConverter(Class<T>, StringConverter<T>) - Method in class repast.simphony.parameter.StringConverterFactory
-
Adds a converter to the factory for the specified class.
- addConvertor(String, StringConverter) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds a converter to convert the named parameter back and forth to a String.
- addConvertor(String, StringConverter) - Method in class repast.simphony.parameter.DefaultSchema
-
Adds a converter to convert the named parameter back and forth to a String.
- addConvertor(String, StringConverter) - Method in interface repast.simphony.parameter.MutableParameters
-
Adds a converter to convert the named parameter back and forth to a String.
- addConvertor(String, StringConverter) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds a converter to convert the named parameter back and forth to a String.
- addCopyRightStep() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- addCountDataSource(String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- addCoverage(String, GridCoverage2D) - Method in class repast.simphony.space.gis.DefaultGeography
-
- addCoverage(String, GridCoverage2D) - Method in interface repast.simphony.space.gis.Geography
-
Adds the named GridCoverage2D
- addCoverageLayer(String, String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- addCustomUserPanel(JPanel) - Method in class repast.simphony.ui.RSApplication
-
- addCustomUserPanel(JPanel) - Method in class repast.simphony.ui.RSGui
-
- addData(String, Object) - Method in class repast.simphony.data2.AbstractFormatter
-
Adds the specified object to the data to be formatted.
- addData(String, Object) - Method in interface repast.simphony.data2.Formatter
-
Adds the specified object to the data to be formatted.
- addData(Object) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- addData(Object) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- addDataLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- addDataLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
-
- addDataLayer(ValueLayer) - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
-
- addDataLoader(Object, T) - Method in class repast.simphony.batch.BatchScenario
-
Adds a data loader to this scenario.
- addDataSet(DataSet, ScheduleParameters, boolean) - Method in class repast.simphony.data2.AbstractDataSetManager
-
- addDataSet(DataSet, ScheduleParameters, boolean) - Method in interface repast.simphony.data2.DataSetManager
-
Adds a DataSet to this DataSetManager.
- addDataSetBuilder(DataSetBuilder<?>) - Method in class repast.simphony.data2.AbstractDataSetManager
-
- addDataSetBuilder(DataSetBuilder<?>) - Method in interface repast.simphony.data2.DataSetManager
-
Adds a DataSetBuilder to this DataSetManager.
- addDataSetManager(Object, DataSetManager) - Method in class repast.simphony.data2.DataSetRegistry
-
Adds a DataSetManager for the specified context.
- addDataSink(DataSink) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
Adds a DataSink directly to this DataSetBuilder.
- addDataSink(DataSink) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Adds a DataSink directly.
- addDataSource(AggregateDataSource) - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Adds the specified data source to this builder.
- addDataSource(T) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Adds a DataSource to this builder.
- addDataSource(NonAggregateDataSource) - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
-
Adds the specified data source to this builder.
- addDataValueId(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Adds the id of a data source to record as a series.
- addDefaultUI(Class, String) - Method in class repast.simphony.ui.plugin.ComponentActionEditorExtensions
-
Adds a default label only ui for the specified class.
- addDefaultUI(Class, String) - Method in class repast.simphony.ui.plugin.UIActionExtensions
-
- addDescriptor(PluginDescriptor) - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
-
- addDisplay(String, GUIRegistryType, IDisplay) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Adds an IDisplay to this GUIRegistry.
- addDisplay(String, GUIRegistryType, IDisplay) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Adds an IDisplay to this GUIRegistry.
- addDisplay(IDisplay) - Method in class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.
Adds the specified display to the list of displays to updated
due to an editor event.
- addDisplayListener(DisplayListener) - Method in class repast.simphony.visualization.AbstractDisplay
-
Adds a display listener to this display.
- addDisplayListener(DisplayListener) - Method in class repast.simphony.visualization.DisplayListenerSupport
-
Adds a display listener to the list of listeners to broadcast
display events to.
- addDisplayListener(DisplayListener) - Method in interface repast.simphony.visualization.IDisplay
-
Adds a display listener to this display.
- addDoubleRange(String, double, double, double) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds a sweep dimension for the specifed double parameter -- that is, for every run currently defined for this sweeper,
runs will now be made for each step from base to max.
- addDummy(ParseClanTree, int, int, ParseClanTree, ParseClanTree) - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
-
Add a dummy graph node and tree node.
- addDummyNode(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- ADDED - Static variable in class repast.simphony.context.ContextEvent
-
Represents an event where an object is added to the context.
- addEdge(RepastEdge<T>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- addEdge(T, T, double) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- addEdge(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- addEdge(RepastEdge) - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- addEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.DirectedJungNetwork
-
- addEdge(T, T, double) - Method in class repast.simphony.space.graph.DirectedJungNetwork
-
- addEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.JungNetwork
-
- addEdge(RepastEdge<T>, EdgeType) - Method in class repast.simphony.space.graph.JungNetwork
-
- addEdge(T, T) - Method in class repast.simphony.space.graph.JungNetwork
-
- addEdge(T, T) - Method in interface repast.simphony.space.graph.Network
-
Adds an edge between the specified objects.
- addEdge(T, T, double) - Method in interface repast.simphony.space.graph.Network
-
Adds an edge between the specified objects.
- addEdge(RepastEdge<T>) - Method in interface repast.simphony.space.graph.Network
-
Adds the specified edge to this Network.
- addEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
-
- addEdge(T, T, double) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
-
- addEdge(int, int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- addEdge(int, int, Point2D.Double[]) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- addEdge(Object, Object) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Creates and returns a RepastEdge in the currently selected network.
- addEdge(Object, Object, List<Coordinate>) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Creates and returns a RepastEdge in the currently selected network.
- addEdge(RepastEdge) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- addEdgesOrVertices(Iterable) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
This gets the edges or vertices from the network
- addEditedStyle(String, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- addEditedStyle(String, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addEditedStyle(String, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- addEditor(DisplayEditor2D) - Method in class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.
Adds the specified editor to the list of editors to be updated
due to an editor event.
- addEditorMenuItem(String, EditorMenuItem) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
-
- addEditorMenuItem(EditorMenuItem) - Method in class repast.simphony.ui.plugin.ParentActionUI
-
- addedObjects - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- addedObjects - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- AddedRemovedLayoutUpdater - Class in repast.simphony.visualization
-
Updates the layout whenever an object has been added or removed, but NOT when they have been
moved.
- AddedRemovedLayoutUpdater(Layout) - Constructor for class repast.simphony.visualization.AddedRemovedLayoutUpdater
-
Creates an AddedRemovedLayoutUpdater that manages the updates on the specified layout.
- addEntry(String, Class, Object) - Method in class repast.simphony.parameter.DefaultSchema
-
Adds a schema entry to this Schema.
- addEntry(String) - Method in class repast.simphony.scenario.data.Classpath
-
Adds the specified entry to the classpath.
- addEntry(ClassPathEntry) - Method in class repast.simphony.scenario.data.Classpath
-
Adds the specified entry to the classpath.
- addEntry(String, boolean) - Method in class repast.simphony.scenario.data.UserPathData
-
Adds the specified entry to the classpath.
- addEntry(ClassPathEntry) - Method in class repast.simphony.util.ClassFinder
-
- adder - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- adder - Variable in class repast.simphony.space.gis.DefaultGeography
-
- adder - Variable in class repast.simphony.space.grid.AbstractGrid
-
- adder - Variable in class repast.simphony.space.grid.GridBuilderParameters
-
- Adder<T,U> - Interface in repast.simphony.space.projection
-
Interface for classes that wish to add objects to a space.
- adder - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- ADDER_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
- ADDER_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
- AdderPanel - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- AdderPanel(ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AdderPanel
-
- addError(MessageEvent) - Method in class repast.simphony.ui.widget.ErrorLog
-
- addEscapes(String) - Static method in error repast.simphony.engine.watcher.query.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- addExtension(ScenarioCreatorExtension) - Method in class repast.simphony.scenario.ScenarioCreator
-
Adds the specified ScenarioCreatorPlugin that will be run
during scenario creation.
- addField(String) - Method in class repast.simphony.engine.watcher.WatcheeData
-
- addFieldDescriptor(String, String) - Method in class repast.simphony.engine.watcher.WatcheeDescriptor
-
- addFields(Collection<String>) - Method in class repast.simphony.engine.watcher.WatcheeData
-
- addFieldSetWatch(WatchParameters, ISchedule) - Method in class repast.simphony.engine.watcher.WatcherTrigger
-
Adds a watch of a field set.
- addFieldToWatch(String, String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Adds the named field in the named class as a field to watch.
- addFieldToWatchFromWatcherPath(String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Adds fields to watch from any @Watch annotations on any class that this
finds in the specified path.
- addFile(File) - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Adds the specified file as a match.
- addFile(File) - Method in class repast.simphony.batch.ssh.OutputFinder.Instance
-
- addFileDataSink(FileDataSink) - Method in class repast.simphony.data2.DataSetRegistry
-
Adds a FileDataSink to this DataSetRegistry.
- addFileDataSinkBuilder(FileDataSinkBuilder) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
Defines a FileDataSink for this DataSet.
- addFileDataSinkBuilder(FileDataSinkBuilder) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Adds a FileDataSink for this DataSet.
- addFilter(Filter<T>) - Method in class repast.simphony.filter.OrFilter
-
Add the specified filter to this OrFilter.
- addFilter() - Method in class repast.simphony.ui.table.TableFilterDialog
-
- addFilter(ClassPathFilter) - Method in class repast.simphony.util.ClassPathEntry
-
Adds the specified filter to this PathEntry.
- addFilter(String) - Method in class repast.simphony.util.ClassPathEntry
-
Adds the specified filter as a ClassPathFilter to this PathEntry.
- addForExecution(ScheduleGroup) - Method in class repast.simphony.engine.schedule.AbstractAction
-
Add this ScheduableAction to the specified group for execution.
- addForExecution(ScheduleGroup) - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Add this ScheduableAction to the specified group for execution.
- addFromContext(T) - Method in class repast.simphony.context.space.continuous.ContextSpace
-
- addFromContext(T) - Method in class repast.simphony.context.space.grid.ContextFastSingleGrid
-
- addFromContext(T) - Method in class repast.simphony.context.space.grid.ContextGrid
-
- addFromContext(T) - Method in class repast.simphony.context.space.physics.ContextPhysics
-
- addGlobeLayer(String, boolean) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- addGlobeLayer(String, boolean) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- addGrid() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- addHighightRules() - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- addHistoryState(HistoryState<T>) - Method in class repast.simphony.statecharts.CompositeState
-
- addHistoryState(HistoryState<T>) - Method in class repast.simphony.statecharts.CompositeStateBuilder
-
- addHistoryState(HistoryState<T>, String) - Method in class repast.simphony.statecharts.CompositeStateBuilder
-
- addHost(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
-
- addImageAsFrame(BufferedImage) - Method in class repast.simphony.ui.widget.MovieMaker
-
Adds an image to a movie as a frame with a default sleep value of 40 milliseconds
- addImageAsFrame(BufferedImage, int) - Method in class repast.simphony.ui.widget.MovieMaker
-
Adds an image to a movie as a frame.
- addIndexedIterable(IndexedIterable<T>) - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Add an indexed iterable to this CompositeIndexedIterable.
- addInstancesToLocal(int, int) - Method in class repast.simphony.batch.ssh.SessionBuilder
-
- addInstancesToRemote(int, int) - Method in class repast.simphony.batch.ssh.SessionBuilder
-
- addInternal(T) - Method in class repast.simphony.context.AbstractContext
-
- addInternal(T) - Method in class repast.simphony.context.DefaultContext
-
- addInternal(T) - Method in class repast.simphony.context.SmallDefaultContext
-
- addIntRange(String, int, int, int) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds a sweep dimension for the specifed integer parameter -- that is, for every run currently defined for this sweeper,
runs will now be made for each step from base to max.
- addItemForAddition(VisualItem3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
-
- addItemForRemoval(VisualItem3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
-
- addition(Matrix, Matrix) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- addition(Amount, Amount) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- addition(Amount, Number) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- addition(Number, Amount) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- addKeyFile(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
-
- addLabel(String, String) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
-
- addLayer(Layer, Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- addLayer(Layer, Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.
Add a layer into the manager.
- addLayer(PLayer) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- addLayerEventHandler(String, PInputEventListener) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- addLayerInfoPanel(JPanel, WorldWindow, WMSLayersPanel.LayerInfo) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
-
- addLayerOrder(String, int) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- addLayerOrder(String, int) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addLayerOrder(String, int) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- addLegendAction(String, LegendAction<LegendEntry>) - Method in class repast.simphony.gis.legend.MapLegend
-
Deprecated.
Add an action that will be offered when the user right clicks on a layer
entry in the legend.
- addList(List<T>) - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Add a List to this CompositeIndexedIterable.
- addListener(RenderListener) - Method in class repast.simphony.render.RendererListenerSupport
-
- addListener(ScenarioChangedListener) - Method in class repast.simphony.scenario.ScenarioChangedSupport
-
Adds a ScenarioChangedListener that will be notified when events are fired.
- AddListener - Interface in repast.simphony.visualization.editor
-
- addListener(Canvas3DListener) - Method in class repast.simphony.visualization.visualization3D.RepastCanvas3D
-
- addListeners() - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- addListSetter(String, T[]) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a list setter with the specified name and list
elements.
- addListSetter(ParameterSetter, String, T[]) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a list setter with the specified name and list
elements.
- addLocationProbeProvider(Class<?>, LocationProbeProvider) - Method in class repast.simphony.ui.probe.ProbeManager
-
- addLogView(String, String, JComponent) - Method in class repast.simphony.ui.RSGui
-
- addMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- addMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- addMasterControllerAction(ControllerAction) - Method in class repast.simphony.scenario.Scenario
-
Adds the specified ControllerAction to the master context.
- addMethodDataSource(String, String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- addMethodDataSource(MethodDataSourceDefinition) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- addMethodDataSource(MethodDataSourceDefinition) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- addModalListener(DisplayEditor.Mode, PEditorEventListener) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- addModelessListener(PEditorEventListener) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- addNetworkEditedStyle(Object, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- addNetworkEditedStyle(Object, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addNetworkEditedStyle(Object, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- addNetworkStyle(Object, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- addNetworkStyle(Object, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addNetworkStyle(Object, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- addNode(T, T) - Method in class repast.simphony.util.collections.NaryTree
-
Adds the specified child to the tree as a child of the specified parent.
- addNode(T, T) - Method in interface repast.simphony.util.collections.Tree
-
Adds the specified child to the tree as a child of the specified parent.
- addNode(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- addNodeSelectionListener(PNodeSelectionListener) - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
- addNonAggregateDataSource(String, String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
Adds a NonAggregateDataSource by className.
- addNoSort(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds the specified action without marking the list as dirty and needing to
be sorted.
- addNoSort(int, ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Adds the specified action at the specifed index without marking the list as
dirty and needing to be sorted.
- addObject(int, AgentDescriptor, Point2D) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
-
- addObject(T, RigidBody) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- addObject(T, RigidBody) - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- addObject(Object) - Method in class repast.simphony.visualization.AbstractDisplay
-
- addObject(Object) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- addObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- addObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- addObject(Object) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- addObject(Object) - Method in interface repast.simphony.visualization.IDisplayLayer
-
Adds the specified object to the layer.
- addObject(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- addObject(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- addObject(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- addObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- addObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- addObject(Object) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
- addObject(Object) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- addObjectSelectionListener(ObjectSelectionListener) - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
- addParameter(String, String, Class<?>, Object, Method, Method) - Method in class repast.simphony.parameter.BoundParameters
-
- addParameter(String, Class<?>, Object, Method, Method) - Method in class repast.simphony.parameter.BoundParameters
-
- addParameter(String, String, Class, Object, boolean) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds a parameter to this Parameters.
- addParameter(String, Class, Object, boolean) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds a parameter to this Parameters.
- addParameter(String, String, Class, Object, boolean) - Method in interface repast.simphony.parameter.MutableParameters
-
Adds a parameter to this Parameters.
- addParameter(String, Class, Object, boolean) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds a parameter to this creator.
- addParameter(String, String, Class, Object, boolean) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds a parameter to this creator.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
-
Adds the parameter to the specified creator based on the
attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Adds the parameter to the specified creator based on the
attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantObjectSetterCreator
-
Adds the parameter to the specified creator based on the attributes added
in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ConstantStringSetterCreator
-
Adds the parameter to the specified creator based on the
attributes added in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Adds the parameter to the specified creator based on the attributes added
in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Adds the parameter to the specified creator based on the attributes added
in init.
- addParameter(ParametersCreator) - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Adds the parameter to the specified creator based on the attributes added
in init.
- addParameter(ParametersCreator) - Method in interface repast.simphony.parameter.xml.ParameterSetterCreator
-
Adds the parameter to the specified creator based on the
attributes added in init.
- AddParameterDialog - Class in repast.simphony.ui
-
- AddParameterDialog(Frame) - Constructor for class repast.simphony.ui.AddParameterDialog
-
- AddParameterDialog(Dialog) - Constructor for class repast.simphony.ui.AddParameterDialog
-
- addParameters(ParametersCreator) - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Adds the parameters that this class is responsible for to
the ParametersCreator factory.
- addParameters(Parameters) - Method in class repast.simphony.parameter.ParametersCreator
-
Adds all the parameters in the specified Parameters objects to this creator.
- addParameterSetter(ParameterSetter) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- addParameterSetter(ParameterSetter) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- addParameterSetter(ParameterSetter) - Method in class repast.simphony.scenario.Scenario
-
- addParameterType(Class<T>, ParameterType<T>) - Method in class repast.simphony.parameter.ParameterTypeFactory
-
Adds a ParameterType for the specified class.
- addParameterView(Parameters, File, RSApplication) - Method in class repast.simphony.ui.RSGui
-
- addParentActions(ContextData, ControllerRegistry) - Method in class repast.simphony.batch.BatchScenarioLoader
-
- addParentActions(ContextData, ControllerRegistry) - Method in class repast.simphony.scenario.ScenarioLoader
-
- addParentControllerActions(Object, ControllerRegistry) - Method in class repast.simphony.plugin.ControllerActionExtensions
-
- addPatches() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- addPath(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- addPath(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.
Add the path into the hierarchy.
- addPaths() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
- addPathToSearch(String) - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Adds fields and watchees to watch from any @Watch annotations on any class
that this finds in the specified path.
- addPattern(OutputPattern) - Method in class repast.simphony.batch.ssh.OutputFinder
-
Adds the specified pattern to the list of patterns used to find output.
- addPatterns(Collection<OutputPattern>) - Method in class repast.simphony.batch.ssh.OutputFinder
-
Adds all the OutputPatterns in the collection as patterns to find.
- addPlaceHolderUserPanel() - Method in class repast.simphony.ui.RSGui
-
- addPostRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Adds an action that should occur after a run of the model schedule.
- addPostRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Adds an action that should occur after a run of the model schedule.
- addPPUICreator(Class<?>, PPUICreatorFactory) - Method in class repast.simphony.ui.probe.ProbeManager
-
Adds a PPUICreator that will be used to create UIs for probed properties.
- addPreRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Adds an action that should occur before a run of the model schedule.
- addPreRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Adds an action that should occur before a run of the model schedule.
- addProbeListener(ProbeListener) - Method in class repast.simphony.visualization.AbstractDisplay
-
Adds a probe listener to listen for probe events produced by this IDisplay.
- addProbeListener(ProbeListener) - Method in interface repast.simphony.visualization.IDisplay
-
Adds a probe listener to listen for probe events produced by this IDisplay.
- addProbeListener(ProbeListener) - Method in class repast.simphony.visualization.ProbeListenerSupport
-
Adds a probe listener to the list of listeners to broadcast probe events to.
- addProbeView(String, String, JPanel) - Method in class repast.simphony.ui.RSGui
-
- addProjection(Projection<? super T>) - Method in class repast.simphony.context.AbstractContext
-
- addProjection(Projection<? super T>) - Method in interface repast.simphony.context.Context
-
Adds the specified Projection to this Context.
- addProjection(Projection<? super T>) - Method in class repast.simphony.context.FormerDefaultContext
-
- addProjection(String, String) - Method in class repast.simphony.scenario.data.ContextData
-
- addProjection(String) - Method in class repast.simphony.visualization.DefaultDisplayData
-
Adds the named projection to the list of projections to display.
- addProjection(Projection) - Method in class repast.simphony.visualization.editor.SyntheticDisplayData
-
Deprecated.
- addProjection(ProjectionData, ProjectionDescriptor) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Adds the data for a projection for which this is the display info.
- addProjection(ProjectionData, ProjectionDescriptor) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Adds the data for a projection for which this is the display info.
- addProjection(ProjectionData, ProjectionDescriptor) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Adds the data for a projection for which this is the display info.
- addProjectionDryer(ProjectionDryer) - Static method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
- addProjectionListener(ProjectionListener) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- addProjectionListener(ProjectionListener) - Method in class repast.simphony.space.projection.DefaultProjection
-
Adds listener for this projection.
- addProjectionListener(ProjectionListener) - Method in interface repast.simphony.space.projection.Projection
-
Adds listener for this projection.
- addProperties(Context<?>, ContinuousSpace<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
Stores the spaces's agent locations, dimensions, adder, and translator.
- addProperties(Context<?>, Grid<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
Stores the spaces's agent locations, dimensions, adder, and translator.
- addProperties(Context<?>, Network<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
Stores the network's directedness and edges (each edges as a tuple of
(source, target, weight)).
- addProperties(Context<?>, T, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Called when attempting to save the given projection.
- addProperties(Context<?>, Geography<?>, Map<String, Object>) - Method in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
Stores the spaces's agent locations, dimensions, adder, and translator.
- addProperty(String, Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- addProperty(String, Object) - Method in class repast.simphony.visualization.DisplayEvent
-
Adds a property to this DisplayEvent.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.BeanParameters
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.DefaultParameters
-
Adds listener that will listen for parameter changes
on this Parameters.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.EmptyParameters
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface repast.simphony.parameter.Parameters
-
Adds listener that will listen for parameter changes
on this Parameters.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.relogo.ReLogoModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.probe.Probe
-
Adds a property change listener to this Probe.
- addPropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.RunOptionsModel
-
- addRange(int, int) - Method in class repast.simphony.util.RangeCombination.RangeComboBuilder
-
- addRange(int, int, int) - Method in class repast.simphony.util.RangeCombination.RangeComboBuilder
-
- addRegistryData(ProjectionRegistryData) - Static method in class repast.simphony.engine.environment.ProjectionRegistry
-
- addRegistryData(VisualizationRegistryData) - Static method in class repast.simphony.visualization.engine.VisualizationRegistry
-
- addRegularTransition(Transition<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- addRegularTransition(Transition<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- addRegularTransition(Transition<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- addRelationship(Object, AgentDescriptor, AgentDescriptor, double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- addRelationship(AgentDescriptor, AgentDescriptor, double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- addRelationship(RelationshipDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- addRelationship(PNode, PNode, double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkLayer
-
- addRelationshipDescriptor(NetworkDescriptor, RelationshipDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- addRenderer(Renderer) - Method in class repast.simphony.render.RendererManager
-
Adds a Renderer to this RendererManager.
- addRenderer(Renderer) - Method in class repast.simphony.ui.GUIScheduleRunner
-
- addResultProducerAction(ControllerRegistry, Object) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- addRootState(AbstractState<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- addRootState(AbstractState<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- addRow(ClassListItem, ClassListItem) - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- addRowFilter(RowFilter<Object, Object>) - Method in class repast.simphony.ui.table.TablePanel
-
- addRule(Rule) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
- addRunListener(RunListener) - Method in class repast.simphony.engine.environment.AbstractRunner
-
Adds the specified listener to the list of RunListener-s to be notified of
any run related events, such as stopped, started, and so on.
- addRunListener(RunListener) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Adds a run listener.
- addRunListener(RunListener) - Method in interface repast.simphony.engine.environment.Runner
-
Adds the specified listener to the list of RunListener-s to be notified of
any run related events, such as stopped, started, and so on.
- addRunOptionsView(RunOptionsModel) - Method in class repast.simphony.ui.RSGui
-
- addScenarioChangedListener(ScenarioChangedListener) - Method in class repast.simphony.scenario.AbstractDescriptor
-
Adds the specified object to listen for scenario change events fired by
this descriptor.
- addScenarioChangedListener(ScenarioChangedListener) - Method in interface repast.simphony.userpanel.ui.UserPanelDescriptor
-
- addScenarioChangedListener(ScenarioChangedListener) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- addSelected(Object) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
Adds the specified object to the set of selected objects.
- addSelectOutputterStep() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- addSelfTransition(SelfTransition<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- addSelfTransition(SelfTransition<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- addSelfTransition(SelfTransition<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- addSeries(XYSeries) - Method in class repast.simphony.chart2.BatchUpdateXYSeries
-
- addSeriesId(String, String, Color) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Adds the id of a data source to record as a series.
- addSource(String) - Method in class repast.simphony.data2.builder.ConsoleDataSinkBuilder
-
Adds the specified source id to the list of those to
write to the console.
- addSource(String) - Method in class repast.simphony.data2.builder.FileDataSinkBuilder
-
Adds the specified source id to the list of those to
write to the file.
- addSource(IntegrationSource) - Method in class repast.simphony.integration.DefaultExtProgRunner
-
- addSource(IntegrationSource) - Method in interface repast.simphony.integration.ExternalProgramRunner
-
- addSourceId(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- addState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- addState(State) - Method in class repast.simphony.statecharts.old.CompositeState
-
- addState() - Method in class repast.simphony.statecharts.old.StateChart
-
- addStateToStates(AbstractState<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- addStaticCoverage(String, String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- addStaticCoverage(String, String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- addStaticLayerButton - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- addStepListener(PluginWizardStep) - Method in class repast.simphony.ui.plugin.editor.PluginWizardStep
-
- addStepper(String, int, int, int) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds an int parameter stepper with the specified name and
value.
- addStepper(ParameterSetter, String, int, int, int) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds an int parameter stepper with the specified name and
value.
- addStepper(String, double, double, double) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a double parameter stepper with the specified name and
value.
- addStepper(ParameterSetter, String, double, double, double) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a double parameter stepper with the specified name and
value.
- addStepper(String, float, float, float) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a float parameter stepper with the specified name and
value.
- addStepper(ParameterSetter, String, float, float, float) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a float parameter stepper with the specified name and
value.
- addStepper(String, long, long, long) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a long parameter stepper with the specified name and
value.
- addStepper(ParameterSetter, String, long, long, long) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Adds a long parameter stepper with the specified name and
value.
- addStyle(String, String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- addStyle(String, String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- addStyle(String, String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- addSubContext(Context<? extends T>) - Method in class repast.simphony.context.AbstractContext
-
- addSubContext(Context<? extends T>) - Method in interface repast.simphony.context.Context
-
- addSubContext(Context<? extends T>) - Method in class repast.simphony.context.FormerDefaultContext
-
- addSubContext(ContextData) - Method in class repast.simphony.scenario.data.ContextData
-
- addTableModelListener(TableModelListener) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
- addTo(BranchGroup) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- addToFixedLeaves(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
- addToFixedLeaves(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
- addToFreeLeaves(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
- addToFreeLeaves(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
- addToGroup(ButtonGroup) - Method in class repast.simphony.gis.tools.ToolManager
-
- addTool(PInputEventListener, Map<String, Object>) - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
Add a new tool to the toolBar to interact with the canvas.
- addTool(Action) - Method in class repast.simphony.gis.tools.ToolManager
-
- addToolBar(JToolBar) - Method in class repast.simphony.ui.table.TablePanel
-
- addToRegistry(Object, Object) - Method in class repast.simphony.engine.environment.RunState
-
Adds an item to the general registry.
- addToRoot(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Adds the specified parameter setter as a child of the root.
- addTransition(Transition, State, State) - Method in class repast.simphony.statecharts.old.StateChart
-
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.DefaultOutOfBranchTransitionBuilder
-
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.OutOfBranchTransitionBuilder
-
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
-
- addTrigger(Trigger) - Method in class repast.simphony.statecharts.TransitionBuilder
-
- addTriggerCondition(LayoutUpdater.Condition) - Method in class repast.simphony.visualization.AbstractLayoutUpdater
-
Adds a trigger condition to the current set.
- addTriggerCondition(LayoutUpdater.Condition) - Method in interface repast.simphony.visualization.LayoutUpdater
-
Adds a trigger condition to the current set.
- addUI(ControllerAction, CompositeControllerActionCreator) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
-
- addUI(ControllerAction, String) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
-
- addUser(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
-
- addValueLayer(ValueLayer) - Method in class repast.simphony.context.AbstractContext
-
Adds the specified ValueLayer to this Context.
- addValueLayer(ValueLayer) - Method in interface repast.simphony.context.Context
-
Adds the specified ValueLayer to this Context.
- addValueLayer(ValueLayer) - Method in class repast.simphony.context.FormerDefaultContext
-
Adds the specified ValueLayer to this Context.
- AddValueLayer(String, ValueLayer) - Static method in class repast.simphony.essentials.RepastEssentials
-
Adds the specified value layer to the context on the specified path.
- addValueLayer(String) - Method in class repast.simphony.visualization.DefaultDisplayData
-
Adds the named ValueLayer to the list of ValueLayers to display.
- addValueLayer(ValueLayer) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
-
- addValueLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
Adds a value layer to this ValueLayerStyle.
- addValueLayer(ValueLayer) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
Adds a value layer to this ValueLayerStyle.
- addValueLayer(ValueLayer) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Adds a value layer to this ValueLayerStyle.
- addValueLayerName(String) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Adds the named value layer to the list of value layers to display.
- addValueLayerName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Adds the named value layer to the list of value layers to display.
- addValueLayerName(String) - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Adds the named value layer to the list of value layers to display.
- addValues(DoubleArrayList) - Method in class repast.simphony.chart2.AbstractHistogramDataset
-
Adds a data value to the buffer of values.
- addValues(DoubleArrayList) - Method in class repast.simphony.chart2.DynamicHistogramDataset
-
- addValues(DoubleArrayList) - Method in class repast.simphony.chart2.StaticHistogramDataset
-
- addVertex(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- addVertex(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- addViewListener(DockableFrameListener) - Method in class repast.simphony.ui.RSGui
-
Adds the specified listener as a listener for view events.
- addViewsFromRegistry(GUIRegistry, ProbeManager) - Method in class repast.simphony.ui.RSGui
-
- addVizualization(String, JComponent) - Method in class repast.simphony.ui.RSGui
-
- addWatcher(Object) - Method in class repast.simphony.engine.watcher.Notifier2
-
Adds a watcher to be notified by this Notifier.
- addWindow(StateChart, StateChartSVGDisplayController) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- addWorkingDirectory(int, String) - Method in class repast.simphony.batch.ssh.SessionBuilder
-
- AdjacencyDoubleMatrix - Class in repast.simphony.context.space.graph
-
A network adjacency matrix that stores its values as doubles.
- AdjacencyDoubleMatrix(int, int) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix with the specified number of rows
and columns.
- AdjacencyDoubleMatrix(List<String>) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix with the specified row/col labels.
- AdjacencyDoubleMatrix(DenseDoubleMatrix2D) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix from the specified DenseDoubleMatrix2D
- AdjacencyDoubleMatrix(double[][]) - Constructor for class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Constructs an AdjacencyMatrix from the specified two dimensional double
array.
- AdjacencyMatrix - Interface in repast.simphony.context.space.graph
-
A social network adjacency matrix.
- adjustBeginLineColumn(int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- advance() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap.Iterator
-
Advance iterator one step further.
- AdvancementChooser - Interface in repast.simphony.parameter.optimizer
-
This interface represents objects that will tell the
OptimizedParameterSweeper which way it should traverse the
parameter space.
- advancementChooser - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- advanceParameter(double) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
-
- advancePositions() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Moves the iteration forward one notch, calculation attraction and repulsion
between vertices and edges and cooling the temperature.
- advancePositions() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Implementors must override this method in order to create a Layout.
- AdvanceType - Enum in repast.simphony.parameter.optimizer
-
This represents the directions/actions the sweeper can take.
- AGENT_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
-
- AGENT_KEY - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
-
- AGENT_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- AGENT_LOCATIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
- AGENT_LOCATIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
- AGENT_LOCATIONS_KEY - Static variable in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
- agentAdded(Object, boolean) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
Called when a new agent has been added.
- agentAdded(Object) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.
Called when an agent has been added and the display needs to be updated.
- AgentAdder - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- AgentAdder(ContextCreatorCanvas, ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentAdder
-
- AgentAnnot - Annotation Type in repast.simphony.annotate
-
- agentClassEditedStyleNames() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- agentClassEditedStyleNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- agentClassEditedStyleNames() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- agentClassLayerOrders() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- agentClassLayerOrders() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- agentClassLayerOrders() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- agentClassStyleNames() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- agentClassStyleNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- agentClassStyleNames() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- AgentCloner - Class in repast.simphony.visualization.editor
-
- AgentCloner(Object) - Constructor for class repast.simphony.visualization.editor.AgentCloner
-
Deprecated.
Creates an AgentCloner that will clone the specified object.
- AgentData - Class in repast.simphony.scenario.data
-
Encapsulates agent data in a ContextHeirarchy.
- AgentData(String) - Constructor for class repast.simphony.scenario.data.AgentData
-
- AgentDataRenderer() - Constructor for class repast.simphony.visualization.gui.AgentSelectionStep.AgentDataRenderer
-
- AgentDescriptor - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- AgentDescriptor(Class<?>) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- AgentDescriptorFillerPanel - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- AgentDescriptorFillerPanel(Point2D, ContextDescriptor, ContextCreatorCanvas, AgentDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
-
- AgentEditor - Class in repast.simphony.visualization.editor
-
- AgentEditor() - Constructor for class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
- agentEntries() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets an iterable over the AgentPath entries in this model data.
- AgentLabel - Class in repast.simphony.visualization.visualization3D
-
- AgentLabel() - Constructor for class repast.simphony.visualization.visualization3D.AgentLabel
-
- AgentLayer - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- AgentLayer(Color, Shape) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
-
- AgentLayerCheckNode - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- AgentLayerCheckNode(String, AgentLayer, boolean) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.AgentLayerCheckNode
-
- AgentList() - Constructor for class repast.simphony.visualization.gui.AgentSelectionPanel.AgentList
-
- agentList - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
-
- agentList - Variable in class repast.simphony.visualization.gui.StyleStep
-
- agentListChanged(CoverageStyleStep.CoverageLayerElement) - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- agentListChanged(CoverageStyleStep.CoverageLayerElement) - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Do something whenever the agent list changes to a new value through selection.
- agentListChanged(StyleStep.AgentTypeElement) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
- agentListChanged(StyleStep.AgentTypeElement) - Method in class repast.simphony.visualization.gui.StyleStep
-
Do something whenever the agent list changes to a new value through selection.
- agentListModel - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
-
- agentListModel - Variable in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- agentListModel - Variable in class repast.simphony.visualization.gui.StyleStep
-
- agentLocationMap - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- agentLocationMap - Variable in class repast.simphony.space.grid.AbstractGrid
-
- agentMoved(Object) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
- agentMoved(Object) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.
- agentRemoved(Object) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
Called when an agent has been removed.
- agentRemoved(Object) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.
Called when an agent has been removed and the display needs to be updated.
- AgentSelectionPanel - Class in repast.simphony.visualization.gui
-
- AgentSelectionPanel() - Constructor for class repast.simphony.visualization.gui.AgentSelectionPanel
-
- AgentSelectionPanel.AgentList - Class in repast.simphony.visualization.gui
-
- AgentSelectionStep - Class in repast.simphony.visualization.gui
-
Display wizard step for selecting agents to style.
- AgentSelectionStep() - Constructor for class repast.simphony.visualization.gui.AgentSelectionStep
-
- AgentSelectionStep.AgentDataRenderer - Class in repast.simphony.visualization.gui
-
- agentSetFromIterable(Iterable) - Static method in class repast.simphony.relogo.Utility
-
- agentSetFromIterator(Iterator<E>) - Static method in class repast.simphony.relogo.Utility
-
- agentsSelected(List<Object>) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
Informs this AgentEditor that agents have been selected
by code external to this AgentEditor.
- agentsSelected(Object[]) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.
Invoked when agents are selected.
- agentsSelected(Object[]) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Invoked when agents are selected.
- agentsSelected(Object[]) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Invoked when agents are selected.
- AgentStyleTableModel - Class in repast.simphony.visualization.gui
-
Table model for agent styles.
- AgentStyleTableModel() - Constructor for class repast.simphony.visualization.gui.AgentStyleTableModel
-
- AgentTableFactory - Class in repast.simphony.ui.table
-
Factory for creating tables of agents and their properties
- AgentTableFactory() - Constructor for class repast.simphony.ui.table.AgentTableFactory
-
- AgentTableListener - Interface in repast.simphony.ui.table
-
Agent table listeners listen for table events that need special handling, eg
further handling of JComponent listeners in the table.
- AgentTablePanel - Class in repast.simphony.ui.table
-
Panel than holds the agent table and other GUI elements.
- AgentTablePanel(Workspace<RSApplication>, String) - Constructor for class repast.simphony.ui.table.AgentTablePanel
-
- AgentTransitionMessageChecker<T> - Class in repast.simphony.statecharts
-
- AgentTransitionMessageChecker() - Constructor for class repast.simphony.statecharts.AgentTransitionMessageChecker
-
- AgentTypeElement(String, String) - Constructor for class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
-
- AggMethodSourcePanel - Class in repast.simphony.data2.wizard
-
GUI for defining aggregate data sources.
- AggMethodSourcePanel() - Constructor for class repast.simphony.data2.wizard.AggMethodSourcePanel
-
- AggMethodTableModel - Class in repast.simphony.data2.wizard
-
- AggMethodTableModel(DataSetDescriptor) - Constructor for class repast.simphony.data2.wizard.AggMethodTableModel
-
- AggregateChartStep - Class in repast.simphony.chart2.wizard
-
Step for configuring non-aggregate data to be displayed by a chart.
- AggregateChartStep() - Constructor for class repast.simphony.chart2.wizard.AggregateChartStep
-
- AggregateDataSet - Class in repast.simphony.data2
-
DataSet implementation that records data from aggregate DataSources.
- AggregateDataSet(String, Collection<AggregateDataSource>, Collection<? extends DataSink>) - Constructor for class repast.simphony.data2.AggregateDataSet
-
Creates an AggregateDataSet with the specified sources and sinks.
- AggregateDataSetBuilder - Class in repast.simphony.data2.builder
-
Builds datasets from a description of them.
- AggregateDataSetBuilder(String) - Constructor for class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Creates a NonAggregateDataSetBuilder that will build a dataset with the
specified id.
- AggregateDataSource - Interface in repast.simphony.data2
-
Interface for classes that can function as the source of aggregate data to be
logged or charted.
- AggregateDataSourceWrapper - Class in repast.simphony.data2.engine
-
An AggregateDataSource implementation that delegates to
a wrapped AggregateDataSource for all calls except getting
the id.
- AggregateDataSourceWrapper(String, AggregateDataSource) - Constructor for class repast.simphony.data2.engine.AggregateDataSourceWrapper
-
- AggregateDSCreator - Class in repast.simphony.data2
-
Creates aggregate DataSources.
- AggregateDSCreator(NonAggregateDataSource) - Constructor for class repast.simphony.data2.AggregateDSCreator
-
Creates a builder that will create aggregate data sources using the
specified DataSource as the source for the non-aggregate data that will
then be aggegated.
- AggregateFilter - Class in repast.simphony.data2.util
-
Filter for class types that are allowed on aggregate data sets.
- AggregateFilter() - Constructor for class repast.simphony.data2.util.AggregateFilter
-
- AggregateOp - Enum in repast.simphony.data2
-
Enumeration of the different types of aggregation operations that can
be done on a numeric data source.
- aggregateOutput(String) - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Aggregates all the files into this MatchedFiles output file written to the
specified directory.
- AggregateSourceStep - Class in repast.simphony.data2.wizard
-
General Step for creating data sets.
- AggregateSourceStep() - Constructor for class repast.simphony.data2.wizard.AggregateSourceStep
-
- airspaceToObjectMap - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- ALL - Static variable in annotation type repast.simphony.engine.schedule.ScheduledMethod
-
- ALL_DESELECTED - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- ALL_SELECTED - Static variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- AllFilter<T> - Class in repast.simphony.filter
-
A Filter that always returns true.
- AllFilter() - Constructor for class repast.simphony.filter.AllFilter
-
- allLinks() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset of all links.
- allLinks() - Method in class repast.simphony.relogo.Link
-
Returns the agentset of all links.
- allLinks() - Method in interface repast.simphony.relogo.Observer
-
Returns the agentset of all links.
- allLinks() - Method in interface repast.simphony.relogo.Patch
-
Returns the agentset of all links.
- allLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset of all links.
- allLinksU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the agentset of all links.
- allMyInLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of all directed links from other turtles to the caller.
- allMyInLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of all directed links from other turtles to the caller.
- allMyLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of all the caller's undirected links.
- allMyLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of all the caller's undirected links.
- allMyOutLinks() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset of all directed links from the caller to other turtles.
- allMyOutLinks() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset of all directed links from the caller to other turtles.
- allObjs - Variable in class repast.simphony.context.SmallDefaultContext
-
- allowsMultiOccupancy() - Method in interface repast.simphony.space.grid.CellAccessor
-
- allowsMultiOccupancy() - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
-
- allowsMultiOccupancy() - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Always returns true.
- allowsMultiOccupancy() - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Always returns false.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in class repast.simphony.relogo.Link
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in interface repast.simphony.relogo.Observer
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in interface repast.simphony.relogo.Patch
-
Queries if all agents in a collection are true for a boolean closure.
- allQ(Collection, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Queries if all agents in a collection are true for a boolean closure.
- allQU(Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
-
Queries if all agents in a collection are true for a boolean closure.
- allQU(Object, Collection<? extends ReLogoAgent>, Closure) - Static method in class repast.simphony.relogo.Utility
-
- alsoAtEndBox - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- altDisplay - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- AlwaysTrigger - Class in repast.simphony.statecharts
-
- AlwaysTrigger() - Constructor for class repast.simphony.statecharts.AlwaysTrigger
-
- AlwaysTrigger(double) - Constructor for class repast.simphony.statecharts.AlwaysTrigger
-
- Amount<Q extends javax.measure.quantity.Quantity> - Class in org.jscience.physics.amount
-
This class represents a determinate or estimated amount for which
operations such as addition, subtraction, multiplication and division
can be performed (it implements the Field interface).
- AmountConverter - Class in repast.simphony.ui.probe
-
Converts an Amount to and from a String representation.
- AmountConverter() - Constructor for class repast.simphony.ui.probe.AmountConverter
-
- AmountConverter - Class in repast.simphony.xml
-
Converter for Amount classes.
- AmountConverter() - Constructor for class repast.simphony.xml.AmountConverter
-
- AmountFreezeDryer - Class in repast.simphony.freezedry.freezedryers
-
- AmountFreezeDryer() - Constructor for class repast.simphony.freezedry.freezedryers.AmountFreezeDryer
-
- AmountPropertyEditor - Class in repast.simphony.visualization.editor
-
- AmountPropertyEditor() - Constructor for class repast.simphony.visualization.editor.AmountPropertyEditor
-
Deprecated.
- amtToTrigger - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
-
- AnalysisPluginRunner - Class in repast.simphony.data.analysis
-
The AnalysisPluginRunner is a helper class that should be extended by simple
plugin runner classes for running command line applications from the gui
- AnalysisPluginRunner(String, String, String, AnalysisPluginWizard) - Constructor for class repast.simphony.data.analysis.AnalysisPluginRunner
-
- AnalysisPluginWizard - Class in repast.simphony.data.analysis
-
A wizard for executing a third party analysis tool on a file outputter's
output.
- AnalysisPluginWizard() - Constructor for class repast.simphony.data.analysis.AnalysisPluginWizard
-
- AnalysisPluginWizard(DataSetRegistry, boolean, boolean, String, String, String, String) - Constructor for class repast.simphony.data.analysis.AnalysisPluginWizard
-
- AND - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
-
- AndBooleanCondition - Class in repast.simphony.engine.watcher.query
-
IBooleanExpression that when evaluated returns the logical 'and' of two child expressions.
- AndBooleanCondition(IBooleanExpression, IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.query.AndBooleanCondition
-
- AndBooleanExpression - Class in repast.simphony.engine.watcher.query
-
- AndBooleanExpression(IBooleanExpression, IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.query.AndBooleanExpression
-
- AndFilter<T> - Class in repast.simphony.filter
-
- AndFilter(Filter<T>, Filter<T>) - Constructor for class repast.simphony.filter.AndFilter
-
- AndQuery<T> - Class in repast.simphony.query
-
A query whose result is the intersection of its sub queries.
- AndQuery(Query<T>, Query<T>) - Constructor for class repast.simphony.query.AndQuery
-
Creates an AndQuery from the two sub-queries.
- angleFromDisplacement(double, double) - Static method in class repast.simphony.relogo.Utility
-
Returns the angle in degrees corresponding to the displacement (dX, dY).
- angleFromDisplacement(double, double) - Static method in class repast.simphony.space.SpatialMath
-
Returns the angle in radians corresponding to the displacement (dX, dY).
- AnnealingAdvancementChooser - Class in repast.simphony.parameter.optimizer
-
- AnnealingAdvancementChooser() - Constructor for class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- AnnealingAdvancementChooser(CoolingSchedule, double) - Constructor for class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- AnnotatedWatchData - Class in repast.simphony.engine.watcher
-
WatchData created from the Watch annotation
- AnnotatedWatchData(Watch) - Constructor for class repast.simphony.engine.watcher.AnnotatedWatchData
-
- annotationCPEntries() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets an iterable over all the classpath entries that
should be processed for annotations.
- anyQ(Collection) - Static method in class repast.simphony.relogo.Utility
-
Queries if there exist any agents in an agentset.
- anySeriesIncluded() - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
Gets whether or not any series has been checked to included.
- appearance - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- AppearanceFactory - Class in repast.simphony.visualization.visualization3D
-
- AppearanceFactory() - Constructor for class repast.simphony.visualization.visualization3D.AppearanceFactory
-
- AppearanceFactory.PolygonDraw - Enum in repast.simphony.visualization.visualization3D
-
- append(String, Object) - Method in class repast.simphony.chart2.HistogramDataSink
-
- append(String, Object) - Method in class repast.simphony.chart2.XYDataSinkSourceSeries
-
- append(String, Object) - Method in class repast.simphony.chart2.XYDataSinkValueSeries
-
- append(String, Object) - Method in class repast.simphony.data2.BatchParamMapFileWriter
-
- append(String, Object) - Method in class repast.simphony.data2.ConsoleDataSink
-
- append(String, Object) - Method in interface repast.simphony.data2.DataSink
-
Appends the specified data to this sink.
- append(String, Object) - Method in class repast.simphony.data2.FileDataSink
-
- appendPaths(String) - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
-
- application - Variable in class repast.simphony.ui.RSAppConfigurator
-
- apply(TimeSeriesChartDescriptor) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.AggMethodSourcePanel
-
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CommonSourcePanel
-
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CustomDataSourcePanel
-
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.MethodSourcePanel
-
- apply(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- apply(Class<?>) - Method in class repast.simphony.engine.controller.ClassFilter
-
Applies this filter to the specified class.
- apply(double, double, double, double, double, double, double, double, double) - Method in class repast.simphony.relogo.Diffuse4Body
-
- apply(double, double, double, double, double, double, double, double, double) - Method in class repast.simphony.relogo.DiffuseBody
-
- apply() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Invoked when the apply button is pressed.
- apply() - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- apply() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Invoked when the apply button is pressed.
- apply(double, int...) - Method in interface repast.simphony.valueLayer.GridFunction
-
Applies this GridFunction to the value and location.
- apply(double, int...) - Method in class repast.simphony.valueLayer.MaxGridFunction
-
- apply(double, int...) - Method in class repast.simphony.valueLayer.MinGridFunction
-
- apply(TransformGroup, TransformGroup, TransformGroup) - Method in class repast.simphony.visualization.visualization3D.Transformer
-
- APPLY_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- applyChanges() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- applyChanges() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Apply the editor changes to the DisplayDescriptor.
- applyChanges() - Method in class repast.simphony.visualization.gui.GIS3DOptionsPanel
-
- applyChanges() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
Apply the editor changes to the DisplayDescriptor.
- applyChanges() - Method in class repast.simphony.visualization.gui.StyleClassStep
-
- applyChanges() - Method in class repast.simphony.visualization.gui.StyleStep
-
Apply the editor changes to the DisplayDescriptor.
- applyFilter(Network) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Applies the filter to the current network and network g.
- applyState() - Method in class repast.simphony.chart2.wizard.AggregateChartStep
-
- applyState() - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
-
- applyState() - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
-
- applyState() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
-
- applyState() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
-
- applyState() - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
-
- applyState() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
-
- applyState() - Method in class repast.simphony.data2.wizard.AggregateSourceStep
-
- applyState() - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
-
- applyState() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
-
- applyState() - Method in class repast.simphony.data2.wizard.DataSetScheduleStep
-
- applyState() - Method in class repast.simphony.data2.wizard.FileSinkPropertiesStep
-
- applyState() - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
-
- applyState() - Method in class repast.simphony.data2.wizard.SinkDataStep
-
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
-
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
-
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
-
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderDirectoryChooserStep
-
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
-
- applyState() - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
-
- applyState() - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderDataChooserStep
-
- applyState() - Method in class repast.simphony.dataLoader.wizard.JDBCDataStep
-
- applyState() - Method in class repast.simphony.freezedry.wizard.ChooseContextStep
-
- applyState() - Method in class repast.simphony.freezedry.wizard.DFFreezerDirectoryChooserStep
-
- applyState() - Method in class repast.simphony.freezedry.wizard.FreezeDryScheduleStep
-
- applyState() - Method in class repast.simphony.freezedry.wizard.JDBCFreezerDataChooserStep
-
- applyState() - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
-
- applyState() - Method in class repast.simphony.gis.visualization.engine.GISAgentSelectionStep
-
Deprecated.
- applyState() - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
-
- applyState() - Method in class repast.simphony.ui.newscenario.ModelInitPanel
-
- applyState() - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
-
- applyState() - Method in class repast.simphony.userpanel.ui.UserPanelStep
-
- applyState() - Method in class repast.simphony.util.wizard.ChooseOptionStep
-
- applyState() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
-
- applyState() - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
-
- applyState() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
- applyState() - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
- applyState() - Method in class repast.simphony.visualization.gui.GeneralStep
-
- applyState() - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
-
- applyState() - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- applyState() - Method in class repast.simphony.visualization.gui.GridStyleStep
-
- applyState() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
- applyState() - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
-
- applyState() - Method in class repast.simphony.visualization.gui.NetLayoutStep
-
- applyState() - Method in class repast.simphony.visualization.gui.ScheduleStep
-
- applyState() - Method in class repast.simphony.visualization.gui.StyleStep
-
- applyState() - Method in class repast.simphony.visualization.gui.ValueLayerStep
-
- applyTransform() - Method in class repast.simphony.visualization.network.DirectedEdgeVisualItem
-
- applyTransform() - Method in class repast.simphony.visualization.network.DirectedLineEdgeVisualItem
-
- applyTransform() - Method in class repast.simphony.visualization.network.LineEdgeVisualItem3D
-
- applyTransform() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- applyUpdate - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
-
- applyUpdate(Geometry) - Method in interface repast.simphony.visualization.visualization3D.DataGeometry
-
- applyUpdate(Geometry) - Method in class repast.simphony.visualization.visualization3D.MeshGridGeometry
-
- applyUpdates() - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
No-op for WWJ based code as the displaying the Renderable will reflect
the updates.
- applyUpdates() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
No-op for WWJ based code as the displaying the Renderable will reflect
the updates.
- applyUpdates() - Method in interface repast.simphony.visualization.IDisplayLayer
-
Applies the latest set of updates to the displayed objects.
- applyUpdates() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- applyUpdates() - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
Called from Display2D.render() every time the schedule advances
- applyUpdates() - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- applyUpdates() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
Apply the updates to the scene graph.
- applyUpdates() - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
-
- applyUpdates() - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
-
- applyUpdates() - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
No-op for ogl based code as the displaying the GLAutoDrawable will reflect
the updates.
- applyUpdatesToNode(PNode) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
Actually set the node attributes here.
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Defines how the implementing subclasses apply updates to Renderables, e.g.
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.NetworkLayerGIS
-
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.PlaceMarkLayer
-
- applyUpdatesToShape(Object) - Method in class repast.simphony.visualization.gis3D.SurfaceShapeLayer
-
- approximateHsb() - Static method in class repast.simphony.relogo.Utility
-
- approximateRgb() - Static method in class repast.simphony.relogo.Utility
-
- approximates(Amount) - Method in class org.jscience.physics.amount.Amount
-
Indicates if this measure approximates that measure.
- aragost.repast.visualization - package aragost.repast.visualization
-
- ArbitraryLayout - Class in repast.simphony.visualization.visualization2D
-
- ArbitraryLayout() - Constructor for class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
- ArgMatcher - Class in repast.simphony.engine.watcher
-
- ArgMatcher(WatchData) - Constructor for class repast.simphony.engine.watcher.ArgMatcher
-
- array - Variable in class repast.simphony.valueLayer.DenseValueLayerStore
-
- ARRAY_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- ARRAY_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
- ArrayDataTypeHandler - Enum in repast.simphony.integration
-
Handler for different types of data.
- ArrayDataTypeHandler.ArrayHandler - Interface in repast.simphony.integration
-
- ArrayFreezeDryer - Class in repast.simphony.freezedry.freezedryers
-
- ArrayFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.ArrayFreezeDryer
-
- arrayToString(String[]) - Static method in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- arrayToString(double[]) - Method in class repast.simphony.xml.AbstractConverter
-
- arrayToString(int[]) - Method in class repast.simphony.xml.AbstractConverter
-
- ArrayValueHandler - Enum in repast.simphony.freezedry
-
This is an enum for working with string representation of primitive arrays.
- ARROW_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- arrowHeight - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
-
- arrowTransform - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
-
- arrowTranslate - Variable in class repast.simphony.visualization.network.DirectedEdgeVisualItem
-
- asin(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the arc sine of a number.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
Executes a set of commands for a link.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Executes a set of commands for a link.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Executes a set of commands for a link.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Executes a set of commands for a link.
- ask(<any>, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in class repast.simphony.relogo.Link
-
Executes a set of commands for a link.
- ask(<any>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in interface repast.simphony.relogo.Observer
-
Executes a set of commands for a link.
- ask(<any>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in interface repast.simphony.relogo.Patch
-
Executes a set of commands for a link.
- ask(<any>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for an agentset in random order.
- ask(Collection<? extends ReLogoAgent>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a collection of agents.
- ask(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a turtle.
- ask(Patch, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a patch.
- ask(Link, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Executes a set of commands for a link.
- askAgentSet(Closure) - Method in class repast.simphony.relogo.AbstractAgentSet
-
Ask agentset to execute commands in random order.
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractLink
-
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
- askCollection(Collection<? extends ReLogoAgent>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
- askLink(Closure) - Method in class repast.simphony.relogo.AbstractLink
-
- askLink(Closure) - Method in class repast.simphony.relogo.Link
-
- askPatch(Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
- askPatch(Closure) - Method in interface repast.simphony.relogo.Patch
-
- askTurtle(Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
- askTurtle(Closure) - Method in interface repast.simphony.relogo.Turtle
-
- asList(Iterator) - Static method in class repast.simphony.util.collections.CollectionUtils
-
- ASTAndExpression - Class in repast.simphony.engine.watcher.query
-
- ASTAndExpression(int) - Constructor for class repast.simphony.engine.watcher.query.ASTAndExpression
-
- ASTAndExpression(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTAndExpression
-
- ASTColocated - Class in repast.simphony.engine.watcher.query
-
- ASTColocated(int) - Constructor for class repast.simphony.engine.watcher.query.ASTColocated
-
- ASTColocated(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTColocated
-
- ASTLinked - Class in repast.simphony.engine.watcher.query
-
- ASTLinked(int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinked
-
- ASTLinked(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinked
-
- ASTLinkedFrom - Class in repast.simphony.engine.watcher.query
-
- ASTLinkedFrom(int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedFrom
-
- ASTLinkedFrom(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedFrom
-
- ASTLinkedTo - Class in repast.simphony.engine.watcher.query
-
- ASTLinkedTo(int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedTo
-
- ASTLinkedTo(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTLinkedTo
-
- ASTName - Class in repast.simphony.engine.watcher.query
-
- ASTName(int) - Constructor for class repast.simphony.engine.watcher.query.ASTName
-
- ASTName(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTName
-
- ASTNot - Class in repast.simphony.engine.watcher.query
-
- ASTNot(int) - Constructor for class repast.simphony.engine.watcher.query.ASTNot
-
- ASTNot(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTNot
-
- ASTNumber - Class in repast.simphony.engine.watcher.query
-
- ASTNumber(int) - Constructor for class repast.simphony.engine.watcher.query.ASTNumber
-
- ASTNumber(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTNumber
-
- ASTOrExpression - Class in repast.simphony.engine.watcher.query
-
- ASTOrExpression(int) - Constructor for class repast.simphony.engine.watcher.query.ASTOrExpression
-
- ASTOrExpression(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTOrExpression
-
- ASTStart - Class in repast.simphony.engine.watcher.query
-
- ASTStart(int) - Constructor for class repast.simphony.engine.watcher.query.ASTStart
-
- ASTStart(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTStart
-
- ASTWithin - Class in repast.simphony.engine.watcher.query
-
- ASTWithin(int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithin
-
- ASTWithin(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithin
-
- ASTWithinMoore - Class in repast.simphony.engine.watcher.query
-
- ASTWithinMoore(int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinMoore
-
- ASTWithinMoore(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinMoore
-
- ASTWithinVN - Class in repast.simphony.engine.watcher.query
-
- ASTWithinVN(int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinVN
-
- ASTWithinVN(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.ASTWithinVN
-
- atan(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Changes x,y offsets to degrees.
- atBeginning(T) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- atBeginning() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- atBeginning(Byte) - Method in class repast.simphony.parameter.ByteSteppedSetter
-
- atBeginning() - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
- atBeginning() - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- atBeginning(Integer) - Method in class repast.simphony.parameter.IntSteppedSetter
-
- atBeginning() - Method in class repast.simphony.parameter.ListParameterSetter
-
- atBeginning(T) - Method in class repast.simphony.parameter.ListParameterSetter
-
- atBeginning(Long) - Method in class repast.simphony.parameter.LongSteppedSetter
-
- atBeginning() - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
-
- atBeginning(Short) - Method in class repast.simphony.parameter.ShortSteppedSetter
-
- atEnd(T) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- atEnd() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- atEnd(Byte) - Method in class repast.simphony.parameter.ByteSteppedSetter
-
- atEnd() - Method in class repast.simphony.parameter.ConstantSetter
-
Returns true.
- atEnd() - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
- atEnd() - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- atEnd(Integer) - Method in class repast.simphony.parameter.IntSteppedSetter
-
- atEnd() - Method in class repast.simphony.parameter.ListParameterSetter
-
Compares the index to the number of elements in the list/
- atEnd(T) - Method in class repast.simphony.parameter.ListParameterSetter
-
- atEnd(Long) - Method in class repast.simphony.parameter.LongSteppedSetter
-
- atEnd() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- atEnd() - Method in interface repast.simphony.parameter.ParameterSetter
-
- atEnd() - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
- atEnd() - Method in class repast.simphony.parameter.RunParameterSetter
-
True if we've run totalRuns times.
- atEnd(Short) - Method in class repast.simphony.parameter.ShortSteppedSetter
-
- atEnd() - Method in class repast.simphony.parameter.SimpleParameterSetter
-
- atEnd() - Method in class repast.simphony.ui.GUIParametersManager
-
Returns false.
- Attribute - Interface in repast.simphony.scenario.data
-
Encapsulates a ContextData heirarchy attribute.
- ATTRIBUTE_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
-
- attributeChanged() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- AttributeContainer - Class in repast.simphony.scenario.data
-
Abstract base class for meta data that
contains attributes and an id.
- AttributeContainer(String) - Constructor for class repast.simphony.scenario.data.AttributeContainer
-
- AttributeFactory - Class in repast.simphony.scenario.data
-
- AttributeFactory() - Constructor for class repast.simphony.scenario.data.AttributeFactory
-
- AttributeFactory.PType - Class in repast.simphony.scenario.data
-
- attributes - Variable in class repast.simphony.parameter.xml.AbstractParameterSetterCreator
-
- attributes - Variable in class repast.simphony.scenario.data.AttributeContainer
-
- attributes() - Method in class repast.simphony.scenario.data.AttributeContainer
-
Gets an iterable over the attributes this contains.
- AttributesValueGetter(Attributes) - Constructor for class repast.simphony.parameter.xml.AbstractParameterSetterCreator.AttributesValueGetter
-
- AutoBuilderConstants - Interface in repast.simphony.dataLoader.engine
-
- AutoCompleteDecorator - Class in org.jdesktop.swingx.autocomplete
-
This class contains only static utility methods that can be used to set up
automatic completion for some Swing components.
- AutoCompleteDecorator() - Constructor for class org.jdesktop.swingx.autocomplete.AutoCompleteDecorator
-
- AutoCompleteDocument - Class in org.jdesktop.swingx.autocomplete
-
A document that can be plugged into any JTextComponent to enable automatic completion.
- AutoCompleteDocument(AbstractAutoCompleteAdaptor, boolean) - Constructor for class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
-
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.
- autoPlotOff() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- autoPlotOn() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- autoplotQ() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- autoResizeColumnWidth() - Method in class repast.simphony.ui.table.TablePanel
-
Automatically resizes column widths to fit header and contents
- ca() - Method in class repast.simphony.relogo.AbstractObserver
-
Clears the world to the default state.
- ca() - Method in interface repast.simphony.relogo.Observer
-
Clears the world to the default state.
- calcAngleFor2DMovement(ContinuousSpace<? extends Object>, NdPoint, NdPoint) - Static method in class repast.simphony.space.SpatialMath
-
Calculates the angle in radians between the two points on the horizontal plane.
- calcAttraction(RepastEdge) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- calcPointPickBuffer(Coordinate, CoordinateReferenceSystem, double) - Static method in class repast.simphony.visualization.editor.gis.GISEditorUtilities
-
Deprecated.
Calculates the buffer value to supply to Point.buffer()
that will approximate an 8x8 pixel area.
- calcPositions(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- calcRepulsion(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- calculateEndPoints(Point3f, float, Point3f, float) - Method in class repast.simphony.visualization.network.EdgeVisualItem
-
First find the points at which the edge will intersect the bounding
spheres.
- calculateLowestCommonAncestor(AbstractState<T>) - Method in class repast.simphony.statecharts.AbstractState
-
- calculator - Variable in class repast.simphony.gis.tools.DistanceTool
-
- call() - Method in class repast.simphony.batch.ssh.LocalDonePoller
-
- call() - Method in class repast.simphony.batch.ssh.RemoteDonePoller
-
- CallBackAction - Class in repast.simphony.engine.schedule
-
An IAction created from a method name and method parameters.
- CallBackAction(Object, Method) - Constructor for class repast.simphony.engine.schedule.CallBackAction
-
Creates a CallBackAction from the specified target and method.
- CallBackAction(Object, Method, Object...) - Constructor for class repast.simphony.engine.schedule.CallBackAction
-
Creates a CallBackAction from the specified target, method and parameters.
- CallBackAction(Object, String, Object...) - Constructor for class repast.simphony.engine.schedule.CallBackAction
-
Creates a CallBackAction from the specified target, method name, and method parameters.
- CAMERA_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- cancel() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
-
- cancel() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
-
- cancel() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
-
- cancel() - Method in class repast.simphony.ui.editor.SchedulableActionEditor
-
- cancel() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
- cancel() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Invoked when the cancel button is pressed.
- cancel() - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- cancel() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Invoked when the cancel button is pressed.
- cancel() - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
- cancel() - Method in class repast.simphony.ui.plugin.editor.UISaver
-
- cancel() - Method in class repast.simphony.ui.table.TableFilterDialog
-
Cancel button is pressed
- CancelAction(ISchedulableAction) - Static method in class repast.simphony.essentials.RepastEssentials
-
- cancelled - Variable in class repast.simphony.ui.table.TableFilterDialog
-
- canContinue() - Method in class repast.simphony.parameter.SimpleParameterSetter
-
- canConvert(Class) - Method in class repast.simphony.freezedry.engine.JDBCDataSourceConverter
-
- canConvert(Class) - Method in class repast.simphony.gis.xml.GeographyConverter
-
- canConvert(Class) - Method in class repast.simphony.scenario.DescriptorConverter
-
- canConvert(Class) - Method in class repast.simphony.scenario.FastMethodConvertor
-
- canConvert(Class) - Method in class repast.simphony.xml.AmountConverter
-
- canConvert(Class) - Method in class repast.simphony.xml.ContinuousValueLayerConverter
-
- canConvert(Class) - Method in class repast.simphony.xml.DefaultContextConverter
-
- canConvert(Class) - Method in class repast.simphony.xml.GridConverter
-
- canConvert(Class) - Method in class repast.simphony.xml.GridValueLayerConverter
-
- canConvert(Class) - Method in class repast.simphony.xml.NetworkConverter
-
- canConvert(Class) - Method in class repast.simphony.xml.SpaceConverter
-
- canMoveQ(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if turtle can move a distance.
- canMoveQ(Number) - Method in interface repast.simphony.relogo.Turtle
-
Queries if turtle can move a distance.
- canProcess(LegendEntry) - Method in interface repast.simphony.gis.legend.LegendAction
-
Deprecated.
Does this legend action support the entry being passed to it.
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.MessageTrigger
-
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.TimedTrigger
-
- canTransitionZeroTime() - Method in class repast.simphony.statecharts.Transition
-
- canTransitionZeroTime() - Method in interface repast.simphony.statecharts.Trigger
-
- canvas - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- canvas - Variable in class repast.simphony.visualization.visualization3D.Display3D
-
- canvas - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- Canvas3DListener - Interface in repast.simphony.visualization.visualization3D
-
- CANVAS_HEIGHT - Static variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- CANVAS_WIDTH - Static variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- capitalize(String) - Static method in class repast.simphony.util.SimUtilities
-
Captializes the specified String.
- caps - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
-
- captureOutput(Process) - Method in class repast.simphony.batch.ProcessOutputLogWriter
-
- captureOutput(Process) - Method in class repast.simphony.batch.ProcessOutputWriter
-
- CartesianDisplayDescriptor - Class in repast.simphony.visualization.engine
-
Display descriptor for Cartesian (2D,3D) displays with value layers.
- CartesianDisplayDescriptor(CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
- CartesianDisplayDescriptor(String) - Constructor for class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
- CartesianProjectionDescritorFactory - Class in repast.simphony.visualization.engine
-
ProjectionDescritorFactory that creates ProjectionDescriptors for Cartesian
displays.
- CartesianProjectionDescritorFactory() - Constructor for class repast.simphony.visualization.engine.CartesianProjectionDescritorFactory
-
- cascadeSelection - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- ceiling(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns smallest integer greater than or equal to a number.
- CELL_ACCESSOR_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
- CellAccessor<T,U> - Interface in repast.simphony.space.grid
-
- cells - Variable in class repast.simphony.valueLayer.AbstractGridFunction
-
- cellSize - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- center - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- centerValue - Variable in class repast.simphony.parameter.optimizer.HillClimber
-
- centerx - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- CGDEdge - Class in repast.simphony.visualization.cgd.graph
-
- CGDEdge() - Constructor for class repast.simphony.visualization.cgd.graph.CGDEdge
-
- CGDEdge(CGDNode, CGDNode) - Constructor for class repast.simphony.visualization.cgd.graph.CGDEdge
-
- CGDEdge(CGDNode, CGDNode, int, String) - Constructor for class repast.simphony.visualization.cgd.graph.CGDEdge
-
- CGDGraph - Class in repast.simphony.visualization.cgd.graph
-
- CGDGraph() - Constructor for class repast.simphony.visualization.cgd.graph.CGDGraph
-
- CGDGraph(ArrayList, HashMap) - Constructor for class repast.simphony.visualization.cgd.graph.CGDGraph
-
- CGDLayout<T> - Class in repast.simphony.visualization.cgd
-
- CGDLayout() - Constructor for class repast.simphony.visualization.cgd.CGDLayout
-
- CGDLayout(Network) - Constructor for class repast.simphony.visualization.cgd.CGDLayout
-
- CGDNode - Class in repast.simphony.visualization.cgd.graph
-
- CGDNode() - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
-
- CGDNode(int) - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
-
- CGDNode(int, String) - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
-
- CGDNode(double, double) - Constructor for class repast.simphony.visualization.cgd.graph.CGDNode
-
- CGDProcessor - Class in repast.simphony.visualization.cgd
-
- CGDProcessor() - Constructor for class repast.simphony.visualization.cgd.CGDProcessor
-
- CGDTreeSet<I extends java.lang.Number> - Class in repast.simphony.visualization.cgd.util
-
- CGDTreeSet() - Constructor for class repast.simphony.visualization.cgd.util.CGDTreeSet
-
- CHANGE_COLOR - Static variable in class repast.simphony.relogo.styles.BoundingPPath
-
- changed - Variable in class repast.simphony.parameter.DefaultParameters
-
- changedMap - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- changeListeners - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- changeSupport - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- changingColor - Variable in class repast.simphony.relogo.image.NLImagePrimitive
-
- CHART_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- CHART_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
-
- ChartActionCreator - Class in repast.simphony.chart2.engine
-
- ChartActionCreator() - Constructor for class repast.simphony.chart2.engine.ChartActionCreator
-
- ChartCreator<T extends Descriptor> - Interface in repast.simphony.chart2
-
Interface for classes that can create charts.
- ChartDescriptor - Class in repast.simphony.chart2.engine
-
- ChartDescriptor() - Constructor for class repast.simphony.chart2.engine.ChartDescriptor
-
- ChartDescriptor(String) - Constructor for class repast.simphony.chart2.engine.ChartDescriptor
-
- ChartDescriptor.ChartType - Enum in repast.simphony.chart2.engine
-
- chartLabel - Variable in class repast.simphony.chart2.AbstractXYChartCreator
-
- ChartPropertiesStep - Class in repast.simphony.chart2.wizard
-
Step for configuring non-aggregate data to be displayed by a chart.
- ChartPropertiesStep() - Constructor for class repast.simphony.chart2.wizard.ChartPropertiesStep
-
- chartTitle - Variable in class repast.simphony.chart2.engine.ChartDescriptor
-
- check(Class<?>) - Method in class repast.simphony.data2.util.AggregateFilter
-
Checks whether or not the specified class passes this filter.
- check(CustomDataSourceDefinition) - Method in class repast.simphony.data2.util.AggregateFilter
-
- check(MethodDataSourceDefinition) - Method in class repast.simphony.data2.util.AggregateFilter
-
- check(Class<?>) - Method in class repast.simphony.data2.util.NonAggregateFilter
-
Checks whether or not the specified class passes this filter.
- checkComplete() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
-
- checkEMCEnabledGlobally() - Method in class repast.simphony.relogo.ReLogoModel
-
- checkingLocal - Variable in class repast.simphony.parameter.optimizer.HillClimber
-
- checkMessage(Object) - Method in interface repast.simphony.statecharts.MessageChecker
-
- checkMessage(Object) - Method in class repast.simphony.statecharts.MessageConditionMessageChecker
-
- checkMessage(Object) - Method in class repast.simphony.statecharts.MessageEqualsMessageChecker
-
- checkMessage(Object) - Method in class repast.simphony.statecharts.UnconditionalByClassMessageChecker
-
- checkMessage(Object) - Method in class repast.simphony.statecharts.UnconditionalMessageChecker
-
- CheckNode - Class in repast.simphony.dataLoader.ui.wizard.builder
-
Tree node with a selected checkbox like quality.
- CheckNode(String, PLayer, boolean) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- CheckNode.State - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- CheckNodeEditor - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- CheckNodeEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeEditor
-
- CheckNodeEditor(JTree, DefaultTreeCellRenderer) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeEditor
-
- CheckNodeRenderer - Class in repast.simphony.dataLoader.ui.wizard.builder
-
Tree cell renderer for CheckNodes.
- CheckNodeRenderer() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
-
- checkToPause() - Static method in class repast.simphony.relogo.Utility
-
- CHILD_CLASS_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
In child tables, this is the child's class column.
- CHILD_ID_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
In child tables, this is the child's id column.
- CHILD_ID_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Marker for child id column names (should be appended to the column name).
- ChildIterator(NaryTree<T>.Node<T>) - Constructor for class repast.simphony.util.collections.NaryTree.ChildIterator
-
- children - Variable in class repast.simphony.engine.watcher.query.SimpleNode
-
- children() - Method in class repast.simphony.engine.watcher.WatcheeDataNode
-
- children - Variable in class repast.simphony.statecharts.CompositeState
-
- children(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
Children of all the nodes n leads to
- CHILDREN_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Marker for children column names (should be appended to the column name).
- childrenFinished(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in interface repast.simphony.parameter.optimizer.AdvancementChooser
-
Chooses which action the parameter sweeper should apply to the given setter.
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in class repast.simphony.parameter.optimizer.HillClimber
-
This performs the hill climbing algorithm.
- chooseAdvancement(ParameterSetter, AdvanceType, double) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
-
- ChooseContextStep - Class in repast.simphony.freezedry.wizard
-
- ChooseContextStep() - Constructor for class repast.simphony.freezedry.wizard.ChooseContextStep
-
- ChooseOptionStep - Class in repast.simphony.util.wizard
-
Wizard step used for selecting from a list of options, usually used as the
first step in a wizard.
- ChooseOptionStep(String, String) - Constructor for class repast.simphony.util.wizard.ChooseOptionStep
-
- chooseRandom() - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- chooseTexture(PointPlacemarkAttributes) - Method in class repast.simphony.visualization.gis3D.PlaceMark
-
- chromosomeToGene(Chromosome) - Static method in class repast.simphony.adaptation.ga.RepastGA
-
- cicleTerminated(NeuralNetEvent) - Method in class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
- CIRCLE_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- CircleLayout2D<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Layout that wraps JUNG CircleLayout
- CircleLayout2D() - Constructor for class repast.simphony.visualization.visualization2D.layout.CircleLayout2D
-
- Clan - Class in repast.simphony.visualization.cgd.util
-
- Clan(int, TreeSet, TreeSet, TreeSet, int) - Constructor for class repast.simphony.visualization.cgd.util.Clan
-
- clan - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- ClanGraphDecompAlgorithm - Class in repast.simphony.visualization.cgd.algorithm
-
- ClanGraphDecompAlgorithm() - Constructor for class repast.simphony.visualization.cgd.algorithm.ClanGraphDecompAlgorithm
-
- clanType - Variable in class repast.simphony.visualization.cgd.util.Clan
-
- CLASS - Static variable in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- CLASS_A - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
-
- CLASS_KEY - Static variable in class repast.simphony.util.wizard.WizardPluginUtil
-
- CLASS_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Marker for class types column names (should be appended to the column name).
- CLASS_MARKER - Static variable in interface repast.simphony.freezedry.FreezeDryer
-
- CLASS_NAME_COL - Static variable in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- classAttributeList - Variable in class repast.simphony.space.gis.FeatureAgentFactory
-
- ClassBuilderStep - Class in repast.simphony.dataLoader.ui.wizard
-
- ClassBuilderStep() - Constructor for class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
-
- ClassContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
-
- ClassContextActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.ClassContextActionBuilder
-
- classesChanged(int) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
Called whenever the classes count changes
- classesToLoad - Variable in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- ClassFilter - Class in repast.simphony.engine.controller
-
Takes a Class and returns true or false depending on whether or not the Class
passes the filter.
- ClassFilter() - Constructor for class repast.simphony.engine.controller.ClassFilter
-
- ClassFinder - Class in repast.simphony.util
-
Finds all the classes on a given path(s).
- ClassFinder() - Constructor for class repast.simphony.util.ClassFinder
-
- ClassFinder.Adder - Interface in repast.simphony.util
-
- classFld - Variable in class repast.simphony.visualization.gui.StyleStep
-
- ClassFreezeDryer - Class in repast.simphony.freezedry.freezedryers
-
- ClassFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.ClassFreezeDryer
-
- classIdMap - Variable in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- ClassListItem - Class in repast.simphony.ui.editor
-
- ClassListItem(Class) - Constructor for class repast.simphony.ui.editor.ClassListItem
-
- ClassListItem(String) - Constructor for class repast.simphony.ui.editor.ClassListItem
-
- classMap - Variable in class repast.simphony.xml.AbstractConverter
-
- ClassNameContextBuilder - Class in repast.simphony.dataLoader.engine
-
- ClassNameContextBuilder(ContextBuilder) - Constructor for class repast.simphony.dataLoader.engine.ClassNameContextBuilder
-
- ClassNameContextBuilder(String) - Constructor for class repast.simphony.dataLoader.engine.ClassNameContextBuilder
-
- ClassNameDataLoaderAction - Class in repast.simphony.dataLoader.engine
-
Action for creating contexts using an object created via reflection from a
class name.
- ClassNameDataLoaderAction(ClassNameContextBuilder) - Constructor for class repast.simphony.dataLoader.engine.ClassNameDataLoaderAction
-
- ClassNameDataLoaderAction(ClassNameContextBuilder, Scenario) - Constructor for class repast.simphony.dataLoader.engine.ClassNameDataLoaderAction
-
- ClassNameDataLoaderAction(String, Scenario) - Constructor for class repast.simphony.dataLoader.engine.ClassNameDataLoaderAction
-
- Classpath - Class in repast.simphony.scenario.data
-
Encapsulates a classpath.
- Classpath() - Constructor for class repast.simphony.scenario.data.Classpath
-
- classpathEntries() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets an iterable over all the classpath entries.
- ClassPathEntry - Class in repast.simphony.util
-
Encapsulates a path on which classes or jars might be found together with a
class name filters.
- ClassPathEntry(File) - Constructor for class repast.simphony.util.ClassPathEntry
-
- ClassPathEntry(File, ClassPathFilter) - Constructor for class repast.simphony.util.ClassPathEntry
-
- ClassPathEntry(File, List<String>) - Constructor for class repast.simphony.util.ClassPathEntry
-
- ClassPathFilter - Class in repast.simphony.util
-
Filter that takes a fully qualified class or package name expression
and filters found classes on whether they match the expression.
- ClassPathFilter(String) - Constructor for class repast.simphony.util.ClassPathFilter
-
- classPaths() - Method in class repast.simphony.scenario.data.Classpath
-
Gets an iterable over all the possible paths on which
classes may be found.
- ClassRetrievable - Interface in repast.simphony.freezedry.gui
-
- classStyleMap - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- classStyleMap - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- classStyleMap - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- ClassUtilities - Class in repast.simphony.util
-
- ClassUtilities() - Constructor for class repast.simphony.util.ClassUtilities
-
- clazz - Variable in class repast.simphony.query.space.grid.GridCellNgh
-
- cleanColName(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- cleanup() - Method in class repast.simphony.engine.controller.DefaultController
-
- cleanUp() - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
Calls this to remove listeners etc.
- cleanUp() - Method in class repast.simphony.gis.tools.DistanceTool
-
- cleanUp() - Method in class repast.simphony.gis.tools.PositionTool
-
- cleanUp() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- cleanUp() - Method in class repast.simphony.ui.widget.MovieMaker
-
- clear() - Method in class repast.simphony.context.AbstractContext
-
- clear() - Method in class repast.simphony.context.FormerDefaultContext
-
- clear() - Method in class repast.simphony.data2.AbstractFormatter
-
Clears this formatter of any data that has been added for formatting.
- clear() - Method in interface repast.simphony.data2.Formatter
-
Clears this formatter of any data that has been added for formatting.
- clear() - Method in class repast.simphony.engine.schedule.ActionList
-
Clears this list of any elements it contains.
- clear() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Removes all elements from the queue.
- clear() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Clears this ScheduleGroup of any ISchedulableActions it may contain
- clear() - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- clear() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Clears all the rules but the default.
- clear() - Method in class repast.simphony.render.RendererManager
-
Clears the list of Renderers contained by this RendererManager.
- clear() - Method in class repast.simphony.util.PriorityQueue
-
Removes all elements from the queue.
- clear() - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
-
- clearAdapters() - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Clears any attribute adapters from this factory finder.
- clearAll() - Method in class repast.simphony.relogo.AbstractObserver
-
Clears the world to the default state.
- clearAll() - Method in interface repast.simphony.relogo.Observer
-
Clears the world to the default state.
- clearAllPlots() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- clearConverters() - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
-
- clearConverters() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- clearCountDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- clearCustomDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- clearData() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- clearDataSets() - Method in class repast.simphony.data2.AbstractDataSetManager
-
Clears this data set manager of any added datasets.
- clearDistance() - Method in interface repast.simphony.gis.tools.DistanceSetter
-
- clearLinks() - Method in class repast.simphony.relogo.AbstractObserver
-
Removes all links.
- clearLinks() - Method in interface repast.simphony.relogo.Observer
-
Removes all links.
- clearMethodDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- clearNotifiers() - Method in class repast.simphony.engine.watcher.WatcherTrigger
-
- clearOldBeginActions() - Method in enum repast.simphony.statecharts.StateChartScheduler
-
- clearOldResolveActions() - Method in enum repast.simphony.statecharts.StateChartScheduler
-
- clearPatches() - Method in class repast.simphony.relogo.AbstractObserver
-
Sets all standard and diffusible patch variables to their default values.
- clearPatches() - Method in interface repast.simphony.relogo.Observer
-
Sets all standard and diffusible patch variables to their default values.
- clearPlot() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- clearProjectionDescriptors() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Removes any added projection descriptors.
- clearProjectionDescriptors() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Removes any added projection descriptors.
- clearProjectionDescriptors() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Removes any added projection descriptors.
- clearProjections() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- clearProjections() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- clearProjections() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- clearRenderers() - Method in class repast.simphony.ui.GUIScheduleRunner
-
- clearResults() - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Clear any results.
- clearRowFilters() - Method in class repast.simphony.ui.table.TablePanel
-
- clearSelected() - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
Clears the set of selected objects.
- clearSeriesIds() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Clears the series data in this descriptor.
- clearSourceIds() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- clearStateUuidMap() - Method in class repast.simphony.statecharts.CompositeState
-
- clearTrackingNetwork() - Method in class repast.simphony.relogo.AbstractObserver
-
- clearTrackingNetwork() - Method in interface repast.simphony.relogo.Observer
-
- clearTurtles() - Method in class repast.simphony.relogo.AbstractObserver
-
Removes all turtles.
- clearTurtles() - Method in interface repast.simphony.relogo.Observer
-
Removes all turtles.
- clearValueLayerNames() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
- clearValueLayerNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- clearValueLayerNames() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
- clone() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- clone() - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- clone() - Method in class repast.simphony.parameter.AbstractParameters
-
- clone() - Method in class repast.simphony.parameter.BeanParameters
-
- clone() - Method in class repast.simphony.parameter.DefaultParameters
-
- clone() - Method in class repast.simphony.parameter.EmptyParameters
-
- clone() - Method in interface repast.simphony.parameter.Parameters
-
Method to clone a Parameter object.
- clone() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- clone() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- cloneAgent(Object) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.
Clones the specified agent and adds the clone to the agent collection.
- cloneAgent(Object) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Clones the specified agent and adds the clone to the agent collection.
- cloneAgent(Object) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Clones the specified agent and adds the clone to the agent collection.
- close() - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
-
- close() - Method in class repast.simphony.chart2.HistogramDataSink
-
- close() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
-
- close() - Method in class repast.simphony.context.space.graph.DLMatrixReader
-
Closes the reader.
- close() - Method in class repast.simphony.context.space.graph.ExcelMatrixReader
-
- close() - Method in interface repast.simphony.context.space.graph.NetworkMatrixReader
-
Closes the reader.
- close() - Method in class repast.simphony.data2.AbstractDataSet
-
- close() - Method in class repast.simphony.data2.BatchParamMapFileWriter
-
- close() - Method in class repast.simphony.data2.ConsoleDataSink
-
- close() - Method in interface repast.simphony.data2.DataSet
-
Closes this DataSet.
- close() - Method in interface repast.simphony.data2.DataSink
-
Close this DataSink.
- close() - Method in class repast.simphony.data2.FileDataSink
-
- close() - Method in class repast.simphony.freezedry.AbstractDataSource
-
Closes this data source.
- close() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
Closes this data source.
- close() - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
-
- close() - Method in class repast.simphony.integration.RandomAccessWriter
-
- close() - Method in class repast.simphony.ui.RSApplication
-
Closes the runtime application.
- closeChildQuery(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- closed() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- closed() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- closed() - Method in interface repast.simphony.visualization.IDisplay
-
Notifies this IDisplay that its associated gui widget has been closed.
- closed() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Notifies this IDisplay that its associated gui widget has been closed.
- closed() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Notifies this IDisplay that its associated gui widget has been closed.
- closed() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- closeDisplayWithoutNotification() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- closeFrame() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
-
- closeQuery(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- ClusterOutputCombiner - Class in repast.simphony.batch
-
- ClusterOutputCombiner(String, String) - Constructor for class repast.simphony.batch.ClusterOutputCombiner
-
- ClusterOutputCombiner(String, String, String) - Constructor for class repast.simphony.batch.ClusterOutputCombiner
-
- ClusterOutputFinder - Class in repast.simphony.batch
-
Used to find output files from InstanceRunner runs using patterns from file
sinks and custom output patterns.
- ClusterOutputFinder() - Constructor for class repast.simphony.batch.ClusterOutputFinder
-
- CNDataLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui
-
- CNDataLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.CNDataLoaderActionEditorCreator
-
- CNDataLoaderActionLoader - Class in repast.simphony.dataLoader.engine
-
ActionLoader for class name based data loaders.
- CNDataLoaderActionLoader(File, Object) - Constructor for class repast.simphony.dataLoader.engine.CNDataLoaderActionLoader
-
- CNDataLoaderActionPanel - Class in repast.simphony.dataLoader.ui
-
UISaver for setting the CNDataLoader object as well as parameters for that
object.
- CNDataLoaderActionPanel(ClassNameDataLoaderAction, Scenario, Classpath) - Constructor for class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
-
- CNDataLoaderActionSaver - Class in repast.simphony.dataLoader.engine
-
DataLoader action saver for ClassNameDataLoaderAction.
- CNDataLoaderActionSaver() - Constructor for class repast.simphony.dataLoader.engine.CNDataLoaderActionSaver
-
- CNDataLoaderActionUI - Class in repast.simphony.dataLoader.ui
-
ActionUI for working with the class name data loader action.
- CNDataLoaderActionUI(ClassNameDataLoaderAction) - Constructor for class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
-
- CNDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving ClassNameDataLoaderAction-s.
- CNDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.CNDataLoaderControllerActionIO
-
- COL_DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- colClassMap - Variable in class repast.simphony.ui.table.ProbePropertyTableModel
-
- colIndex - Variable in class repast.simphony.ui.table.NamedRowFilter
-
- collectFilters() - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
-
- collectImports() - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
-
- CollectionFreezeDryer - Class in repast.simphony.freezedry.freezedryers
-
- CollectionFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.CollectionFreezeDryer
-
- CollectionUtils - Class in repast.simphony.util.collections
-
Utilities for working with collections of many types.
- CollectionUtils() - Constructor for class repast.simphony.util.collections.CollectionUtils
-
- collisionConfiguration - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- COLOCATED - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
-
- ColocatedBooleanExpression - Class in repast.simphony.engine.watcher.query
-
- ColocatedBooleanExpression(Context) - Constructor for class repast.simphony.engine.watcher.query.ColocatedBooleanExpression
-
- color - Variable in class repast.simphony.relogo.AbstractLink
-
- color - Variable in class repast.simphony.relogo.image.NLImagePrimitive
-
- COLOR - Static variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
- color - Variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
- COLOR - Static variable in interface repast.simphony.visualization.decorator.DecoratorConstants
-
- color - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- color - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- color - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- color - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- color - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- color - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- ColorEditor - Class in repast.simphony.chart2.wizard
-
TableCellEditor for colors.
- ColorEditor() - Constructor for class repast.simphony.chart2.wizard.ColorEditor
-
- ColorMapStyleAdapter - Class in repast.simphony.visualizationOGL2D
-
Adapts a ValueLayerStyle to a saf uil grid color map.
- ColorMapStyleAdapter(ValueLayerStyleOGL, int[]) - Constructor for class repast.simphony.visualizationOGL2D.ColorMapStyleAdapter
-
- colorMax - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- colorMax - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- colorMax - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- colorMin - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- colorMin - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- colorMin - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- ColorRenderer - Class in repast.simphony.chart2.wizard
-
TableCell renderer for a Color
- ColorRenderer() - Constructor for class repast.simphony.chart2.wizard.ColorRenderer
-
- colors - Static variable in class repast.simphony.relogo.util.ReLogoSupport
-
- colorScale - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- colorScale - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- colorScale - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- ColorSetter - Class in repast.simphony.chart2
-
Sets the series' colors as they are added.
- ColorSetter(XYLineAndShapeRenderer, TimeSeriesChartDescriptor) - Constructor for class repast.simphony.chart2.ColorSetter
-
- colorValue - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- COLS - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- columEditable - Variable in class repast.simphony.ui.table.ProbePropertyTableModel
-
- column - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- COLUMN_NAMES - Variable in class repast.simphony.visualization.gui.StyleTableModel
-
- columnBox - Variable in class repast.simphony.ui.table.TableFilterDialog
-
- columnMap - Variable in class repast.simphony.ui.table.ProbePropertyTableModel
-
- columnModel - Variable in class repast.simphony.ui.table.TableFilterDialog
-
- columnNameMap - Variable in class repast.simphony.ui.table.TableFilterDialog
-
- columns() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Returns the number of columns in the matrix.
- columns() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Returns the number of columns in the matrix.
- COLUMNS - Static variable in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
-
- combineAgentSets(AgentSet, AgentSet) - Static method in class repast.simphony.relogo.Utility
-
- ComboBoxAdaptor - Class in org.jdesktop.swingx.autocomplete
-
An implementation of the AbstractAutoCompleteAdaptor that is suitable for JComboBox.
- ComboBoxAdaptor(JComboBox) - Constructor for class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
-
Creates a new ComobBoxAdaptor for the given combobox.
- ComboBoxCellEditor - Class in org.jdesktop.swingx.autocomplete
-
This is a cell editor that can be used when a combo box (that has been set
up for automatic completion) is to be used in a JTable.
- ComboBoxCellEditor(JComboBox) - Constructor for class org.jdesktop.swingx.autocomplete.ComboBoxCellEditor
-
Creates a new ComboBoxCellEditor.
- Command() - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- commit() - Method in class repast.simphony.ui.probe.Probe
-
Commit any pending changes to the bean.
- commitParameters() - Method in class repast.simphony.ui.parameters.ParametersUI
-
Commits any changes made using the parameter JComponents to the specified
params.
- CommonSourcePanel - Class in repast.simphony.data2.wizard
-
Panel that includes check boxes for selecting
tick count etc.
- CommonSourcePanel() - Constructor for class repast.simphony.data2.wizard.CommonSourcePanel
-
- compare(ActionUI, ActionUI) - Method in class repast.simphony.ui.tree.ScenarioTree.LabelComparator
-
- compare(NaryTree<T>.Node<T>, NaryTree<T>.Node<T>) - Method in class repast.simphony.util.collections.NaryTree.NodeComparator
-
- compare(Object, Object) - Method in class repast.simphony.util.ToStringComparator
-
- compareTo(Object) - Method in class org.jscience.physics.amount.Amount
-
Compares this measure with the specified measurable object.
- compareTo(Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- compareTo(Link) - Method in class repast.simphony.relogo.AbstractLink
-
- compareTo(Patch) - Method in class repast.simphony.relogo.AbstractPatch
-
- compareTo(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
- compareTo(Object) - Method in class repast.simphony.relogo.image.NLImage
-
- compareTo(ClassListItem) - Method in class repast.simphony.ui.editor.ClassListItem
-
- compareTo(EditorMenuItem) - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
- compareTo(ProbedPropertiesFinder.Property) - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- compDisplayMap - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Maps String display name to IDisplay object.
- CompletableStep - Interface in repast.simphony.data2.wizard
-
Interface for steps that require other classes to notify
them of the compeletion status.
- complete(Object, boolean) - Method in class repast.simphony.data2.wizard.AggregateSourceStep
-
- complete(Object, boolean) - Method in interface repast.simphony.data2.wizard.CompletableStep
-
Notifies this CompletableStep that the source is or is not complete.
- complete(Object, boolean) - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
-
- CompleteHandlerWizardStep - Class in repast.simphony.util.wizard
-
- CompleteHandlerWizardStep(String, String, Icon) - Constructor for class repast.simphony.util.wizard.CompleteHandlerWizardStep
-
- CompleteHandlerWizardStep(String, String) - Constructor for class repast.simphony.util.wizard.CompleteHandlerWizardStep
-
- CompleteHandlerWizardStep() - Constructor for class repast.simphony.util.wizard.CompleteHandlerWizardStep
-
- component - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfoAction
-
- ComponentActionEditorExtensions - Class in repast.simphony.ui.plugin
-
- ComponentActionEditorExtensions() - Constructor for class repast.simphony.ui.plugin.ComponentActionEditorExtensions
-
- ComponentFilter<M,I> - Class in repast.simphony.ui.table
-
Row filter for Components
- ComponentFilter(String, int, String, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.ComponentFilter
-
- componentHidden(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- componentMoved(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- componentNameTable - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
-
- componentResized(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- componentShown(ComponentEvent) - Method in class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- ComponentTableCellEditorRenderer - Class in repast.simphony.ui.table
-
TableCell editor and renderer for JComponents
- ComponentTableCellEditorRenderer() - Constructor for class repast.simphony.ui.table.ComponentTableCellEditorRenderer
-
- componentTypeTable - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
-
- CompositeActionEditorExtensions - Class in repast.simphony.ui.plugin
-
- CompositeActionEditorExtensions() - Constructor for class repast.simphony.ui.plugin.CompositeActionEditorExtensions
-
- CompositeControllerActionCreator - Interface in repast.simphony.plugin
-
Interface for classes that wish to create parent / composite controller actions.
- CompositeIndexedIterable<T> - Class in repast.simphony.util.collections
-
An IndexedIterable that adapts multiple IndexedItebles to behave as a single IndexedIterable.
- CompositeIndexedIterable() - Constructor for class repast.simphony.util.collections.CompositeIndexedIterable
-
- CompositeState<T> - Class in repast.simphony.statecharts
-
- CompositeState(String) - Constructor for class repast.simphony.statecharts.CompositeState
-
- CompositeState - Class in repast.simphony.statecharts.old
-
- CompositeState(State) - Constructor for class repast.simphony.statecharts.old.CompositeState
-
- CompositeStateBuilder<T> - Class in repast.simphony.statecharts
-
- CompositeStateBuilder(String, AbstractState<T>) - Constructor for class repast.simphony.statecharts.CompositeStateBuilder
-
- CompositeStateBuilder(String, AbstractState<T>, String) - Constructor for class repast.simphony.statecharts.CompositeStateBuilder
-
- compute(CGDGraph) - Method in class repast.simphony.visualization.cgd.algorithm.ClanGraphDecompAlgorithm
-
- compute(CGDGraph, boolean) - Method in class repast.simphony.visualization.cgd.algorithm.ClanGraphDecompAlgorithm
-
- compute() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- computedVals - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- computeVals() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Computes all the values for the space.
- CONCATENATE - Static variable in class repast.simphony.batch.ssh.Configuration
-
- condition - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
-
- condition(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.ConditionTriggerCondition
-
- condition(T, Transition<T>, Parameters) - Method in interface repast.simphony.statecharts.GuardCondition
-
- conditions - Variable in class repast.simphony.visualization.AbstractLayoutUpdater
-
- ConditionTrigger<T> - Class in repast.simphony.statecharts
-
- ConditionTrigger(ConditionTriggerCondition<T>, double) - Constructor for class repast.simphony.statecharts.ConditionTrigger
-
- ConditionTrigger(ConditionTriggerCondition<T>) - Constructor for class repast.simphony.statecharts.ConditionTrigger
-
- ConditionTriggerCondition<T> - Interface in repast.simphony.statecharts
-
- Configuration - Class in repast.simphony.batch.ssh
-
Configuration data loaded from a config file for configuring batch
run execution.
- Configuration(String) - Constructor for class repast.simphony.batch.ssh.Configuration
-
- configure(String[]) - Method in class repast.simphony.batch.InstanceRunner
-
- configure(Session, Configuration) - Method in class repast.simphony.batch.ssh.ModelArchiveConfigurator
-
Configures the existing model archive to work with the specified remote.
- configureSort(ProbePropertyTableModel, TablePanel) - Static method in class repast.simphony.ui.table.AgentTableFactory
-
Configures sorting on table rows
- connect(QuadEdge, QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- connect() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- ConsoleDataSink - Class in repast.simphony.data2
-
- ConsoleDataSink(ConsoleDataSink.OutputStream, Formatter) - Constructor for class repast.simphony.data2.ConsoleDataSink
-
- ConsoleDataSink.OutputStream - Enum in repast.simphony.data2
-
- ConsoleDataSinkBuilder - Class in repast.simphony.data2.builder
-
DataSinkBuilder that can build FileDataSinks.
- ConsoleDataSinkBuilder(ConsoleDataSink.OutputStream, String, FormatType) - Constructor for class repast.simphony.data2.builder.ConsoleDataSinkBuilder
-
- ConsoleSinkActionEditorCreator - Class in repast.simphony.data2.gui
-
- ConsoleSinkActionEditorCreator() - Constructor for class repast.simphony.data2.gui.ConsoleSinkActionEditorCreator
-
- ConsoleSinkActionLoader(File, Object) - Constructor for class repast.simphony.data2.engine.ConsoleSinkControllerActionIO.ConsoleSinkActionLoader
-
- ConsoleSinkActionUI - Class in repast.simphony.data2.gui
-
Provides the scenario tree user inteface for console sink editing.
- ConsoleSinkActionUI(ConsoleSinkComponentControllerAction) - Constructor for class repast.simphony.data2.gui.ConsoleSinkActionUI
-
- ConsoleSinkComponentControllerAction - Class in repast.simphony.data2.engine
-
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- ConsoleSinkComponentControllerAction(ConsoleSinkDescriptor) - Constructor for class repast.simphony.data2.engine.ConsoleSinkComponentControllerAction
-
- ConsoleSinkControllerActionIO - Class in repast.simphony.data2.engine
-
- ConsoleSinkControllerActionIO() - Constructor for class repast.simphony.data2.engine.ConsoleSinkControllerActionIO
-
- ConsoleSinkControllerActionIO.ConsoleSinkActionLoader - Class in repast.simphony.data2.engine
-
- ConsoleSinkDescriptor - Class in repast.simphony.data2.engine
-
Sink for outputting text data to the console.
- ConsoleSinkDescriptor(String) - Constructor for class repast.simphony.data2.engine.ConsoleSinkDescriptor
-
Creates a ConsoleSinkDescriptor.
- ConsoleSinkEditorWizard - Class in repast.simphony.data2.wizard
-
- ConsoleSinkEditorWizard(List<DataSetDescriptor>) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
-
- ConsoleSinkEditorWizard(List<DataSetDescriptor>, ConsoleSinkDescriptor) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
-
- ConsoleSinkMenuItem - Class in repast.simphony.data2.gui
-
Implements the "Add Data Set" menu item.
- ConsoleSinkMenuItem() - Constructor for class repast.simphony.data2.gui.ConsoleSinkMenuItem
-
- ConsoleSinkPropertiesStep - Class in repast.simphony.data2.wizard
-
Formatting step for console sinks.
- ConsoleSinkPropertiesStep() - Constructor for class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
-
- ConsoleSinkWizardModel - Class in repast.simphony.data2.wizard
-
- ConsoleSinkWizardModel(List<DataSetDescriptor>) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkWizardModel
-
- ConsoleSinkWizardModel(List<DataSetDescriptor>, ConsoleSinkDescriptor) - Constructor for class repast.simphony.data2.wizard.ConsoleSinkWizardModel
-
- ConsoleUserInfo - Class in repast.simphony.batch.ssh
-
Console based user info.
- ConsoleUserInfo() - Constructor for class repast.simphony.batch.ssh.ConsoleUserInfo
-
- ConsoleWindowDialog - Class in repast.simphony.ui.sweep
-
- ConsoleWindowDialog(Frame) - Constructor for class repast.simphony.ui.sweep.ConsoleWindowDialog
-
- ConsoleWindowDialog(Dialog, String) - Constructor for class repast.simphony.ui.sweep.ConsoleWindowDialog
-
- CONSTANT - Static variable in class repast.simphony.ui.sweep.ParameterSweepInput
-
- CONSTANT_ID - Static variable in interface repast.simphony.parameter.xml.SetterConstants
-
- CONSTANT_TYPE_NAME - Static variable in interface repast.simphony.parameter.xml.SetterConstants
-
- CONSTANT_VALUE - Static variable in interface repast.simphony.parameter.xml.SetterConstants
-
- ConstantBooleanSetterCreator - Class in repast.simphony.parameter.xml
-
Creates a constant setter for boolean values.
- ConstantBooleanSetterCreator() - Constructor for class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
-
- ConstantNumberSetterCreator - Class in repast.simphony.parameter.xml
-
Creator for numeric constant setters.
- ConstantNumberSetterCreator(String) - Constructor for class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
- ConstantObjectSetterCreator - Class in repast.simphony.parameter.xml
-
Creates a constant setter for custom types using a StringConverter.
- ConstantObjectSetterCreator() - Constructor for class repast.simphony.parameter.xml.ConstantObjectSetterCreator
-
- ConstantSetter<T> - Class in repast.simphony.parameter
-
- ConstantSetter() - Constructor for class repast.simphony.parameter.ConstantSetter
-
- ConstantSetter(String, T) - Constructor for class repast.simphony.parameter.ConstantSetter
-
Constructs this to set the given parameter to the given value.
- ConstantStringSetterCreator - Class in repast.simphony.parameter.xml
-
Creates a constant setter for String values.
- ConstantStringSetterCreator() - Constructor for class repast.simphony.parameter.xml.ConstantStringSetterCreator
-
- constrainByMinMax(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Massages the value into the range specified by [minValue, maxValue].
- ConstructBodyInfo(CollisionShape, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
-
- contains(Object) - Method in class repast.simphony.context.AbstractContext
-
- contains(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
- contains(String) - Method in class repast.simphony.parameter.DefaultSchema
-
Returns true if this schema contains contains the specified parameter name, otherwise false.
- contains(String) - Method in class repast.simphony.parameter.ParametersCreator
-
Gets whether or not this creator contains the
named parameter.
- contains(String) - Method in interface repast.simphony.parameter.Schema
-
Returns true if this schema contains contains the specified parameter name,
otherwise false.
- Contains<T> - Class in repast.simphony.util.collections
-
Predicate that returns true if the specified object is contained by
a Set.
- Contains(Set<T>) - Constructor for class repast.simphony.util.collections.Contains
-
- contains(T, T) - Method in class repast.simphony.util.collections.NaryTree
-
Checks if the tree contains the specified node with the specified parent.
- contains(T, T) - Method in interface repast.simphony.util.collections.Tree
-
Checks if the tree contains the specified node with the specified parent.
- contains(T) - Method in interface repast.simphony.visualization.VisualizedObjectContainer
-
Whether or not the this container contains the specified object.
- containsAll(Collection<?>) - Method in class repast.simphony.context.FormerDefaultContext
-
- containsChecker(NaryTree<T>.Node<T>, T, T) - Method in class repast.simphony.util.collections.NaryTree
-
- containsEdge(RepastEdge<T>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
Returns whether or not this network contains the specified edge.
- containsEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.JungNetwork
-
Returns whether or not this network contains the specified edge.
- containsEdge(RepastEdge<T>) - Method in interface repast.simphony.space.graph.Network
-
Returns whether or not this network contains the specified edge.
- containsInternal(Object) - Method in class repast.simphony.context.AbstractContext
-
- containsInternal(Object) - Method in class repast.simphony.context.DefaultContext
-
- containsInternal(Object) - Method in class repast.simphony.context.SmallDefaultContext
-
- containsKey(long) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Check if a value is associated with a key.
- containsOnlyProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- containsProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- ContainsQuery<T> - Class in repast.simphony.query.space.gis
-
Query that determines what objects are contained by a geometry.
- ContainsQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.ContainsQuery
-
Creates a ContainsQuery that will query
the specified geography for objects that are contained by the
geometry of the specified object.
- ContainsQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.ContainsQuery
-
Creates a ContainsQuery that will query
the specified geography for objects that are contained by the
specified geometry.
- containsValueLayer() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- CONTENT_PANEL_HEIGHT - Static variable in class repast.simphony.ui.plugin.editor.PluginWizardStep
-
- CONTENT_PANEL_WIDTH - Static variable in class repast.simphony.ui.plugin.editor.PluginWizardStep
-
- contents - Variable in class repast.simphony.space.delaunay.TriangulationPoint
-
- Context<T> - Interface in repast.simphony.context
-
Represents a group of agents that participate in a simulation.
- context - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- context - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- context - Variable in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
-
- context - Variable in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- context - Variable in class repast.simphony.scenario.Scenario
-
- context - Variable in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
-
- CONTEXT_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
-
- CONTEXT_FILE_NAME - Static variable in interface repast.simphony.scenario.ScenarioConstants
-
- CONTEXT_ID_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- CONTEXT_LISTENING_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
- CONTEXT_TYPE_ID_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- ContextActionBuilder - Interface in repast.simphony.dataLoader.ui.wizard
-
In conjuction with a the gui, builds the action that creates a context.
- ContextBuilder<T> - Interface in repast.simphony.dataLoader
-
Interface for classes that build a Context by adding projections,
agents and so forth.
- ContextBuilderFactory - Class in repast.simphony.dataLoader.engine
-
Factory class for creating context builders
that create and add projections to Contexts and
create and add agents to contexts.
- ContextBuilderWizardStep - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- ContextBuilderWizardStep() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
-
- contextContainsOnlyProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- contextContainsProjectionType(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- ContextCreatorCanvas - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- ContextCreatorCanvas(ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- ContextData - Class in repast.simphony.scenario.data
-
Encapsulates the context heirarchy.
- ContextData(String, Classpath) - Constructor for class repast.simphony.scenario.data.ContextData
-
- ContextData(String, String, Classpath) - Constructor for class repast.simphony.scenario.data.ContextData
-
- ContextDescriptor - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- ContextDescriptor(ContextData) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- ContextEvent<T> - Class in repast.simphony.context
-
Represents a change occuring to a Context.
- ContextEvent(ContextEvent.EventType, Context<T>, T) - Constructor for class repast.simphony.context.ContextEvent
-
Creates a new instance of ContextEvent with a given type, context and
target.
- ContextEvent(ContextEvent.EventType, Context<T>, Projection<? super T>) - Constructor for class repast.simphony.context.ContextEvent
-
Creates a new instance of ContextEvent with a given type, context and
Projection.
- ContextEvent(ContextEvent.EventType, Context<T>, Context<? extends T>) - Constructor for class repast.simphony.context.ContextEvent
-
Creates a new instance of ContextEvent with a given type, context and
sub-Context.
- ContextEvent.EventType - Enum in repast.simphony.context
-
Enum of the types of events.
- ContextFactory<T> - Interface in repast.simphony.context
-
Interface defines the capability to create Context objects.
- ContextFactoryFinder - Class in repast.simphony.context
-
- ContextFactoryFinder() - Constructor for class repast.simphony.context.ContextFactoryFinder
-
- ContextFastSingleGrid<T> - Class in repast.simphony.context.space.grid
-
Default implementation of an n-dimensional grid.
- ContextFastSingleGrid(String, GridAdder<T>, GridPointTranslator, int...) - Constructor for class repast.simphony.context.space.grid.ContextFastSingleGrid
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- ContextFileIOConstants - Interface in repast.simphony.scenario.data
-
- ContextFileReader - Class in repast.simphony.scenario.data
-
Reads a model.xml file and produces a ModelData object.
- ContextFileReader() - Constructor for class repast.simphony.scenario.data.ContextFileReader
-
- ContextFileWriter - Class in repast.simphony.scenario.data
-
Writes a context file from ContextData.
- ContextFileWriter() - Constructor for class repast.simphony.scenario.data.ContextFileWriter
-
- ContextFreezeDryer - Class in repast.simphony.freezedry.freezedryers
-
- ContextFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- ContextFreezeDryingAction - Class in repast.simphony.freezedry
-
An action that will freeze dry a context of a specified id when it is executed.
- ContextFreezeDryingAction(Object, FreezeDryedDataSource) - Constructor for class repast.simphony.freezedry.ContextFreezeDryingAction
-
- ContextFreezeDryingAction(FreezeDryedDataSource) - Constructor for class repast.simphony.freezedry.ContextFreezeDryingAction
-
- ContextGeography<T> - Class in repast.simphony.context.space.gis
-
- ContextGeography(String) - Constructor for class repast.simphony.context.space.gis.ContextGeography
-
- ContextGeography(String, String) - Constructor for class repast.simphony.context.space.gis.ContextGeography
-
- ContextGrid<T> - Class in repast.simphony.context.space.grid
-
Default implementation of an n-dimensional grid.
- ContextGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int...) - Constructor for class repast.simphony.context.space.grid.ContextGrid
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- ContextGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int[], int[]) - Constructor for class repast.simphony.context.space.grid.ContextGrid
-
Constructs this space with the specified name, adder, translator,
accessor, size, and origin.
- contextId - Variable in class repast.simphony.freezedry.ContextFreezeDryingAction
-
- contextID - Variable in class repast.simphony.parameter.AbstractParameters
-
- contextID - Variable in class repast.simphony.scenario.AbstractActionLoader
-
- contextId - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
- contextID - Variable in class repast.simphony.util.wizard.DynamicWizardModel
-
- ContextIterable<T> - Class in repast.simphony.context
-
An iterable that iterates over a collection of objects at random.
- ContextIterable(IndexedIterable<T>, long, Context<T>) - Constructor for class repast.simphony.context.ContextIterable
-
Creates a RandomIterable that will iterate over count number of objects in the
specified IndexedIterable.
- ContextJungNetwork<T> - Class in repast.simphony.context.space.graph
-
- ContextJungNetwork(JungNetwork<T>, Context<T>) - Constructor for class repast.simphony.context.space.graph.ContextJungNetwork
-
- ContextListener<T> - Interface in repast.simphony.context
-
A listener that waits for changes to the Context.
- ContextPhysics<T> - Class in repast.simphony.context.space.physics
-
Default implementation of an n-dimensional continuous space.
- ContextPhysics(String, ContinuousAdder<T>, PointTranslator, double, double, double) - Constructor for class repast.simphony.context.space.physics.ContextPhysics
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- ContextPhysics(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.context.space.physics.ContextPhysics
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- Contexts - Class in repast.simphony.context
-
- Contexts() - Constructor for class repast.simphony.context.Contexts
-
- ContextSchedulableDescriptor<T> - Interface in repast.simphony.engine.schedule
-
Descriptor for a schedulable action that will occur on a filtered set of
objects.
- ContextSpace<T> - Class in repast.simphony.context.space.continuous
-
Default implementation of an n-dimensional continuous space.
- ContextSpace(String, ContinuousAdder<T>, PointTranslator, double...) - Constructor for class repast.simphony.context.space.continuous.ContextSpace
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- ContextSpace(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.context.space.continuous.ContextSpace
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- ContextTraverser - Class in repast.simphony.engine.controller
-
A
Traverser that traverses Contexts by returning
the subContexts of passed in Contexts.
- ContextTraverser() - Constructor for class repast.simphony.engine.controller.ContextTraverser
-
- ContextUtils - Class in repast.simphony.util
-
Utility functions for working with contexts.
- ContextUtils() - Constructor for class repast.simphony.util.ContextUtils
-
- ContextXMLActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
-
Builds an action that does the ContextBuilding.
- ContextXMLActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.ContextXMLActionBuilder
-
- ContextXMLBuilder - Class in repast.simphony.dataLoader.engine
-
Builds a context based only the info in an SContext.
- ContextXMLBuilder(ContextData) - Constructor for class repast.simphony.dataLoader.engine.ContextXMLBuilder
-
- ContextXMLDataLoaderAction - Class in repast.simphony.dataLoader.engine
-
DataLoaderAction that uses a ScoreContextBuilder to build the context.
- ContextXMLDataLoaderAction(ContextData) - Constructor for class repast.simphony.dataLoader.engine.ContextXMLDataLoaderAction
-
Creates this ScoreDataLoader Action using the specified SContext.
- ContextXMLDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving ScoreDataLoaderActions
- ContextXMLDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.ContextXMLDataLoaderControllerActionIO
-
- ContextXMLDataLoaderOption - Class in repast.simphony.dataLoader.ui.wizard
-
- ContextXMLDataLoaderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
-
- ContextXMLLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui
-
- ContextXMLLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.ContextXMLLoaderActionEditorCreator
-
- Continuous2DLayout - Class in repast.simphony.visualization.continuous
-
Layout for a 2D continuous space.
- Continuous2DLayout() - Constructor for class repast.simphony.visualization.continuous.Continuous2DLayout
-
- Continuous2DLayout(ContinuousSpace) - Constructor for class repast.simphony.visualization.continuous.Continuous2DLayout
-
- Continuous2DProjectionDecorator - Class in repast.simphony.visualization.continuous
-
2D decorator for a continuous space.
- Continuous2DProjectionDecorator() - Constructor for class repast.simphony.visualization.continuous.Continuous2DProjectionDecorator
-
- Continuous3DLayout - Class in repast.simphony.visualization.continuous
-
3D Layout for a 3D continuous space.
- Continuous3DLayout() - Constructor for class repast.simphony.visualization.continuous.Continuous3DLayout
-
- Continuous3DLayout(ContinuousSpace) - Constructor for class repast.simphony.visualization.continuous.Continuous3DLayout
-
- Continuous3DProjectionDecorator - Class in repast.simphony.visualization.continuous
-
- Continuous3DProjectionDecorator() - Constructor for class repast.simphony.visualization.continuous.Continuous3DProjectionDecorator
-
- CONTINUOUS_DECORATOR - Static variable in interface repast.simphony.visualization.continuous.ContinuousDecorator
-
- CONTINUOUS_SPACE_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
-
- ContinuousAdder<T> - Interface in repast.simphony.space.continuous
-
- ContinuousDecorator - Interface in repast.simphony.visualization.continuous
-
Constants for continous space decoration.
- ContinuousProjectionDescriptor - Class in repast.simphony.visualization.continuous
-
Projection descriptor for continuous spaces.
- ContinuousProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.continuous.ContinuousProjectionDescriptor
-
- ContinuousProjectionDryer - Class in repast.simphony.freezedry.freezedryers.proj
-
- ContinuousProjectionDryer() - Constructor for class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
- ContinuousSpace<T> - Interface in repast.simphony.space.continuous
-
An n-dimensional continuous space.
- ContinuousSpaceFactory - Interface in repast.simphony.context.space.continuous
-
- ContinuousSpaceFactoryFinder - Class in repast.simphony.context.space.continuous
-
- ContinuousSpaceFactoryFinder() - Constructor for class repast.simphony.context.space.continuous.ContinuousSpaceFactoryFinder
-
- ContinuousStyleStep - Class in repast.simphony.visualization.gui
-
Display wizard step for continuous space options.
- ContinuousStyleStep() - Constructor for class repast.simphony.visualization.gui.ContinuousStyleStep
-
- ContinuousValueLayer - Class in repast.simphony.valueLayer
-
A continuous value layer.
- ContinuousValueLayer(String, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a continuous value layer withe specified name and dimensions.
- ContinuousValueLayer(String, boolean, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density, and
dimensions.
- ContinuousValueLayer(String, double, boolean, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density,
defaultValue and dimensions.
- ContinuousValueLayer(String, boolean, PointTranslator, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density,
translator, and dimensions.
- ContinuousValueLayer(String, double, boolean, PointTranslator, double...) - Constructor for class repast.simphony.valueLayer.ContinuousValueLayer
-
Creates a ContinuousValueLayer with the specified name, density,
defaultValue, translator, and dimensions.
- ContinuousValueLayerConverter - Class in repast.simphony.xml
-
XStream converter for continuousValueLayers.
- ContinuousValueLayerConverter() - Constructor for class repast.simphony.xml.ContinuousValueLayerConverter
-
- ContinuousWithin<T> - Class in repast.simphony.query.space.continuous
-
A within type query over a continous space.
- ContinuousWithin(Context<T>, T, double) - Constructor for class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates a ContinuousWithin query that will find all the objects
within the specified distance of the specified object in
all the continuous spaces in the specified context.
- ContinuousWithin(ContinuousSpace<T>, T, double) - Constructor for class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates a ContinuousWithin query that will find all the objects
within the specified distance of the specified object in the
specified space.
- controller - Variable in class repast.simphony.batch.BatchRunner
-
- controller - Variable in class repast.simphony.batch.OneRunBatchRunner
-
- Controller - Interface in repast.simphony.engine.controller
-
Interface representing the Controller for the simulation.
- controller - Variable in class repast.simphony.engine.environment.AbstractRunner
-
- ControllerAction - Interface in repast.simphony.engine.environment
-
An action performed by the Controller.
- ControllerActionBuilder<T> - Interface in repast.simphony.freezedry.wizard
-
- ControllerActionConstants - Interface in repast.simphony.engine.controller
-
- ControllerActionExtensions - Class in repast.simphony.plugin
-
- ControllerActionExtensions() - Constructor for class repast.simphony.plugin.ControllerActionExtensions
-
- ControllerActionIO - Interface in repast.simphony.scenario
-
- ControllerActionIOExtensions - Class in repast.simphony.plugin
-
- ControllerActionIOExtensions() - Constructor for class repast.simphony.plugin.ControllerActionIOExtensions
-
- controllerActionsIOs() - Method in class repast.simphony.plugin.ControllerActionIOExtensions
-
- ControllerActionVisitor - Interface in repast.simphony.engine.controller
-
- ControllerRegistry - Interface in repast.simphony.engine.environment
-
- ControllerRegistryBuilderFactory - Class in repast.simphony.ui
-
- ControllerRegistryBuilderFactory() - Constructor for class repast.simphony.ui.ControllerRegistryBuilderFactory
-
- controllerUpdate(ControllerEvent) - Method in class repast.simphony.ui.widget.MovieMaker
-
- ContSpaceMoveHandler - Class in repast.simphony.visualization.editor
-
- ContSpaceMoveHandler(PCanvas, Display2D, ContinuousSpace, List<Network>, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- convert(Object) - Method in interface repast.simphony.chart2.DataConverter
-
Converts the obj into a double.
- convert(String, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- convert(String) - Method in enum repast.simphony.integration.DataTypeHandler
-
- convert(String) - Method in enum repast.simphony.integration.EscapeConverter
-
- convert(String) - Method in enum repast.simphony.integration.NewLinePatternConverter
-
Converts the newline patterns to those specified by its type.
- convert(File, Writer) - Method in class repast.simphony.scenario.data.DisplayDescriptorXMLConverter
-
- convertDesriptor(DefaultDisplayDescriptor) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptorConverter
-
- converter - Variable in class repast.simphony.ui.parameters.DefaultParameterBinder
-
- CONVERTER_ATTRIBUTE_NAME - Static variable in interface repast.simphony.parameter.xml.SetterConstants
-
- converters() - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
-
- converters() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- convertFromString(String) - Method in class repast.simphony.visualization.editor.AmountPropertyEditor
-
Deprecated.
- convertNonNewlineEscapes(String) - Static method in enum repast.simphony.integration.EscapeConverter
-
- convertPixelToLoc(Point2D) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- convertTicksToTimeUnits(double) - Method in class repast.simphony.engine.schedule.Schedule
-
Converters the given time units into ticks using the current time units setting.
- convertTimeUnitsToTicks(Amount) - Method in class repast.simphony.engine.schedule.Schedule
-
Converters the given time units into ticks using the current time units setting.
- convertToString(Object) - Method in class repast.simphony.visualization.editor.AmountPropertyEditor
-
Deprecated.
- cool() - Method in interface repast.simphony.parameter.optimizer.CoolingSchedule
-
- cool() - Method in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
-
- coolingRate - Variable in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
-
- coolingSchedule - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- CoolingSchedule - Interface in repast.simphony.parameter.optimizer
-
- COORD_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- CoordinateAccessor<T,U> - Interface in repast.simphony.space.continuous
-
- coords - Variable in class repast.simphony.visualization.network.LineEdgeVisualItem3D
-
- CoordToLatLon(Coordinate) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
- CoordToLatLon(Coordinate[]) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
Convert a coordinate array to a list of WWJ LatLon
- copy() - Method in class org.jscience.physics.amount.Amount
-
- copy(CGDGraph) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- copyCompletionStatus(String) - Method in class repast.simphony.batch.ssh.LocalSession
-
- copyCompletionStatus(String) - Method in class repast.simphony.batch.ssh.RemoteSession
-
Copies the completion status from the host and directory where the model
was run to the specified directory.
- copyCompletionStatus(String) - Method in interface repast.simphony.batch.ssh.Session
-
Copies the completion status from the host and directory where the model was run
to the specified directory.
- copyDirs(File, File) - Static method in class repast.simphony.util.FileUtils
-
Recursively copy all the files from the source directory to the destination directory.
- copyFile(File, File) - Static method in class repast.simphony.util.FileUtils
-
Copies the specified source file to the destination file.
- copyFileFromRemote(String, File, boolean) - Method in class repast.simphony.batch.ssh.SSHSession
-
Copies the specified remote file to the specified local directory.
- copyFilesFromRemote(String, List<File>, boolean) - Method in class repast.simphony.batch.ssh.SSHSession
-
Copies files from the remote to the local directory preserving the directory
structure.
- copyFileToRemote(File) - Method in class repast.simphony.batch.ssh.SSHSession
-
Compies the specified file to the home directory of the user
used to log in to the remote.
- copyFileToRemote(File, String) - Method in class repast.simphony.batch.ssh.SSHSession
-
Copies the specified file to the specified remote directory.
- CopyRightStep - Class in repast.simphony.data.analysis
-
Wizard step for optionally showing copyright and licensing information
for third party command line plugins
- CopyRightStep(String, InputStream) - Constructor for class repast.simphony.data.analysis.CopyRightStep
-
- cos(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the cosine of an angle.
- count - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
The number of actions contained by this ScheduleGroup
- COUNT - Static variable in class repast.simphony.integration.DataFileElements.RECORD_ATTRS
-
- count(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns total number of agents in an agentset.
- CountDataSource - Class in repast.simphony.data2
-
AggregateDataSource that returns the count of a particular type of object.
- CountDataSource(String, Class<?>) - Constructor for class repast.simphony.data2.CountDataSource
-
- countDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- CountSourceDefinition - Class in repast.simphony.data2.engine
-
Definition for a CountDataSource.
- CountSourceDefinition(String, String) - Constructor for class repast.simphony.data2.engine.CountSourceDefinition
-
- COVERAGE_NAME - Static variable in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- CoverageLayer - Class in repast.simphony.visualization.gis3D
-
Layer class for displaying grid coverage (rasters) as WorldWind RenderableLayer.
- CoverageLayer(String, CoverageStyle<?>) - Constructor for class repast.simphony.visualization.gis3D.CoverageLayer
-
- CoverageLayerElement(String) - Constructor for class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
-
- coverageLayerMap - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- coverageLayers - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Map of for dynamic coverages.
- CoverageLocationProbe - Class in repast.simphony.gis.ui.probe
-
Provides the location of the probe when clicking on GIS coverages.
- CoverageLocationProbe(CoverageProbeObject) - Constructor for class repast.simphony.gis.ui.probe.CoverageLocationProbe
-
- coverageMap - Variable in class repast.simphony.space.gis.DefaultGeography
-
- CoverageProbeObject - Class in repast.simphony.visualization.gis3D
-
Probe object for coverage layers.
- CoverageProbeObject(String, Position, GridCoverage2D) - Constructor for class repast.simphony.visualization.gis3D.CoverageProbeObject
-
- COVERAGES_KEY - Static variable in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
- CoverageStyle<T> - Interface in repast.simphony.visualization.gis3D.style
-
- CoverageStyleBuilder - Class in repast.simphony.gis.display
-
Builds various types of Styles for GridGoverages.
- CoverageStyleBuilder() - Constructor for class repast.simphony.gis.display.CoverageStyleBuilder
-
- CoverageStyleClassStep - Class in repast.simphony.visualization.gui
-
Style editor step for coverage layers
- CoverageStyleClassStep() - Constructor for class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- CoverageStyleStep - Class in repast.simphony.visualization.gui
-
Abstract style step for display wizards that provides basic agent selection.
- CoverageStyleStep(String, String) - Constructor for class repast.simphony.visualization.gui.CoverageStyleStep
-
- CoverageStyleStep.CoverageLayerElement - Class in repast.simphony.visualization.gui
-
Stores coverage name and style data
- coverageToRenderableMap - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- cp() - Method in class repast.simphony.relogo.AbstractObserver
-
Sets all standard and diffusible patch variables to their default values.
- cp() - Method in interface repast.simphony.relogo.Observer
-
Sets all standard and diffusible patch variables to their default values.
- create(RemoteSession) - Method in class repast.simphony.batch.ssh.SSHSessionFactory
-
- create() - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
- create(Collection<? extends DataSource>) - Method in class repast.simphony.data2.builder.ConsoleDataSinkBuilder
-
- create() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Creates the DataSet.
- create(Collection<? extends DataSource>) - Method in class repast.simphony.data2.builder.DummySinkBuilder
-
- create(Collection<? extends DataSource>) - Method in class repast.simphony.data2.builder.FileDataSinkBuilder
-
- create() - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
-
- create(Collection<? extends DataSource>) - Method in interface repast.simphony.data2.builder.SinkBuilder
-
Creates and returns a DataSink.
- create(Object) - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
-
- create(Scenario, Object) - Static method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
-
- create(Object, String, Class, Class, Class) - Method in class repast.simphony.engine.watcher.query.BooleanExpressionCreator
-
- create(Scenario, Object) - Static method in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
-
- create(Scenario, Object, boolean, String) - Static method in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
-
- create(WizardModel, Path, String) - Static method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Creates a dialog whose content is specified by the steps in the given path.
- create() - Method in interface repast.simphony.util.SimpleFactory
-
Creates and returns an instance of the objects of type .
- create(Path, Scenario, Object) - Method in class repast.simphony.util.wizard.DynamicWizardModelFactory
-
- create(Path, Scenario, Object) - Method in interface repast.simphony.util.wizard.WizardModelFactory
-
- Create1DLatticeNetwork(String, String, boolean, boolean, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
-
- create2DDecorator(String, Map<String, Object>) - Method in class repast.simphony.visualization.decorator.ProjectionDecoratorFactory
-
- create2DEditor(Display2D, PCanvas, JPanel) - Method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.
Creates an editor for editing a 2D display using the specified data, canvas,
and panel.
- Create2DLatticeNetwork(String, String, boolean, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
-
- create3DDecorator(String, Map<String, Object>) - Method in class repast.simphony.visualization.decorator.ProjectionDecoratorFactory
-
- create3DEditor(Display3D, JPanel) - Method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.
Creates an editor for editing the specified 3D display using
the specified panel.
- createAction(HistogramChartDescriptor, Scenario) - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO.HistogramActionLoader
-
- createAction(TimeSeriesChartDescriptor, Scenario) - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
-
- createAction(ConsoleSinkDescriptor, Scenario) - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO.ConsoleSinkActionLoader
-
- createAction(DataSetDescriptor, Scenario) - Method in class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
-
- createAction(FileSinkDescriptor, Scenario) - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO.FileSinkActionLoader
-
- createAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- createAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- createAction(Scenario, Object) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- createAction(IAction) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IAction to execute the specified IAction.
- createAction(Object, String, Object...) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IAction that will call the named method on the specified target using the
specified parameters.
- createAction(Object, Object...) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IActionParameterPair from annotated methods in the specified
annotatedObj.
- createAction(ScheduleParameters, IAction) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates an ISchedulableAction from the specified scheduling parameters and executable
IAction.
- createAction(ScheduleParameters, Object, String, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute
the named method on the target object with the specified parameters.
- createAction(Object, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates an ISchedulableACtion from ScheduleMethod annotated methods in the specified
annotatedObj.
- createAction(ScheduleParameters, Object, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates an ISchedulableAction from ScheduleMethod annotated methods in the specified
annotatedObj.
- createAction(IAction) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IAction to execute the specified IAction.
- createAction(Object, String, Object...) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IAction that will call the named method on the specified target using the
specified parameters.
- createAction(Object, Object...) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IActionParameterPair from annotated methods in the specified
annotatedObj.
- createAction(ScheduleParameters, IAction) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates an ISchedulableAction from the specified scheduling parameters and executable
IAction.
- createAction(ScheduleParameters, Object, String, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute
the named method on the target object with the specified parameters.
- createAction(Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates an ISchedulableACtion from ScheduleMethod annotated methods in the specified
annotatedObj.
- createAction(ScheduleParameters, Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates an ISchedulableAction from ScheduleMethod annotated methods in the specified
annotatedObj.
- createAction(ScheduleParameters, Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- createAction(ScheduleParameters, Object, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- createAction() - Method in interface repast.simphony.freezedry.wizard.ControllerActionBuilder
-
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in class repast.simphony.freezedry.wizard.DelimitedFileOption
-
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in interface repast.simphony.freezedry.wizard.FreezeDryWizardOption
-
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in class repast.simphony.freezedry.wizard.JDBCFreezerOption
-
- createAction(FreezeDryWizardModel, DataSourceBuilder) - Method in class repast.simphony.freezedry.wizard.XMLFileOption
-
- createAction(T, Scenario) - Method in class repast.simphony.scenario.DefaultActionLoader
-
- createAction(T, Scenario) - Method in class repast.simphony.scenario.ObjectActionLoader
-
- createAction(UserPanelDescriptor, Scenario) - Method in class repast.simphony.userpanel.ui.UserPanelControllerActionIO.UserPanelActionLoader
-
- createAction(DisplayDescriptor, Scenario) - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
-
- createActionForIterable(Iterable, String, boolean, Object...) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates an IAction that will call the named method on each object in the specified target using the
specified parameters.
- createActionForIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute
the named method on the objects returned by target object with the specified parameters.
- createActionForIterable(Iterable, String, boolean, Object...) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates an IAction that will call the named method on each object in the specified target using the
specified parameters.
- createActionForIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates a ISchedulableAction from the specified scheduling parameters that will execute
the named method on the objects returned by target object with the specified parameters.
- createActions(Object) - Method in class repast.simphony.engine.schedule.DefaultActionFactory
-
Creates a List of IActionParameterPair-s from annotated methods.
- createActions(Object) - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a List of SchedulableActions from annotated methods.
- createActions(Object) - Method in interface repast.simphony.engine.schedule.IActionFactory
-
Creates a List of IActionParameterPair-s from annotated methods.
- createActions(Object) - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Creates a List of SchedulableActions from annotated methods.
- CreateAgent(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createAgentEditedStyle(String) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- CreateAgents(String, String, int) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createAgentTablePanel(Iterable, String) - Static method in class repast.simphony.ui.table.AgentTableFactory
-
Create an TablePanel with agent properties such that each agent is a row
in the table, and each column is an agent property.
- createAndGoInto(String) - Method in class repast.simphony.integration.BeanBuilder
-
Finds an "add" method with the specified name associated with it (ie addName) and
instantiates an object of its argument type.
- createAndGoInto(String) - Method in class repast.simphony.integration.JDOMBuilder
-
Creates an element and inserts it under it's parent.
- createAndGoInto(String) - Method in interface repast.simphony.integration.OutputBuilder
-
Enters into the sub-tree with the specified name, creating the tree (or any values in it) if
needed.
- createAndShowDisplay() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- createAppearance() - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
-
- createArray(String, int) - Method in enum repast.simphony.freezedry.ArrayValueHandler
-
Creates an array of the specified type and size.
- createArrowHead(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createAtEnd(double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling an action to occur
at the end of the simulation.
- createAxes(double, double, double, Paint) - Static method in class repast.simphony.visualization.visualization2D.ShapeFactory2D
-
Deprecated.
- createAxes(float, float, float, float, Color, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createBackgroundLayer() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Create a simple background layer that is a single colored rectangle that
covers the entire globe.
- createBeanAdapter(ValueModel) - Method in class repast.simphony.ui.probe.ProbeModel
-
- createBeta(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default beta distribution using the default
random number generator.
- createBeta(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default beta distribution using the default
random number generator.
- createBeta(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default beta distribution using the default
random number generator.
- createBindableBean(Object) - Method in class repast.simphony.ui.probe.BindableBeanCreator
-
- createBindableBean(Object, String) - Method in class repast.simphony.ui.probe.BindableBeanCreator
-
- createBinomial(int, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default binomial distribution using the default
random number generator.
- createBinomial(int, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default binomial distribution using the default
random number generator.
- createBinomial(int, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default binomial distribution using the default
random number generator.
- createBoundingBox(float, float, Paint) - Static method in class repast.simphony.visualization.visualization2D.ShapeFactory2D
-
Deprecated.
- createBoundParameters(Class) - Method in class repast.simphony.parameter.ParametersCreator
-
Create a BoundParameters object containing the currently added parameters as
well any annotatated Parameters in the specified class.
- createBox(float, float, float, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createBoxBody(float, float, float, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
-
- createBranchGroup() - Method in interface repast.simphony.visualization.visualization3D.ProjectionStyle3D
-
- createBranchStateBuilder(String) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createBreitWigner(double, double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Breit Wigner distribution using the default
random number generator.
- createBreitWigner(double, double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Breit Wigner distribution using the default
random number generator.
- createBreitWigner(double, double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Breit Wigner distribution using the default
random number generator.
- createBreitWignerMeanSquare(double, double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Breit Wigner mean square state distribution using the default
random number generator.
- createBreitWignerMeanSquareState(double, double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Breit Wigner mean square state distribution using the default
random number generator.
- createBreitWignerMeanSquareState(double, double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Breit Wigner mean square state distribution using the default
random number generator.
- createBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.ContextBuilderFactory
-
Creates a context builder that will create the specified projection.
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.builder.GraphicalBuilderOption
-
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
-
- createBuilder(ContextBuilder) - Method in interface repast.simphony.dataLoader.ui.wizard.DataLoaderWizardOption
-
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
-
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLDataLoaderOption
-
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
-
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
-
- createBuilder(ContextBuilder) - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderOption
-
- createChartComponent(T) - Method in interface repast.simphony.chart2.ChartCreator
-
Creates and returns the chart components.
- createChartComponent(HistogramChartDescriptor) - Method in class repast.simphony.chart2.HistogramChartCreator
-
- createChartComponent(TimeSeriesChartDescriptor) - Method in class repast.simphony.chart2.LineChartCreator
-
- createChildTableIfNeeded(Connection, FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- createChiSquare(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default chi square distribution using the default
random number generator.
- createChiSquare(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default chi square distribution using the default
random number generator.
- createChiSquare(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default chi square distribution using the default
random number generator.
- createClassAttributes(Class<T>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
Create a list of class attributes for the FeatureAgent
- createClone() - Method in class repast.simphony.visualization.editor.AgentCloner
-
Deprecated.
Clone the object passed in the constructor.
- createComponent(WMSCapabilities, AVList) - Static method in class repast.simphony.visualization.gis3D.WMSLayersPanel
-
- createComponents() - Method in class repast.simphony.statecharts.runtime.SVGApplication
-
- createCompositeStateBuilder(String, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createCone(float, float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createCone(float, float, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createContains(Iterable<T>) - Static method in class repast.simphony.query.QueryUtils
-
Creates a Contains predicate using the items in the specified iterable.
- createContext(Object) - Method in interface repast.simphony.context.ContextFactory
-
Creates a new Context with the given identifier.
- createContext(Class<T>, Object) - Static method in class repast.simphony.context.Contexts
-
- createContext(Object) - Method in class repast.simphony.context.DefaultContextFactory
-
- CreateContext(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createContext(Object, boolean) - Static method in class repast.simphony.integration.JXPathUtils
-
Creates a context with the specified object as its root and the specified leniency.
- createContextFactory(Class<T>, Map<String, Object>) - Static method in class repast.simphony.context.ContextFactoryFinder
-
- createContextFromData - Variable in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in interface repast.simphony.context.space.continuous.ContinuousSpaceFactory
-
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in interface repast.simphony.context.space.continuous.ContinuousSpaceFactory
-
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in class repast.simphony.context.space.continuous.DefaultContinuousSpaceFactory
-
- createContinuousSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in class repast.simphony.context.space.continuous.DefaultContinuousSpaceFactory
-
- CreateContinuousSpace(String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateContinuousSpace(String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createContinuousSpaceFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.continuous.ContinuousSpaceFactoryFinder
-
- CreateContinuousValueLayer(String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateContinuousValueLayer(String, String, double...) - Static method in class repast.simphony.essentials.RepastEssentials
-
Creates a ContinousValueLayer and adds it to the specified context.
- createControllerAction() - Method in class repast.simphony.chart2.engine.ChartActionCreator
-
- createControllerAction() - Method in class repast.simphony.data2.engine.DataInitActionCreator
-
- createControllerAction() - Method in class repast.simphony.data2.engine.DataSetsActionCreator
-
- createControllerAction() - Method in class repast.simphony.data2.engine.TextSinkActionCreator
-
- createControllerAction() - Method in class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
-
- createControllerAction() - Method in class repast.simphony.gis.engine.GISCompositeControllerActionCreator
-
- createControllerAction() - Method in class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
-
- createControllerAction() - Method in interface repast.simphony.plugin.CompositeControllerActionCreator
-
Creates the composite controller action.
- createControllerAction() - Method in class repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
-
- createControllerAction() - Method in class repast.simphony.visualization.engine.DisplayCompositeActionCreator
-
- createCountSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Convenience method for creating a count data source that will return all
the objects of a particular type.
- createCoverageEditedStyle(String) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- createCoverageFromFile(File, boolean) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a coverage using a coverage file.
- createCube(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createCubeBody(float, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
-
- createCylinder(float, float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createCylinder(float, float, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createDataSource(String, AggregateOp) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an AggregateDataSource of the specified type with the specified id.
- createDataSourceBuilder(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.wizard.DelimitedFileOption
-
- createDataSourceBuilder(FreezeDryedDataSource) - Method in interface repast.simphony.freezedry.wizard.FreezeDryWizardOption
-
- createDataSourceBuilder(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.wizard.JDBCFreezerOption
-
- createDataSourceBuilder(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.wizard.XMLFileOption
-
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrar
-
Creates an edited style object.
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrar2D
-
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrar3D
-
- createdEditedStyle(String) - Method in class repast.simphony.visualization.engine.StyleRegistrarOGL2D
-
- createDefaultEmptyBorder() - Static method in class repast.simphony.data2.wizard.WizardUtils
-
- createDefaultOutOfBranchTransitionBuilder(AbstractState<T>, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createDenseMatrix(ArrayList) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- createDenseMatrix(Amount[][]) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- createDescriptor(String) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptorFactory
-
- createDescriptor(ProjectionData) - Method in class repast.simphony.gis.visualization.engine.GISProjectionDescriptorFactory
-
- createDescriptor(ProjectionData) - Method in class repast.simphony.visualization.engine.CartesianProjectionDescritorFactory
-
- createDescriptor(ProjectionData) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptorFactory
-
- createDescriptor(String) - Method in interface repast.simphony.visualization.gui.DisplayDescriptorFactory
-
- createDisplay() - Method in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
-
- createDisplay() - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- createDisplay() - Method in interface repast.simphony.visualization.engine.DisplayCreator
-
Creates an IDisplay.
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayCreator2D
-
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayCreator3D
-
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayCreatorOGL2D
-
- createDisplay() - Method in class repast.simphony.visualization.engine.DisplayProducer
-
- createDisplayCreator(Context, GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorFactory3DGIS
-
- createDisplayCreator(Context, GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorFactoryGIS
-
Deprecated.
- createDisplayCreator(Context<?>, T) - Method in interface repast.simphony.visualization.engine.DisplayCreatorFactory
-
- createDisplayData() - Method in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
-
- createDisplayData() - Method in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- createDisplayData() - Method in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
-
- createDisplayLayer(Style3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- createDisplayLayer(Style3D) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- createdNetworkEditedStyle(String) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- createDonePoller(long) - Method in class repast.simphony.batch.ssh.LocalSession
-
- createDonePoller(long) - Method in class repast.simphony.batch.ssh.RemoteSession
-
Create a callable that returns with the model run by this Session is
finished.
- createDonePoller(long) - Method in interface repast.simphony.batch.ssh.Session
-
Create a callable that returns with the model run by this
Session is finished.
- CreateEdge(String, Object, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateEdge(String, Object, Object, double) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createEdge(Object, Object, boolean, double) - Method in class repast.simphony.relogo.factories.ReLogoEdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- createEdge(T, T, boolean, double) - Method in class repast.simphony.relogo.TrackingEdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- createEdge(T, T, boolean, double) - Method in class repast.simphony.space.graph.DefaultEdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- createEdge(T, T, boolean, double) - Method in interface repast.simphony.space.graph.EdgeCreator
-
Creates an Edge with the specified source, target, direction and weight.
- createEdge(Object, Object, boolean, double) - Method in class repast.simphony.xml.DelegatingEdgeCreator
-
- createEdgeCreator(String) - Method in class repast.simphony.space.graph.EdgeCreatorFactory
-
- createEdgeLayer(EdgeStyle3D, Network) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- createEdgeLayer(EdgeStyle3D, Network) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar
-
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar2D
-
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar3D
-
- createEditedEdgeStyle(String) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrarOGL2D
-
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar
-
Creates an instance of the the appropriate edited value layer
style.
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar2D
-
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar3D
-
- createEditedValueLayerStyle(String) - Method in class repast.simphony.visualization.engine.VLStyleRegistrarOGL2D
-
- createEditor(HistogramComponentControllerAction) - Method in class repast.simphony.chart2.gui.HistogramChartActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(TimeSeriesComponentControllerAction) - Method in class repast.simphony.chart2.gui.TimeSeriesActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(ConsoleSinkComponentControllerAction) - Method in class repast.simphony.data2.gui.ConsoleSinkActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(DataSetComponentControllerAction) - Method in class repast.simphony.data2.gui.DataSetActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(FileSinkComponentControllerAction) - Method in class repast.simphony.data2.gui.FileSinkActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(JDBCDataLoaderControllerAction) - Method in class repast.simphony.dataLoader.gui.JDBCDataLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(ClassNameDataLoaderAction) - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionEditorCreator
-
- createEditor(ContextXMLDataLoaderAction) - Method in class repast.simphony.dataLoader.ui.ContextXMLLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(DFDataLoaderControllerAction) - Method in class repast.simphony.dataLoader.ui.DFDataLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(MIContextXMLDataLoaderAction) - Method in class repast.simphony.dataLoader.ui.MIContextXMLLoaderActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(BuilderDataLoaderControllerAction) - Method in class repast.simphony.dataLoader.ui.wizard.builder.BuilderDataLoaderActionEditorCreator
-
- createEditor(DFFreezerControllerAction) - Method in class repast.simphony.freezedry.gui.DFFreezerActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(JDBCFreezerControllerAction) - Method in class repast.simphony.freezedry.gui.JDBCFreezerActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(T) - Method in interface repast.simphony.ui.plugin.ActionEditorCreator
-
Creates an editor for the specfied action.
- createEditor(DefaultUserPanelDescriptorAction) - Method in class repast.simphony.userpanel.ui.UserPanelActionEditorCreator
-
- createEditor(JPanel) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Creates an DisplayEditor appropriate for editing this display.
- createEditor(JPanel) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- createEditor(DisplayComponentControllerAction) - Method in class repast.simphony.visualization.gui.DisplayActionEditorCreator
-
- createEditor(JPanel) - Method in interface repast.simphony.visualization.IDisplay
-
- createEditor(JPanel) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Creates an DisplayEditor appropriate for editing this display.
- createEditor(JPanel) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Creates an DisplayEditor appropriate for editing this display.
- createEditor(JPanel) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- createEmpirical(double[], int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default empirical distribution using the default
random number generator.
- createEmpirical(double[], int) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default empirical distribution using the default
random number generator.
- createEmpirical(double[], int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default empirical distribution using the default
random number generator.
- createEmpiricalWalker(double[], int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default empirical walker distribution using the default
random number generator.
- createEmpiricalWalker(double[], int) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default empirical walker distribution using the default
random number generator.
- createEmpiricalWalker(double[], int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default empirical walker distribution using the default
random number generator.
- createEmptyGuard() - Static method in class repast.simphony.statecharts.TransitionBuilder
-
- createEmptyOnTransition() - Static method in class repast.simphony.statecharts.TransitionBuilder
-
- createExponential(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default exponential distribution using the default
random number generator.
- createExponential(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default exponential distribution using the default
random number generator.
- createExponential(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default exponential distribution using the default
random number generator.
- createExponentialPower(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default exponential power distribution using the default
random number generator.
- createExponentialPower(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default exponential power distribution using the default
random number generator.
- createExponentialPower(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default exponential power distribution using the default
random number generator.
- createFeatureSource(List<SimpleFeature>) - Static method in class repast.simphony.gis.util.DataUtilities
-
Creates a FeatureSource from a list of SimpleFeatures to be used in memory.
- createFeatureSource(FeatureCollection) - Static method in class repast.simphony.gis.util.DataUtilities
-
Adapts the specified feature collection into a FeatureSource with
the specified FeatureType.
- createFilter(String, int, Class<?>, String, NamedRowFilter.Operator) - Method in class repast.simphony.ui.table.TableFilterFactory
-
- createFinalStateBuilder(String) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createGamma(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default gamma distribution using the default
random number generator.
- createGamma(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default gamma distribution using the default
random number generator.
- createGamma(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default gamma distribution using the default
random number generator.
- createGeography(String, Context<T>, GeographyParameters<T>) - Method in class repast.simphony.context.space.gis.DefaultGeographyFactory
-
- createGeography(String, Context<T>, GeographyParameters<T>) - Method in interface repast.simphony.context.space.gis.GeographyFactory
-
- createGeographyFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.gis.GeographyFactoryFinder
-
- createGeoMeanSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the geometric mean of the
collection of objects passed into it.
- createGrid(String, Context<T>, GridBuilderParameters<T>) - Method in class repast.simphony.context.space.grid.DefaultGridFactory
-
- createGrid(String, Context<T>, GridBuilderParameters<T>) - Method in interface repast.simphony.context.space.grid.GridFactory
-
- CreateGrid(String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateGrid(String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createGrid(float, Color, int...) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createGridFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.grid.GridFactoryFinder
-
- CreateGridValueLayer(String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateGridValueLayer(String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
-
Creates a GridValueLayer and adds it to the specified context.
- createHistoryStateBuilder(String, boolean) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createHyperbolic(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default hyperbolic distribution using the default
random number generator.
- createHyperbolic(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default hyperbolic distribution using the default
random number generator.
- createHyperbolic(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default hyperbolic distribution using the default
random number generator.
- createHyperGeometric(int, int, int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default hyper geometric distribution using the default
random number generator.
- createHyperGeometric(int, int, int) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default hyper geometric distribution using the default
random number generator.
- createHyperGeometric(int, int, int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default hyper geometric distribution using the default
random number generator.
- createIcon(Style) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Create an Icon instance from a Style.
- createIcon(Rule) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Create an Icon instance from a Rule.
- createIdenticalTurtle(Turtle) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createIdenticalTurtle(Turtle, String) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createImage(String, int, int) - Static method in class repast.simphony.visualizationOGL2D.SVGToBufferedImage
-
- createInfoCursor() - Static method in class repast.simphony.visualization.AbstractDisplay
-
- createItemsForAddedObjects(Layout, boolean) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
-
- createItemsForAddedObjects(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- createItemsForAddedObjects(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
-
- createIterable() - Method in class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates an iterable over all the objects within
the specified distance in the space.
- createIterable(Context<T>) - Method in class repast.simphony.query.space.continuous.ContinuousWithin
-
Creates an iterable over all the objects within
the specified distance in all the continuoous spaces
in the context.
- createIterable() - Method in class repast.simphony.query.space.grid.GridWithin
-
Creates an iterable over all the objects within
the specified distance in the space.
- createIterable(Context<T>) - Method in class repast.simphony.query.space.grid.GridWithin
-
Creates an iterable over all the objects within
the specified distance in all the continuoous spaces
in the context.
- createIterable(Context<T>) - Method in class repast.simphony.query.WithinDistance
-
Creates an iterable over all the relevant objects in the context.
- createIterable() - Method in class repast.simphony.query.WithinDistance
-
Creates an iterable over all the relevant objects in a space.
- createLabel() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
-
- createLabel() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- createLabel() - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
-
- createLayerEntry(Layer) - Method in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
Add a new gis data layer to the legend.
- createLayerInfo(WMSCapabilities, WMSLayerCapabilities, WMSLayerStyle) - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
-
- createLayout(DockingManager) - Method in class repast.simphony.ui.RSAppConfigurator
-
- createLayout(DockingManager) - Method in class repast.simphony.ui.RSApplication
-
Creates the gui layout.
- createLayout(String) - Method in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
-
- createLine(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createLineString(List<Coordinate>) - Static method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- createLink(Class<? extends BaseLink>, Object, Object, boolean) - Method in class repast.simphony.relogo.factories.LinkFactory
-
- createLink(Class<? extends BaseLink>, Object, Object, boolean, double) - Method in class repast.simphony.relogo.factories.LinkFactory
-
- createLinkFrom(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from a turtle to the caller.
- createLinkFrom(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from a turtle to the caller then executes a set of
commands on the created link.
- createLinkFrom(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from a turtle to the caller.
- createLinkFrom(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from a turtle to the caller then executes a set of
commands on the created link.
- createLinksFrom(Collection<? extends Turtle>) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from a collection of agents to the caller.
- createLinksFrom(Collection<? extends Turtle>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from a collection of turtles to the caller then
executes a set of commands on the created links.
- createLinksFrom(Collection<? extends Turtle>) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from a collection of agents to the caller.
- createLinksFrom(Collection<? extends Turtle>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from a collection of agents to the caller then executes a
set of commands on the created links.
- createLinksTo(Collection<? extends Turtle>) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from the caller to a collection of agents.
- createLinksTo(Collection<? extends Turtle>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes directed links from the caller to a collection of agents then
executes a set of commands on the created links.
- createLinksTo(Collection<? extends Turtle>) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from the caller to a collection of agents.
- createLinksTo(Collection<? extends Turtle>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes directed links from the caller to a collection of agents then executes a
set of commands on the created links.
- createLinksWith(Collection<? extends Turtle>) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes undirected links between the caller and a collection of agents.
- createLinksWith(Collection<? extends Turtle>, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes undirected links between the caller and a collection of agents then
executes a set of commands on the created links.
- createLinksWith(Collection<? extends Turtle>, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes undirected links between the caller and a collection of agents then
executes a set of commands on the created links.
- createLinksWith(Collection<? extends Turtle>) - Method in interface repast.simphony.relogo.Turtle
-
Makes undirected links between the caller and a collection of agents.
- createLinkTo(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from the caller to a turtle.
- createLinkTo(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a directed link from the caller to a turtle then executes a set of
commands on the created link.
- createLinkTo(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from the caller to a turtle.
- createLinkTo(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes a directed link from the caller to a turtle then executes a set of
commands on the created link.
- createLinkWith(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes a undirected link between the caller and a turtle.
- createLinkWith(Turtle, Closure) - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes an undirected link between the caller and a turtle then executes a
set of commands on the created link.
- createLinkWith(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Makes a undirected link between the caller and a turtle.
- createLinkWith(Turtle, Closure) - Method in interface repast.simphony.relogo.Turtle
-
Makes an undirected link between the caller and a turtle then executes a
set of commands on the created link.
- createLoader(Context, InputStream, NodeCreator, int) - Method in enum repast.simphony.context.space.graph.NetworkFileFormat
-
- createLocationStorage() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- createLocationStorage() - Method in class repast.simphony.space.continuous.DefaultContinuousSpace
-
- createLocationStorage() - Method in class repast.simphony.space.grid.AbstractGrid
-
- createLocationStorage() - Method in class repast.simphony.space.grid.DefaultGrid
-
- createLocationStorage() - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid
-
- createLogarithmic(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default logarithmic distribution using the default
random number generator.
- createLogarithmic(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default logarithmic distribution using the default
random number generator.
- createLogarithmic(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default logarithmic distribution using the default
random number generator.
- createMatches(boolean) - Method in class repast.simphony.batch.ssh.OutputFinder
-
- createMaxSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the max of the collection of
objects passed into it.
- createMeanSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the mean of the collection
of objects passed into it.
- createMethodCall(Method) - Method in class repast.simphony.util.bytecode.ByteCodeUtilities
-
Creates a DataSource that will call the specified method.
- createMinSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the min of the collection of
objects passed into it.
- createMultiLineString(List<LineString>) - Static method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- createNegativeBinomial(int, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default negative binomial distribution using the default
random number generator.
- createNegativeBinomial(int, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default negative binomial distribution using the default
random number generator.
- createNegativeBinomial(int, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default negative binomial distribution using the default
random number generator.
- createNetwork(String, Context<T>, boolean) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, NetworkGenerator<T>, boolean) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, NetworkGenerator<T>, EdgeCreator<? extends RepastEdge<T>, T>) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, EdgeCreator<? extends RepastEdge<T>, T>) - Method in class repast.simphony.context.space.graph.DefaultNetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.Lattice1DGenerator
-
Given an existing network, add edges to create a
n x 1 lattice.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
-
Given an existing network, add edges to create a
2D lattice.
- createNetwork(Network) - Method in class repast.simphony.context.space.graph.MatrixNetworkLoader
-
Creates edges using the nodes in the specified network.
- createNetwork(String, Context<T>, boolean) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, NetworkGenerator<T>, boolean) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, EdgeCreator<? extends RepastEdge<T>, T>) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(String, Context<T>, boolean, NetworkGenerator<T>, EdgeCreator<? extends RepastEdge<T>, T>) - Method in interface repast.simphony.context.space.graph.NetworkFactory
-
Creates a Network that will contain the specified class of objects.
- createNetwork(Network<T>) - Method in interface repast.simphony.context.space.graph.NetworkGenerator
-
Creates edges using the nodes in the specified network.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.RandomDensityGenerator
-
Add edges to the existing network to create a random density network.
- createNetwork(Network<T>) - Method in class repast.simphony.context.space.graph.WattsBetaSmallWorldGenerator
-
Generates a beta-network from a 1-lattice according to the parameters given.
- CreateNetwork(String, String, boolean, String, String, NetworkFileFormat) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateNetwork(String, String, boolean, NetworkGenerator) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateNetwork(String, String, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createNetworkFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.graph.NetworkFactoryFinder
-
- createNewScenario() - Method in class repast.simphony.ui.RSApplication
-
Creates a new scenario through the new scenario wizard.
- createNode(String) - Method in class repast.simphony.context.space.graph.DefaultNodeCreator
-
Creates and returns a node to be added to a network
via a context.
- createNode(String) - Method in interface repast.simphony.context.space.graph.NodeCreator
-
Creates and returns a node to be added to a network
via a context.
- createNormal(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default normal distribution using the default
random number generator.
- createNormal(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default normal distribution using the default
random number generator.
- createNormal(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default normal distribution using the default
random number generator.
- createNormalProbabilityOneTime(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a one time schedule event that is based on a mean start time and
standard deviation start time.
- createNormalProbabilityRepeating(double, double, double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a repeating schedule event that is based on a mean start/interval
time and standard deviation start/interval time.
- createObserver() - Method in class repast.simphony.relogo.factories.ObserverFactory
-
- createOneTime(double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a non-repeating
action.
- createOneTime(double, PriorityType) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters for scheduling a non-repeating action of the
specified PriorityType.
- createOneTime(double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a non-repeating
action.
- createOneTime(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a non-repeating
action.
- createOrderedTurtles(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- createOrderedTurtles(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- createOrderedTurtles(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles.
- createOrderedTurtles(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles then executes a set of
commands on the turtles.
- createOrderedTurtles(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles.
- createOrderedTurtles(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles then executes a set of
commands on the turtles.
- createOrderedTurtles(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- createOrderedTurtles(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- createOrderedTurtlesFromCSV(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default ordered turtles from a CSV file.
- createOrderedTurtlesFromCSV(String) - Method in interface repast.simphony.relogo.Observer
-
Creates default ordered turtles from a CSV file.
- createOrderedTurtlesFromCSV(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a CSV file.
- createOrderedTurtlesFromCSV(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a CSV file.
- createOrderedTurtlesFromExcel(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from the first sheet of an Excel file.
- createOrderedTurtlesFromExcel(String) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from the first sheet of an Excel file.
- createOrderedTurtlesFromExcel(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from the first sheet of an Excel file.
- createOrderedTurtlesFromExcel(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from the first sheet of an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from a specific sheet in an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered default turtles from a specific sheet in an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a specific sheet in an Excel file.
- createOrderedTurtlesFromExcelWithSheet(String, String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates ordered turtles of specific type from a specific sheet in an Excel file.
- createOutOfBranchTransitionBuilder(AbstractState<T>, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createPanel(String) - Method in class repast.simphony.ui.parameters.ParametersUI
-
Creates a JPanel that will display the specified parameters.
- createPanel(File) - Method in class repast.simphony.ui.parameters.ParametersUI
-
Creates a JPanel that will display the specified parameters.
- createPanel() - Method in interface repast.simphony.userpanel.ui.UserPanelCreator
-
- createPanel() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- createPanel() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- createPanel() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- createPanel() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- createPanel() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- createParameters() - Method in class repast.simphony.parameter.ParametersCreator
-
Create a Parameters object contains the added parameters.
- createPatch() - Method in class repast.simphony.relogo.factories.PatchFactory
-
- createPatchVar(DiffusiblePatchVariable) - Method in class repast.simphony.relogo.AbstractObserver
-
- createPatchVar(DiffusiblePatchVariable) - Method in interface repast.simphony.relogo.Observer
-
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double, double, double) - Method in class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
-
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
-
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
-
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double...) - Method in interface repast.simphony.context.space.physics.PhysicsSpaceFactory
-
- createPhysicsSpace(String, Context<T>, ContinuousAdder<T>, PointTranslator, double[], double[]) - Method in interface repast.simphony.context.space.physics.PhysicsSpaceFactory
-
- createPhysicsSpaceFactory(Map<String, Object>) - Static method in class repast.simphony.context.space.physics.PhysicsSpaceFactoryFinder
-
- createPluginClassLoader(PluginDescriptor) - Method in class repast.simphony.plugin.PluginLifecycleHandler
-
Creates standard implementation of plug-in class loader.
- createPoisson(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Poisson distribution using the default
random number generator.
- createPoisson(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Poisson distribution using the default
random number generator.
- createPoisson(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Poisson distribution using the default
random number generator.
- createPoissonProbabilityOneTime(double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a one time schedule event that is based on a Poisson distribution
with the input argument providing the mean to the distribution.
- createPoissonProbabilityRepeating(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a repeating schedule event that is based on a Poisson distribution
with the input arguments providing the mean to the distribution and
repeating meaning interval.
- createPoissonSlow(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default slower Poisson distribution using the default
random number generator.
- createPoissonSlow(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default slower Poisson distribution using the default
random number generator.
- createPoissonSlow(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default slower Poisson distribution using the default
random number generator.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.AbstractPropertyQuery
-
Implemented by subclasses to return the appropriate Predicate.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyEquals
-
Creates a Predicate that tests for property equality.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyGreaterThan
-
Creates a Predicate that tests if a numeric property is greater than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyGreaterThanEquals
-
Creates a Predicate that tests if a numeric property is greater than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyLessThan
-
Creates a Predicate that tests if a numeric property is less than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyLessThanEquals
-
Creates a Predicate that tests if a numeric property is less than some value.
- createPredicate(Context<T>, String) - Method in class repast.simphony.query.PropertyNotEquals
-
Creates a Predicate that tests for property equality.
- createPredicate() - Method in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
Create a predicate that will be used to test
objects that intersect the source object.
- createPredicate() - Method in class repast.simphony.query.space.gis.ContainsQuery
-
Creates a predicate that tests for containment.
- createPredicate() - Method in class repast.simphony.query.space.gis.IntersectsQuery
-
Creates a predicate that tests for intersection.
- createPredicate() - Method in class repast.simphony.query.space.gis.TouchesQuery
-
Creates a predicate that tests for containment.
- createPredicate() - Method in class repast.simphony.query.space.gis.WithinQuery
-
Creates a predicate that tests for containment.
- createPreviewLabel(Rule) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Creates an instance of a PreviewLabel using the Rule properties.
- createProbeableBean(Parameters) - Method in class repast.simphony.ui.probe.ParameterProbeBeanCreator
-
- createProbeableBean(Object) - Method in class repast.simphony.ui.probe.ProbeableBeanCreator
-
- createProbedProperty(PropertyDescriptor, boolean) - Static method in class repast.simphony.ui.probe.ProbedPropertyFactory
-
Creates a ProbedProperty using the specified PropertyDescriptor.
- createProbedProperty(PropertyDescriptor, List<Object>, boolean) - Static method in class repast.simphony.ui.probe.ProbedPropertyFactory
-
Creates a ProbedProperty using the specified PropertyDescriptor.
- createProbedTitle(ProbeInfo, Object) - Static method in class repast.simphony.ui.probe.ProbedPropertyFactory
-
Creates a title for the specified target using ProbeInof.getIDProperty().
- CreateProjection(String, String, String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateProjection(String, String, String, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateProjection(String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateProjection(String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateProjection(String, String, String, String, BigDecimal...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateProjection(String, String, String, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateProjection(String, String, String, boolean, String, int...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateRandomDensityNetwork(String, String, boolean, double, boolean, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createRegistry(RunEnvironmentBuilder) - Method in class repast.simphony.batch.BatchScenario
-
Creates a ControllerRegistry from this BatchScenario.
- createRegistryBuilder(String) - Static method in class repast.simphony.ui.ControllerRegistryBuilderFactory
-
- createRepeating(double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action.
- createRepeating(double, double, PriorityType) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action
of the first, last, random, or first of last priority type.
- createRepeating(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action.
- createRepeating(double, double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a ScheduleParameters appropriate for scheduling a repeating action.
- createRootContext(Object, boolean) - Static method in class repast.simphony.integration.JXPathUtils
-
Creates a context for the root of a data file.
- createRunEnvironment() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Creates the Runtime to be used for the next simulation run.
- createRunEnvironment() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Creates the Runtime to be used for the next simulation run.
- createScenario(BatchScenarioCreator) - Method in class repast.simphony.batch.BatchRunner
-
- createScenario() - Method in interface repast.simphony.batch.BatchScenarioCreator
-
Creates a BatchScenario suitable for running by the BatchRunner.
- createScenario(File, ContextData, UserPathData, Object) - Method in class repast.simphony.batch.BatchScenarioLoader
-
- createScenario() - Method in class repast.simphony.scenario.ScenarioCreator
-
Create the scenario.
- createScenario() - Method in class repast.simphony.ui.newscenario.NewScenarioWizard
-
Creates the scenario.
- createSchedule(ISchedulableActionFactory) - Method in class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Creates a schedule using the specified action factory
- createSchedule() - Method in class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Constructs a DefaultGraphSchedule using the default action factory
specified in this class's construction.
- createSchedule(ISchedulableActionFactory) - Method in class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Creates a Schedule that will use the specified ISchedulableActionFactory
to create its scheduled actions.
- createSchedule() - Method in class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Creates a Schedule that by default uses the factory set in this interface
to create its scheduled actions.
The behavior that occurs when a default action factory has not been set
is per-implementation specific, but in most cases there should be a
reasonable default.
- createSchedule(ISchedulableActionFactory) - Method in interface repast.simphony.engine.schedule.IScheduleFactory
-
Creates a Schedule that will use the specified ISchedulableActionFactory
to create its scheduled actions.
- createSchedule() - Method in interface repast.simphony.engine.schedule.IScheduleFactory
-
Creates a Schedule that by default uses the factory set in this interface
to create its scheduled actions.
The behavior that occurs when a default action factory has not been set
is per-implementation specific, but in most cases there should be a
reasonable default.
- createScheduleParameters() - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- createScheduleRegistry() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistryFactory
-
Creates and returns a DefaultScheduleRegistry
- createScheduleRegistry() - Method in interface repast.simphony.engine.environment.ScheduleRegistryFactory
-
Creates and returns a ScheduleRegistry.
- createSecondMomentSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the second moment of the
collection of objects passed into it.
- createSelfTransitionBuilder(AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantObjectSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createSetter() - Method in class repast.simphony.parameter.xml.ConstantStringSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createSetter() - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Creates a parameter setter from the specified attributes
- createSetter() - Method in interface repast.simphony.parameter.xml.ParameterSetterCreator
-
Creates a parameter setter from the attributes added in init.
- createShape(NamedShapeCreator) - Method in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
-
- createShape(ShapeFactory2D) - Method in class repast.simphony.visualizationOGL2D.SVGToNamedShape
-
- createSimpleStateBuilder(String) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createSmallIcon(Rule) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Create an small Icon instance from a Rule.
- createSnapshotAction(JComponent) - Static method in class repast.simphony.ui.widget.SnapshotTaker
-
Creates an Action that will take a snapshot fo the specified
JComponent when triggered.
- createSparseMatrix(ArrayList, Amount) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- createSparseMatrix(Amount[][], Amount) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- createSphere(float, int, Object, int, Appearance) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
Creates a sphere with the specified radius and number of divisions.
- createSphere(float, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createSphereBody(float, float, float[]) - Static method in class repast.simphony.space.physics.RigidBodyFactory
-
- createStateChartBuilder(T, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createStaticRasterLayer(String, boolean) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Adds a static raster layer from the provided file.
- createStdDevSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the standard deviation of
the collection of objects passed into it.
- createStudentT(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default StudentT distribution using the default
random number generator.
- createStudentT(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default StudentT distribution using the default
random number generator.
- createStudentT(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default StudentT distribution using the default
random number generator.
- createStyle(String, List<Rule>) - Method in class repast.simphony.gis.styleEditor.RuleCreator
-
Creates a Style from the specified list of Rules.
- createSumLogsSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the sum of the logs of the
collection of objects passed into it.
- createSumSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will sum across the collection of
objects passed into it.
- createSumSquaresSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the sum of the squares of
the collection of objects passed into it.
- createSymbolizer() - Method in interface repast.simphony.gis.styleEditor.SymbolizerFactory
-
- createTableIfNeeded(Connection, FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- createTemporaryPlotPen() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- createTitle(Object) - Static method in class repast.simphony.ui.probe.ProbeManager
-
- createTitleComponent() - Method in class repast.simphony.ui.plugin.editor.PluginWizard
-
- createTitlePanel(String) - Method in class repast.simphony.ui.plugin.editor.UISaver
-
- createTransitionBuilder(AbstractState<T>, AbstractState<T>) - Method in class repast.simphony.statecharts.MasterBuilderFactory
-
- createTrigger(CallBackAction) - Method in class repast.simphony.engine.watcher.ArgMatcher
-
- createTurtle() - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createTurtle(String) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createTurtle(NdPoint) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createTurtle(String, NdPoint) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createTurtle(double) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createTurtle(String, double) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createTurtle(String, double, double, NdPoint) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- createTurtles(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- createTurtles(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- createTurtles(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles.
- createTurtles(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles then executes a set of
commands on the turtles.
- createTurtles(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles.
- createTurtles(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles then executes a set of
commands on the turtles.
- createTurtles(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- createTurtles(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- createTurtlesFromCSV(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a CSV file.
- createTurtlesFromCSV(String) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a CSV file.
- createTurtlesFromCSV(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a CSV file.
- createTurtlesFromCSV(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a CSV file.
- createTurtlesFromExcel(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from the first sheet of an Excel file.
- createTurtlesFromExcel(String) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from the first sheet of an Excel file.
- createTurtlesFromExcel(String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from the first sheet of an Excel file.
- createTurtlesFromExcel(String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from the first sheet of an Excel file.
- createTurtlesFromExcelWithSheet(String, String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a specific sheet in an Excel file.
- createTurtlesFromExcelWithSheet(String, String) - Method in interface repast.simphony.relogo.Observer
-
Creates default turtles from a specific sheet in an Excel file.
- createTurtlesFromExcelWithSheet(String, String, Class<E>, Closure) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a specific sheet in an Excel file.
- createTurtlesFromExcelWithSheet(String, String, Class<E>) - Method in interface repast.simphony.relogo.Observer
-
Creates turtles of specific type from a specific sheet in an Excel file.
- createUICreator(Object, FieldPropertyDescriptor) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory
-
- createUICreator(Object, FieldPropertyDescriptor) - Method in interface repast.simphony.ui.probe.PPUICreatorFactory
-
Creates the ProbedPropertyUICreator for the specified field.
- createUniform(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default uniform distribution using the default
random number generator.
- createUniform() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Unifrom distribution using the default
random number generator.
- createUniform() - Static method in class repast.simphony.random.RandomHelper
-
Creates the default Unifrom distribution using the default
random number generator.
- createUniform(double, double) - Static method in class repast.simphony.random.RandomHelper
-
Creates the default uniform distribution using the default
random number generator.
- createUniform(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default uniform distribution using the default
random number generator.
- createUniform() - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Unifrom distribution using the default
random number generator.
- createUniformProbabilityOneTime(double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a one time schedule event that is based on a uniform distribution
with arguments delineating the minimum and maximum of that distribution.
- createUniformProbabilityRepeating(double, double, double, double, double) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Creates a repeating schedule event that is based on a uniform distribution
with arguments delineating the minimum and maximum of that distribution and
repeating interval.
- createValueLayerDisplayLayer(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- createValueLayerDisplayLayer(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- createValueRule(SimpleFeature, String, SymbolizerFactory) - Method in class repast.simphony.gis.styleEditor.RuleCreator
-
Creates a rule that matches on the specified attribute
and and the specified features attribute value.
- createVarianceSource(String) - Method in class repast.simphony.data2.AggregateDSCreator
-
Creates an aggregate data source that will get the variance of the
collection of objects passed into it.
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Defines how the implementing subclasses create Renderables for objects in
the display
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.NetworkLayerGIS
-
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.PlaceMarkLayer
-
- createVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.SurfaceShapeLayer
-
- createVisualItem(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
-
- createVisualItem(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- createVisualItem(Object) - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
-
- createVonMises(double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates a default VonMises distribution using the default
random number generator.
- createVonMises(double) - Static method in class repast.simphony.random.RandomHelper
-
Creates a default VonMises distribution using the default
random number generator.
- createVonMises(double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates a default VonMises distribution using the default
random number generator.
- createWatcheeID() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Creates an id based on the watchee class and field.
- createWatcheeID() - Method in class repast.simphony.engine.watcher.WatchParameters
-
Creates an id based on the watchee class and field.
- CreateWattsBetaSmallWorldNetwork(String, String, boolean, double, BigDecimal, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
-
- CreateWattsBetaSmallWorldNetwork(String, String, boolean, double, int, boolean) - Static method in class repast.simphony.essentials.RepastEssentials
-
- createWireframeBox(float, float, float, Color, Object) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createWireframeSquare(float, float, float, Color) - Static method in class repast.simphony.visualization.visualization3D.ShapeFactory
-
- createWorld(Observer) - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- createWritableByteIndexedCoverage(String, int, int, ReferencedEnvelope, Category[], Unit<?>, int) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
- createWritableCoverage(String, int, int, ReferencedEnvelope, int, Unit<?>, Double, Double, Double, Double) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a WritableGridCoverage2D suitable for in-memory read/write.
- createWritableCoverageDouble(String, int, int, ReferencedEnvelope, Unit<?>, double, double, double, double) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a WritableGridCoverage2D suitable for in-memory read/write with
double precision data.
- createWritableCoverageFloat(String, int, int, ReferencedEnvelope, Unit<?>, double, double, double, double) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a WritableGridCoverage2D suitable for in-memory read/write with
float precision data.
- createWritableCoverageFromFile(File, boolean) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
Create a writable coverage using a coverage file.
- createWritableIndexedCoverage(String, int, int, ReferencedEnvelope, Category[], int, Unit<?>, Integer) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
- createWritableShortIndexedCoverage(String, int, int, ReferencedEnvelope, Category[], Unit<?>, int) - Static method in class repast.simphony.space.gis.RepastCoverageFactory
-
- createZeta(double, double) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates the default Zeta distribution using the default
random number generator.
- createZeta(double, double) - Static method in class repast.simphony.random.RandomHelper
-
- createZeta(double, double) - Method in interface repast.simphony.random.RandomRegistry
-
Creates the default Zeta distribution using the default
random number generator.
- creator - Variable in class repast.simphony.space.graph.JungNetwork
-
- cro(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles.
- cro(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles then executes a set of
commands on the turtles.
- cro(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- cro(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- cro(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles.
- cro(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles then executes a set of
commands on the turtles.
- cro(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- cro(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of uniformly fanned turtles of a specific type then
executes a set of commands on the turtles.
- crs - Variable in class repast.simphony.gis.tools.PositionTool
-
- CRS_KEY - Static variable in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
- crt(int) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles.
- crt(int, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles then executes a set of
commands on the turtles.
- crt(int, Closure, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- crt(int, Closure, Class) - Method in class repast.simphony.relogo.AbstractObserver
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- crt(int) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles.
- crt(int, Closure) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles then executes a set of
commands on the turtles.
- crt(int, Closure, String) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- crt(int, Closure, Class) - Method in interface repast.simphony.relogo.Observer
-
Makes a number of randomly oriented turtles of a specific type then
executes a set of commands on the turtles.
- ct() - Method in class repast.simphony.relogo.AbstractObserver
-
Removes all turtles.
- ct() - Method in interface repast.simphony.relogo.Observer
-
Removes all turtles.
- curChar - Variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- currentIndex - Variable in class repast.simphony.ui.table.TableFilterDialog
-
- currentIndex - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
-
- currentIndex - Variable in class repast.simphony.visualization.gui.LayerOrderStep
-
- currentIndex - Variable in class repast.simphony.visualization.gui.StyleStep
-
- currentListener - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- currentListener - Variable in class repast.simphony.visualization.visualization2D.DisplayLayer2D
-
Deprecated.
- currentOrderIndex - Variable in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Tracks the order index for adding actions.
- currentPath() - Method in class repast.simphony.plugin.ModelPluginLoader
-
- currentSimpleState - Variable in class repast.simphony.statecharts.DefaultStateChart
-
- currentSource - Variable in class repast.simphony.sql.SQLWindow
-
- currentToken - Variable in exception repast.simphony.engine.watcher.query.ParseException
-
This is the last token that has been consumed successfully.
- CURVED_LINES - Static variable in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- customAggDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- CustomDataSourceDefinition - Class in repast.simphony.data2.engine
-
Definition for a custom data source.
- CustomDataSourceDefinition(String, String) - Constructor for class repast.simphony.data2.engine.CustomDataSourceDefinition
-
- CustomDataSourceDefinition(CustomDataSourceDefinition) - Constructor for class repast.simphony.data2.engine.CustomDataSourceDefinition
-
- CustomDataSourcePanel - Class in repast.simphony.data2.wizard
-
Displays a GUI for creating custom data sources, via a class name.
- CustomDataSourcePanel() - Constructor for class repast.simphony.data2.wizard.CustomDataSourcePanel
-
- CustomExecute - Class in repast.simphony.integration
-
An extension of org.apache.commons.exec.Execute that adds the ability to retrieve a
spanwed process.
- CustomExecute() - Constructor for class repast.simphony.integration.CustomExecute
-
- customNonAggDataSources() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- CustomParameterSetter - Class in repast.simphony.parameter.groovy
-
Extendable parameter setter to be used with the groovy
based parameter builder.
- CustomParameterSetter(String, Class) - Constructor for class repast.simphony.parameter.groovy.CustomParameterSetter
-
Construct a CustomParameterSetter.
- cyan() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color cyan.
- data - Variable in class repast.simphony.data2.AbstractFormatter
-
- data() - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Gets an iteratable over the WatcheeData found and created by this
WatcheeDataFinder.
- data - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
-
- DATA_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- DATA_INIT_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
-
- DATA_LOADER_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- DATA_LOADER_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
-
- DATA_SET_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
-
- dataClass - Variable in class repast.simphony.scenario.ObjectActionLoader
-
- DataConstants - Interface in repast.simphony.data2
-
- DataContent - Class in repast.simphony.integration
-
A Content that holds a value in it, and when it's getValue method is called will
return that value.
- DataContent() - Constructor for class repast.simphony.integration.DataContent
-
Creates this without an object to use as data.
- DataContent(Object) - Constructor for class repast.simphony.integration.DataContent
-
Creates this with the specified object as data.
- DataConverter - Interface in repast.simphony.chart2
-
Interface for classes that convert data for use in charts.
- DataException - Exception in repast.simphony.data2
-
Exception for any data collection related issue.
- DataException() - Constructor for exception repast.simphony.data2.DataException
-
- DataException(String, Throwable) - Constructor for exception repast.simphony.data2.DataException
-
- DataException(String) - Constructor for exception repast.simphony.data2.DataException
-
- DataException(Throwable) - Constructor for exception repast.simphony.data2.DataException
-
- DataFile - Interface in repast.simphony.integration
-
- DataFileElementReader - Enum in repast.simphony.integration
-
This handles the reading of elements of a data file.
- DataFileElements - Enum in repast.simphony.integration
-
Class that holds the elements and attributes of those elements in a data file descriptor.
- DataFileElements.ARRAY_ATTRS - Class in repast.simphony.integration
-
- DataFileElements.BRANCH_ATTRS - Class in repast.simphony.integration
-
- DataFileElements.DATA_ATTRS - Class in repast.simphony.integration
-
- DataFileElements.FILE_DEF_ATTRS - Class in repast.simphony.integration
-
- DataFileElements.RECORD_ATTRS - Class in repast.simphony.integration
-
- DataFileElements.TABLE_ATTRS - Class in repast.simphony.integration
-
- DataFileElementWriter - Enum in repast.simphony.integration
-
- DataFileReader - Class in repast.simphony.integration
-
This is the primary class for data file reading.
- DataFileReader(OutputBuilder<?, ?>) - Constructor for class repast.simphony.integration.DataFileReader
-
Instantiates this reader with the specified
OutputBuilder used to build the object
generated from the file.
- DataFileReader(Object) - Constructor for class repast.simphony.integration.DataFileReader
-
Instantiates this reader with the specified
OutputBuilder used to build the object
generated from the file.
- DataFileUtils - Class in repast.simphony.integration
-
Class with some functions that can be used for working with data files.
- DataFileUtils() - Constructor for class repast.simphony.integration.DataFileUtils
-
- DataFileWriter - Class in repast.simphony.integration
-
- DataFileWriter() - Constructor for class repast.simphony.integration.DataFileWriter
-
- DataFileWriter(Object) - Constructor for class repast.simphony.integration.DataFileWriter
-
- DataFileWriter(Queryable) - Constructor for class repast.simphony.integration.DataFileWriter
-
- DataGeometry - Interface in repast.simphony.visualization.visualization3D
-
- DataGeometryUpdater - Class in repast.simphony.visualization.visualization3D
-
- DataGeometryUpdater(DataGeometry) - Constructor for class repast.simphony.visualization.visualization3D.DataGeometryUpdater
-
- dataIndex - Variable in class repast.simphony.engine.watcher.ArgMatcher
-
- DataInitActionCreator - Class in repast.simphony.data2.engine
-
Creates an action that will initial
- DataInitActionCreator() - Constructor for class repast.simphony.data2.engine.DataInitActionCreator
-
- dataListener - Variable in class repast.simphony.visualization.gui.AgentSelectionStep
-
- DataLoaderActionUI<T extends DataLoaderControllerAction> - Class in repast.simphony.dataLoader.ui
-
- DataLoaderActionUI(T, DataLoaderWizardOption, String) - Constructor for class repast.simphony.dataLoader.ui.DataLoaderActionUI
-
- DataLoaderCompositeActionCreator - Class in repast.simphony.dataLoader.engine
-
- DataLoaderCompositeActionCreator() - Constructor for class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
-
- DataLoaderControllerAction<T extends ContextBuilder> - Class in repast.simphony.dataLoader.engine
-
- DataLoaderControllerAction(String, T, ContextData) - Constructor for class repast.simphony.dataLoader.engine.DataLoaderControllerAction
-
- DataLoaderEditor - Class in repast.simphony.dataLoader.ui
-
- DataLoaderEditor(DataLoaderWizardOption, DataLoaderControllerAction, Scenario, Object, String) - Constructor for class repast.simphony.dataLoader.ui.DataLoaderEditor
-
- DataLoaderProjectionRegistryData - Interface in repast.simphony.dataLoader.engine
-
Interface for projection registry data implementations that provide data
loading capabilities via the context builder mechanism.
- DataLoaderScenarioCreatorExtension - Class in repast.simphony.dataLoader
-
Automatically adds a class name data loader action entry to the created
scenario, if the implemention in the score file is a DataLoader.
- DataLoaderScenarioCreatorExtension() - Constructor for class repast.simphony.dataLoader.DataLoaderScenarioCreatorExtension
-
- DataLoaderUtilities - Class in repast.simphony.dataLoader.util
-
DataLoader utilities.
- DataLoaderUtilities() - Constructor for class repast.simphony.dataLoader.util.DataLoaderUtilities
-
- DataLoaderWizardModel - Class in repast.simphony.dataLoader.ui.wizard
-
- DataLoaderWizardModel(Path, Scenario, Object) - Constructor for class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
-
- DataLoaderWizardOption - Interface in repast.simphony.dataLoader.ui.wizard
-
- DataLoaderWizardPluginUtil - Class in repast.simphony.dataLoader.ui.wizard
-
- DataLoaderWizardPluginUtil() - Constructor for class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
-
- DataLoadingSetupFinish - Class in repast.simphony.dataLoader.ui.wizard
-
- DataLoadingSetupFinish() - Constructor for class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
-
- dataSet - Variable in class repast.simphony.chart2.engine.ChartDescriptor
-
- DataSet - Interface in repast.simphony.data2
-
Records data from DataSources and passes that data to DataSinks.
- dataSet - Variable in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- DATASET_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- DataSetActionEditorCreator - Class in repast.simphony.data2.gui
-
- DataSetActionEditorCreator() - Constructor for class repast.simphony.data2.gui.DataSetActionEditorCreator
-
- DataSetActionLoader(File, Object) - Constructor for class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
-
- DataSetActionUI - Class in repast.simphony.data2.gui
-
Provides the scenario tree user inteface for data set editing.
- DataSetActionUI(DataSetComponentControllerAction) - Constructor for class repast.simphony.data2.gui.DataSetActionUI
-
- DataSetBuilder<T extends DataSource> - Interface in repast.simphony.data2.builder
-
Interface for classes that can build a DataSet.
- datasetChanged(DatasetChangeEvent) - Method in class repast.simphony.chart2.ColorSetter
-
- datasetChanged(DatasetChangeEvent) - Method in class repast.simphony.chart2.FixedRangeFix
-
- datasetChanged(DatasetChangeEvent) - Method in class repast.simphony.chart2.RangeFix
-
- DataSetComponentControllerAction - Class in repast.simphony.data2.engine
-
ControllerAction responsible for creating DataSets from DataSetDescriptors.
- DataSetComponentControllerAction(DataSetDescriptor) - Constructor for class repast.simphony.data2.engine.DataSetComponentControllerAction
-
- DataSetControllerActionIO - Class in repast.simphony.data2.engine
-
ActionIO class that loads and saves DataSetComponentControllerActions from
and to DataSetDescriptors.
- DataSetControllerActionIO() - Constructor for class repast.simphony.data2.engine.DataSetControllerActionIO
-
- DataSetControllerActionIO.DataSetActionLoader - Class in repast.simphony.data2.engine
-
- DataSetDescriptor - Class in repast.simphony.data2.engine
-
Descriptor that defines a single DataSet.
- DataSetDescriptor(String) - Constructor for class repast.simphony.data2.engine.DataSetDescriptor
-
- DataSetDescriptor(String, DataSetDescriptor.DataSetType) - Constructor for class repast.simphony.data2.engine.DataSetDescriptor
-
- DataSetDescriptor.DataSetType - Enum in repast.simphony.data2.engine
-
- DataSetEditorWizard - Class in repast.simphony.data2.wizard
-
- DataSetEditorWizard(List<Class<?>>) - Constructor for class repast.simphony.data2.wizard.DataSetEditorWizard
-
- DataSetEditorWizard(List<Class<?>>, DataSetDescriptor) - Constructor for class repast.simphony.data2.wizard.DataSetEditorWizard
-
- DataSetGeneralStep - Class in repast.simphony.data2.wizard
-
General Step for creating data sets.
- DataSetGeneralStep() - Constructor for class repast.simphony.data2.wizard.DataSetGeneralStep
-
- DataSetManager - Interface in repast.simphony.data2
-
Interface for classes that manage the lifecycle of DataSets.
- DataSetMenuItem - Class in repast.simphony.data2.gui
-
Implements the "Add Data Set" menu item.
- DataSetMenuItem() - Constructor for class repast.simphony.data2.gui.DataSetMenuItem
-
- DataSetModel<T extends Descriptor> - Interface in repast.simphony.data2.wizard
-
Interface for wizard models that provides access to datasets.
- DataSetRegistry - Class in repast.simphony.data2
-
Registry that allows various parts of the data collection system to
be shared among controller actions.
- DataSetRegistry() - Constructor for class repast.simphony.data2.DataSetRegistry
-
- DataSetRenderer - Class in repast.simphony.chart2.wizard
-
ListCellRenderer that renders a DataSet by its name.
- DataSetRenderer() - Constructor for class repast.simphony.chart2.wizard.DataSetRenderer
-
- dataSets - Variable in class repast.simphony.data2.AbstractDataSetManager
-
- DataSetsActionCreator - Class in repast.simphony.data2.engine
-
Creates the parent action for the component actions that initialize data
collection from individual dataset descriptors.
- DataSetsActionCreator() - Constructor for class repast.simphony.data2.engine.DataSetsActionCreator
-
- DataSetScheduleStep - Class in repast.simphony.data2.wizard
-
- DataSetScheduleStep() - Constructor for class repast.simphony.data2.wizard.DataSetScheduleStep
-
- DataSetWizardModel - Class in repast.simphony.data2.wizard
-
- DataSetWizardModel(Collection<Class<?>>) - Constructor for class repast.simphony.data2.wizard.DataSetWizardModel
-
- DataSetWizardModel(Collection<Class<?>>, DataSetDescriptor) - Constructor for class repast.simphony.data2.wizard.DataSetWizardModel
-
- DataSink - Interface in repast.simphony.data2
-
Interface for classes that can retrieve data from a DataSet.
- dataSinkUpdate(DataSinkEvent) - Method in class repast.simphony.ui.widget.MovieMaker
-
- DataSource - Interface in repast.simphony.data2
-
Interface for classes that can function as the source of data to be logged or
charted.
- dataSource - Variable in class repast.simphony.freezedry.ContextFreezeDryingAction
-
- DataSource - Interface in repast.simphony.util.bytecode
-
- DataSourceBuilder - Interface in repast.simphony.freezedry.wizard
-
In conjuction with a the gui, builds the action that creates a context.
- dataSourceIds() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- DataTypeHandler - Enum in repast.simphony.integration
-
Handler for different types of data.
- DataUpdateBehavior - Class in repast.simphony.visualization.visualization3D
-
Behavior to update geometry.
- DataUpdateBehavior(Geometry, DataGeometryUpdater, Behavior) - Constructor for class repast.simphony.visualization.visualization3D.DataUpdateBehavior
-
- dataUpdated() - Method in interface repast.simphony.chart2.HistogramUpdateListener
-
Called when the histogram dataset has updated its data.
- DataUtilities - Class in repast.simphony.data2.util
-
Static util methods for working with DataSetDescriptors etc.
- DataUtilities() - Constructor for class repast.simphony.data2.util.DataUtilities
-
- DataUtilities - Class in repast.simphony.gis.util
-
Utility methods for working with gis data.
- DataUtilities() - Constructor for class repast.simphony.gis.util.DataUtilities
-
- dataValueIds() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets an iterable over the data value ids.
- dateAndTime() - Static method in class repast.simphony.relogo.Utility
-
Returns the current date and time.
- DBConnectionInfo - Class in repast.simphony.freezedry.datasource
-
- DBConnectionInfo(String, String, String, String) - Constructor for class repast.simphony.freezedry.datasource.DBConnectionInfo
-
- DBConnectionInfo() - Constructor for class repast.simphony.freezedry.datasource.DBConnectionInfo
-
- dbURL - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- dbURL - Variable in class repast.simphony.freezedry.datasource.DBConnectionInfo
-
- dbURL - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- DBUtils - Class in repast.simphony.freezedry.datasource
-
Utility methods for connecting to and working with databases.
- DBUtils() - Constructor for class repast.simphony.freezedry.datasource.DBUtils
-
- deactivate() - Method in class repast.simphony.gis.tools.DistanceTool
-
- deactivate() - Method in interface repast.simphony.gis.tools.MapTool
-
- deactivate() - Method in class repast.simphony.gis.tools.PGISPanTool
-
- deactivate() - Method in class repast.simphony.gis.tools.PositionTool
-
- deactivateTrigger() - Method in class repast.simphony.statecharts.old.TimedTransition
-
- debugStream - Variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- DECNUMBER - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
-
- decorate(JList, JTextComponent) - Static method in class org.jdesktop.swingx.autocomplete.AutoCompleteDecorator
-
Enables automatic completion for the given JTextComponent based on the
items contained in the given JList.
- decorate(JComboBox) - Static method in class org.jdesktop.swingx.autocomplete.AutoCompleteDecorator
-
Enables automatic completion for the given JComboBox.
- decorate(JTextComponent, AutoCompleteDocument, AbstractAutoCompleteAdaptor) - Static method in class org.jdesktop.swingx.autocomplete.AutoCompleteDecorator
-
Decorates a given text component for automatic completion using the
given AutoCompleteDocument and AbstractAutoCompleteAdaptor.
- decorate(PointTranslator) - Method in interface repast.simphony.space.continuous.PointTranslatorDecorator
-
Sets the translator to decorate.
- decorate(GridPointTranslator) - Method in interface repast.simphony.space.grid.GridPointTranslatorDecorator
-
Sets the translator to decorate.
- DecoratorConstants - Interface in repast.simphony.visualization.decorator
-
- decoratorLayer - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- decoratorMap - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- decoratorMap - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- decoratorMap - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- decrementActiveButtons() - Method in class repast.simphony.relogo.ReLogoModel
-
- decrementDisp(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
-
- deepAnnotationCheck(Method, Class<T>) - Static method in class repast.simphony.util.ClassUtilities
-
Checks a method for an annotation by checking the method itself and then any interfaces the
method's class implements.
- deepFindField(Class, String) - Static method in class repast.simphony.util.ClassUtilities
-
Search for and return the named field in the current class and in its super classes.
- DEFAULT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
-
- DEFAULT_CLASS_MAPPING_TABLE - Static variable in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- DEFAULT_CONNECTING_MSG - Static variable in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- DEFAULT_COOLING_RATE - Static variable in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
-
- DEFAULT_DELIMITER - Static variable in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- DEFAULT_DIFF_CONST - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- DEFAULT_DISPLAY_TITLE - Static variable in class repast.simphony.visualization.gui.GeneralStep
-
- DEFAULT_DRIVER_MSG - Static variable in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- DEFAULT_EVAP_CONST - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- DEFAULT_FRAME_LAYOUT - Static variable in interface repast.simphony.scenario.ScenarioConstants
-
- DEFAULT_GENERATOR - Static variable in interface repast.simphony.random.RandomRegistry
-
- DEFAULT_INITIAL_TEMP - Static variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- DEFAULT_LENGTH - Static variable in class repast.simphony.ui.sparkline.SparklineJComponent
-
- DEFAULT_LINE_STROKE_COLOR - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_LINE_STROKE_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_LINE_STROKE_WIDTH - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_MASTER_CONTEXT_ID - Static variable in interface repast.simphony.engine.environment.ControllerRegistry
-
- DEFAULT_MASTER_PARENT - Static variable in class repast.simphony.scenario.Scenario
-
- DEFAULT_MAX - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- DEFAULT_MIN - Static variable in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- DEFAULT_PARAM_GROUP - Static variable in class repast.simphony.ui.parameters.ParametersUI
-
- DEFAULT_PERSPECTIVE - Static variable in class repast.simphony.ui.RSGUIConstants
-
- DEFAULT_POINT_FILL - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POINT_MARK - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POINT_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POINT_ROTATION - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POINT_SIZE - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POINT_STROKE_COLOR - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POINT_STROKE_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POINT_STROKE_WIDTH - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POLY_FILL - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POLY_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POLY_STROKE_COLOR - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POLY_STROKE_OPACITY - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_POLY_STROKE_WIDTH - Static variable in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- DEFAULT_RANDOM_SEED_DISPLAY_NAME - Static variable in interface repast.simphony.parameter.ParameterConstants
-
- DEFAULT_RANDOM_SEED_USAGE_NAME - Static variable in interface repast.simphony.parameter.ParameterConstants
-
- DEFAULT_ROOT - Static variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- DEFAULT_SEARCH_TEXT - Static variable in class repast.simphony.visualization.gis3D.GazetteerPanel
-
- DEFAULT_SPARKLINE_LENGTH - Static variable in class repast.simphony.engine.environment.RunEnvironment
-
- DEFAULT_SPARKLINE_TYPE - Static variable in class repast.simphony.engine.environment.RunEnvironment
-
- DEFAULT_STRING_DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- DEFAULT_TURTLE_COLOR - Static variable in class repast.simphony.relogo.ReLogoModel
-
- DefaultAction - Class in repast.simphony.engine.schedule
-
Default SchedulableAction used by as a default by the scheduling mechanism.
- DefaultAction(ScheduleParameters, IAction, long) - Constructor for class repast.simphony.engine.schedule.DefaultAction
-
Creates a DefaultAction to execute the specified action according to the specified scheduling parameters.
- DefaultActionFactory - Class in repast.simphony.engine.schedule
-
Default factory for producing IActions to be executed by a Schedule.
- DefaultActionFactory() - Constructor for class repast.simphony.engine.schedule.DefaultActionFactory
-
- DefaultActionLoader<T extends ControllerAction> - Class in repast.simphony.scenario
-
- DefaultActionLoader(File, Object, Class<T>, String) - Constructor for class repast.simphony.scenario.DefaultActionLoader
-
- DefaultActionSaver<T extends ControllerAction> - Class in repast.simphony.scenario
-
- DefaultActionSaver() - Constructor for class repast.simphony.scenario.DefaultActionSaver
-
- DefaultActionUI - Class in repast.simphony.ui
-
- DefaultActionUI(String) - Constructor for class repast.simphony.ui.DefaultActionUI
-
- DefaultAdvanceChooser() - Constructor for class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
-
- DefaultBooleanExpression - Class in repast.simphony.engine.watcher.query
-
- DefaultBooleanExpression() - Constructor for class repast.simphony.engine.watcher.query.DefaultBooleanExpression
-
- defaultCheckBoxInterior - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
-
- DefaultContext<T> - Class in repast.simphony.context
-
- DefaultContext() - Constructor for class repast.simphony.context.DefaultContext
-
- DefaultContext(Object) - Constructor for class repast.simphony.context.DefaultContext
-
- DefaultContext(Object, Object) - Constructor for class repast.simphony.context.DefaultContext
-
- DefaultContextConverter - Class in repast.simphony.xml
-
XStream converter for DefaultContexts.
- DefaultContextConverter() - Constructor for class repast.simphony.xml.DefaultContextConverter
-
- DefaultContextFactory<T> - Class in repast.simphony.context
-
A basic concrete implementation of the ContextFactory interface.
- DefaultContextFactory() - Constructor for class repast.simphony.context.DefaultContextFactory
-
- DefaultContextSchedulableControllerAction<T> - Class in repast.simphony.engine.controller
-
- DefaultContextSchedulableControllerAction(ContextSchedulableDescriptor<T>) - Constructor for class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
-
- DefaultContextSchedulableDescriptor<T> - Class in repast.simphony.engine.schedule
-
- DefaultContextSchedulableDescriptor() - Constructor for class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
- DefaultContinuousSpace<T> - Class in repast.simphony.space.continuous
-
Default implementation of an n-dimensional continuous space.
- DefaultContinuousSpace(String, ContinuousAdder<T>, PointTranslator, double...) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- DefaultContinuousSpace(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- DefaultContinuousSpace(String, ContinuousAdder<T>, PointTranslator, CoordinateAccessor<T, Map<NdPoint, Object>>, double...) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name, adder, translator,
accessor and size.
- DefaultContinuousSpace(String, double...) - Constructor for class repast.simphony.space.continuous.DefaultContinuousSpace
-
Constructs this space with the specified name and size.
- DefaultContinuousSpaceFactory - Class in repast.simphony.context.space.continuous
-
- DefaultContinuousSpaceFactory() - Constructor for class repast.simphony.context.space.continuous.DefaultContinuousSpaceFactory
-
- DefaultController - Class in repast.simphony.engine.controller
-
A default implementation of a Controller.
- DefaultController(RunEnvironmentBuilder) - Constructor for class repast.simphony.engine.controller.DefaultController
-
TODO: fill this in
- DefaultController(RunEnvironmentBuilder, int) - Constructor for class repast.simphony.engine.controller.DefaultController
-
- DefaultControllerAction - Class in repast.simphony.engine.environment
-
A null implementation of a ControllerAction.
- DefaultControllerAction() - Constructor for class repast.simphony.engine.environment.DefaultControllerAction
-
- DefaultControllerActionIO<T extends ControllerAction> - Class in repast.simphony.scenario
-
- DefaultControllerActionIO(Class<T>, String) - Constructor for class repast.simphony.scenario.DefaultControllerActionIO
-
- DefaultControllerRegistry - Class in repast.simphony.engine.controller
-
- DefaultControllerRegistry() - Constructor for class repast.simphony.engine.controller.DefaultControllerRegistry
-
Constructs the SimpleControllerRegistry with no actions.
- DefaultCoverageStyle<T> - Class in repast.simphony.visualization.gis3D.style
-
Default style for GIS coverage.
- DefaultCoverageStyle() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
-
- DefaultDataFile - Class in repast.simphony.integration
-
- DefaultDataFile() - Constructor for class repast.simphony.integration.DefaultDataFile
-
- DefaultDataLoaderMenuItem - Class in repast.simphony.dataLoader.ui
-
- DefaultDataLoaderMenuItem() - Constructor for class repast.simphony.dataLoader.ui.DefaultDataLoaderMenuItem
-
- DefaultDescriptor - Class in repast.simphony.engine.schedule
-
- DefaultDescriptor(String) - Constructor for class repast.simphony.engine.schedule.DefaultDescriptor
-
Constructs the descriptor with the specified name.
- DefaultDescriptor() - Constructor for class repast.simphony.engine.schedule.DefaultDescriptor
-
Same as DefaultDescriptor(null).
- DefaultDisplayData<T> - Class in repast.simphony.visualization
-
Default implementation of DisplayData that wraps a Context.
- DefaultDisplayData(Context<T>) - Constructor for class repast.simphony.visualization.DefaultDisplayData
-
Creates a DefaultDisplayData that delegates its methods to the specified
context.
- DefaultDisplayDescriptor - Class in repast.simphony.visualization.engine
-
Deprecated.
- DefaultDisplayDescriptor(DisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- DefaultDisplayDescriptor(String) - Constructor for class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- DefaultDisplayDescriptorConverter - Class in repast.simphony.visualization.engine
-
Utility for convertinh the Repast Simphony ver 2.1 DefaultDisplayDescriptor to
the new display specific descriptors.
- DefaultDisplayDescriptorConverter() - Constructor for class repast.simphony.visualization.engine.DefaultDisplayDescriptorConverter
-
- DefaultDisplayMenuItem - Class in repast.simphony.visualization.gui
-
EditorMenuItem for creating displays.
- DefaultDisplayMenuItem() - Constructor for class repast.simphony.visualization.gui.DefaultDisplayMenuItem
-
- DefaultEdgeCreator<T> - Class in repast.simphony.space.graph
-
Default implementation of EdgeCreator that return RepastEdge.
- DefaultEdgeCreator() - Constructor for class repast.simphony.space.graph.DefaultEdgeCreator
-
- DefaultEdgeFinder - Class in repast.simphony.visualization.editor
-
- DefaultEdgeFinder(List<Network>, Display2D) - Constructor for class repast.simphony.visualization.editor.DefaultEdgeFinder
-
Deprecated.
- defaultEdgeStyle - Variable in class repast.simphony.visualization.visualization3D.Display3D
-
- DefaultEdgeStyle2D - Class in repast.simphony.visualization.visualization2D.style
-
- DefaultEdgeStyle2D() - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- DefaultEdgeStyle3D<T> - Class in repast.simphony.visualization.visualization3D.style
-
- DefaultEdgeStyle3D() - Constructor for class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- DefaultEdgeStyleOGL2D - Class in repast.simphony.visualizationOGL2D
-
Default implementation of OGL 2D edge style.
- DefaultEdgeStyleOGL2D() - Constructor for class repast.simphony.visualizationOGL2D.DefaultEdgeStyleOGL2D
-
- DefaultEditedEdgeStyleData2D<T> - Class in repast.simphony.visualization.editedStyle
-
- DefaultEditedEdgeStyleData2D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedEdgeStyleData2D
-
- DefaultEditedEdgeStyleData3D<T> - Class in repast.simphony.visualization.editedStyle
-
- DefaultEditedEdgeStyleData3D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedEdgeStyleData3D
-
- DefaultEditedStyleData2D<T> - Class in repast.simphony.visualization.editedStyle
-
- DefaultEditedStyleData2D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedStyleData2D
-
- DefaultEditedStyleData3D<T> - Class in repast.simphony.visualization.editedStyle
-
- DefaultEditedStyleData3D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedStyleData3D
-
- DefaultEditedValueLayerStyleData2D - Class in repast.simphony.visualization.editedStyle
-
Default data for 2D edited value layer styles
- DefaultEditedValueLayerStyleData2D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedValueLayerStyleData2D
-
- DefaultEditedValueLayerStyleData3D - Class in repast.simphony.visualization.editedStyle
-
Default data for 3D edited value layer styles
- DefaultEditedValueLayerStyleData3D() - Constructor for class repast.simphony.visualization.editedStyle.DefaultEditedValueLayerStyleData3D
-
- DefaultEditorDialog - Class in repast.simphony.ui.plugin.editor
-
- DefaultEditorDialog(UISaver) - Constructor for class repast.simphony.ui.plugin.editor.DefaultEditorDialog
-
- DefaultExponentialCoolingSchedule - Class in repast.simphony.parameter.optimizer
-
- DefaultExponentialCoolingSchedule() - Constructor for class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
-
- DefaultExtProgRunner - Class in repast.simphony.integration
-
- DefaultExtProgRunner() - Constructor for class repast.simphony.integration.DefaultExtProgRunner
-
- DefaultFeatureAgentFactory<T> - Class in repast.simphony.space.gis
-
Default factory class for creating feature agents.
- defaultFileExtension - Variable in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
-
- defaultFileExtension - Variable in class repast.simphony.data2.gui.FileChooserStep
-
- DefaultFinishStep - Class in repast.simphony.util.wizard
-
This is just a simple step that displays a set of messages.
- DefaultFinishStep(String, String, String) - Constructor for class repast.simphony.util.wizard.DefaultFinishStep
-
Constructs this step with the specified text to show as its title, in its
caption bar, and optionally in a label centered in its panel.
- DefaultFinishStep(String, String) - Constructor for class repast.simphony.util.wizard.DefaultFinishStep
-
This is the same as
new DefaultFinishStep(title, caption, null).
- DefaultFreezeDryer - Class in repast.simphony.freezedry.freezedryers
-
- DefaultFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.freezedryers.DefaultFreezeDryer
-
- DefaultGeography<T> - Class in repast.simphony.space.gis
-
Default implementation of Geography, a geographic GIS type space.
- DefaultGeography(String) - Constructor for class repast.simphony.space.gis.DefaultGeography
-
Creates a DefaultGeography with the specified name.
- DefaultGeography(String, String) - Constructor for class repast.simphony.space.gis.DefaultGeography
-
Creates a DefaultGeography with a specified name and coordindate reference
system.
- DefaultGeographyFactory - Class in repast.simphony.context.space.gis
-
- DefaultGeographyFactory() - Constructor for class repast.simphony.context.space.gis.DefaultGeographyFactory
-
- DefaultGraphSchedule - Class in repast.simphony.engine.graph
-
Base implementation of a graph schedule running on top of the default Repast
schedule.
This class delegates the scheduling to
GraphScheduleUtilities.
- DefaultGraphSchedule() - Constructor for class repast.simphony.engine.graph.DefaultGraphSchedule
-
- DefaultGraphSchedule(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.graph.DefaultGraphSchedule
-
- DefaultGraphScheduleFactory - Class in repast.simphony.engine.graph
-
- DefaultGraphScheduleFactory() - Constructor for class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Synonymous with DefaultGraphScheduleFactory(new
DefaultSchedulableaActionFactory()).
- DefaultGraphScheduleFactory(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Constructs this graph schedule factory which will default to producing
graphs with the specified action factory.
- DefaultGrid<T> - Class in repast.simphony.space.grid
-
A default implementation of a grid backed by a map.
- DefaultGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int...) - Constructor for class repast.simphony.space.grid.DefaultGrid
-
- DefaultGrid(String, GridAdder<T>, GridPointTranslator, CellAccessor<T, Map<GridPoint, Object>>, int[], int[]) - Constructor for class repast.simphony.space.grid.DefaultGrid
-
- DefaultGrid(String, int...) - Constructor for class repast.simphony.space.grid.DefaultGrid
-
- DefaultGrid(String, int[], int[]) - Constructor for class repast.simphony.space.grid.DefaultGrid
-
- DefaultGridFactory - Class in repast.simphony.context.space.grid
-
Factory for creating grids.
- DefaultGridFactory() - Constructor for class repast.simphony.context.space.grid.DefaultGridFactory
-
- DefaultGUIRegistry - Class in repast.simphony.engine.environment
-
A default implementation of a GUI registry.
- DefaultGUIRegistry() - Constructor for class repast.simphony.engine.environment.DefaultGUIRegistry
-
Constructs the GUI Registry.
- DefaultIntegrator - Class in repast.simphony.statecharts
-
Integrates a statechart with a simphony simulation by listening for agent
removal events and stopping the statechart.
- DefaultIntegrator() - Constructor for class repast.simphony.statecharts.DefaultIntegrator
-
- DefaultLayerManager - Class in repast.simphony.gis.legend
-
- DefaultLayerManager() - Constructor for class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- DefaultLegacyExecutor - Class in repast.simphony.integration
-
- DefaultLegacyExecutor(String, String[], Map) - Constructor for class repast.simphony.integration.DefaultLegacyExecutor
-
- defaultLocation - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- defaultLocation - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- DefaultMarkStyle<T> - Class in repast.simphony.visualization.gis3D.style
-
Default style for place marks.
- DefaultMarkStyle() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- DefaultNetworkFactory - Class in repast.simphony.context.space.graph
-
Factory for creating networks.
- DefaultNetworkFactory() - Constructor for class repast.simphony.context.space.graph.DefaultNetworkFactory
-
- DefaultNetworkStyleGIS - Class in repast.simphony.visualization.gis3D.style
-
- DefaultNetworkStyleGIS() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
-
- DefaultNodeCreator - Class in repast.simphony.context.space.graph
-
Creates an agent / node from a Class.
- DefaultNodeCreator(Class) - Constructor for class repast.simphony.context.space.graph.DefaultNodeCreator
-
Creates a DefaultNodeCreator that will create nodes/agents from the
specified class.
- DefaultOutOfBranchTransitionBuilder<T> - Class in repast.simphony.statecharts
-
- DefaultOutOfBranchTransitionBuilder(AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.DefaultOutOfBranchTransitionBuilder
-
- DefaultOutOfBranchTransitionBuilder(String, AbstractState<T>, AbstractState<T>) - Constructor for class repast.simphony.statecharts.DefaultOutOfBranchTransitionBuilder
-
- DefaultOutputPatternCreator - Class in repast.simphony.batch.ssh
-
Creates the patterns for a default output file sink
file name.
- DefaultOutputPatternCreator(String, boolean) - Constructor for class repast.simphony.batch.ssh.DefaultOutputPatternCreator
-
Creates a DefaultOutputPatternCreator that will create output patterns for
the specified basename.
- DefaultParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for single unconstrained parameters.
- DefaultParameterBinder(String, String, Class<?>) - Constructor for class repast.simphony.ui.parameters.DefaultParameterBinder
-
- DefaultParameters - Class in repast.simphony.parameter
-
Default implementation of Parameters.
- DefaultParameters() - Constructor for class repast.simphony.parameter.DefaultParameters
-
Creates a new DefaultParameters object.
- DefaultParameters(Parameters) - Constructor for class repast.simphony.parameter.DefaultParameters
-
Creates a new DefaultParameters using the parameters in the specified
Parameters object.
- DefaultParameterSchema - Class in repast.simphony.parameter
-
Default implementation of ParameterSchema.
- DefaultParameterSchema(ParameterSchema) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
-
- DefaultParameterSchema(String, Class, Object) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
-
- DefaultParameterSchema(String, Class, Object, List) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
-
- DefaultParameterSchema(String, Class, Object, Range) - Constructor for class repast.simphony.parameter.DefaultParameterSchema
-
- DefaultParamsDialog - Class in repast.simphony.ui
-
- DefaultParamsDialog(Frame) - Constructor for class repast.simphony.ui.DefaultParamsDialog
-
- DefaultParamsDialog(Dialog) - Constructor for class repast.simphony.ui.DefaultParamsDialog
-
- DefaultPhysicsSpace<T> - Class in repast.simphony.space.physics
-
A special 3-dimensional subclass of continuous space that determines the
positions of agents based on physics.
- DefaultPhysicsSpace(String, ContinuousAdder<T>, PointTranslator, double, double, double) - Constructor for class repast.simphony.space.physics.DefaultPhysicsSpace
-
Constructs this space with the specified name, adder, translator,
and size.
- DefaultPhysicsSpace(String, ContinuousAdder<T>, PointTranslator, double[], double[]) - Constructor for class repast.simphony.space.physics.DefaultPhysicsSpace
-
Constructs this space with the specified name, adder, translator,
size and origin.
- DefaultPhysicsSpaceFactory - Class in repast.simphony.context.space.physics
-
- DefaultPhysicsSpaceFactory() - Constructor for class repast.simphony.context.space.physics.DefaultPhysicsSpaceFactory
-
- DefaultProbedPropertyUICreator - Class in repast.simphony.ui.probe
-
Represents a property of a probed object whether is read / read only etc.
- DefaultProbedPropertyUICreator(PropertyDescriptor) - Constructor for class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- DefaultProbedPropertyUICreator.Type - Enum in repast.simphony.ui.probe
-
- DefaultProjection<T> - Class in repast.simphony.space.projection
-
- DefaultProjection(String) - Constructor for class repast.simphony.space.projection.DefaultProjection
-
Creates a projection with the specified name.
- DefaultProjectionDescriptor - Class in repast.simphony.visualization.engine
-
Deprecated.
- DefaultProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.engine.DefaultProjectionDescriptor
-
Deprecated.
- DefaultRandomRegistry - Class in repast.simphony.random
-
A registry that stores random number generators.
- DefaultRandomRegistry() - Constructor for class repast.simphony.random.DefaultRandomRegistry
-
Default constructor
- DefaultRandomSetter - Class in repast.simphony.engine.environment
-
Sets the default random seed to the current time and creates a uniform random stream.
- DefaultRandomSetter() - Constructor for class repast.simphony.engine.environment.DefaultRandomSetter
-
- DefaultRandomStreamAction - Class in repast.simphony.engine.controller
-
- DefaultRandomStreamAction() - Constructor for class repast.simphony.engine.controller.DefaultRandomStreamAction
-
- DefaultRunEnvironmentBuilder - Class in repast.simphony.engine.environment
-
Builder for creating a RunEnvironment object.
- DefaultRunEnvironmentBuilder(Runner, boolean) - Constructor for class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Creates a RunEnvironmentBuilder that will use the specified schedule runner to run
each run of the simulation.
- defaultScenario - Variable in class repast.simphony.ui.RSAppConfigurator
-
- DefaultSchedulableAction - Class in repast.simphony.engine.controller
-
- DefaultSchedulableAction(SchedulableDescriptor) - Constructor for class repast.simphony.engine.controller.DefaultSchedulableAction
-
- DefaultSchedulableActionFactory - Class in repast.simphony.engine.schedule
-
Default implementation of an ISchedulableActionFactory.
- DefaultSchedulableActionFactory() - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a DefaultSchedulableActionFactory that uses a DefaultActionFactory
to create IActions.
- DefaultSchedulableActionFactory(IActionFactory) - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Creates a DefaultSchedulableActionFactory that uses the specified action factory
to create IActions.
- DefaultSchedulableDescriptor - Class in repast.simphony.engine.schedule
-
- DefaultSchedulableDescriptor(String) - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
- DefaultSchedulableDescriptor() - Constructor for class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
- DefaultScheduleFactory - Class in repast.simphony.engine.schedule
-
A schedule factory that constructs
Schedules.
- DefaultScheduleFactory() - Constructor for class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Synonymous with DefaultScheduleFactory(new
DefaultSchedulableActionFactory)
- DefaultScheduleFactory(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Constructs this ScheduleFactory which will default to creating schedules
with the specified action factory
- DefaultScheduleRegistry - Class in repast.simphony.engine.environment
-
Default implementation of a ScheduleRegistry.
- DefaultScheduleRegistry() - Constructor for class repast.simphony.engine.environment.DefaultScheduleRegistry
-
- DefaultScheduleRegistryFactory - Class in repast.simphony.engine.environment
-
A factory that returns DefaultScheduleRegistries.
- DefaultScheduleRegistryFactory() - Constructor for class repast.simphony.engine.environment.DefaultScheduleRegistryFactory
-
- DefaultScheduleRunner - Class in repast.simphony.engine.environment
-
This class executes the model schedule found in the RunState's ScheduleRegistry.
- DefaultScheduleRunner() - Constructor for class repast.simphony.engine.environment.DefaultScheduleRunner
-
- DefaultSchema - Class in repast.simphony.parameter
-
Default implementation of Schema.
- DefaultSchema() - Constructor for class repast.simphony.parameter.DefaultSchema
-
Creates an empty Schema.
- DefaultSchema(Pair<String, Class>[]) - Constructor for class repast.simphony.parameter.DefaultSchema
-
Creates a schema from an array of String, Class pairs.
- defaultSeed - Variable in class repast.simphony.random.DefaultRandomRegistry
-
- DefaultStateChart<T> - Class in repast.simphony.statecharts
-
- DefaultStateChart(T) - Constructor for class repast.simphony.statecharts.DefaultStateChart
-
Creates DefaultStateChart for the specified agent and sets whether or not
the agent needs to be in a Context for the statechart to function.
- defaultStyle - Static variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- defaultStyle - Variable in class repast.simphony.visualization.visualization3D.Display3D
-
- DefaultStyle2D - Class in repast.simphony.visualization.visualization2D.style
-
- DefaultStyle2D() - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- DefaultStyle2D(Paint) - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- DefaultStyle3D<T> - Class in repast.simphony.visualization.visualization3D.style
-
- DefaultStyle3D() - Constructor for class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- DefaultStyleOGL2D - Class in repast.simphony.visualizationOGL2D
-
Default 2D OGL Style.
- DefaultStyleOGL2D() - Constructor for class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- DefaultSurfaceShapeStyle<T> - Class in repast.simphony.visualization.gis3D.style
-
- DefaultSurfaceShapeStyle() - Constructor for class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
-
- DefaultTickCountFormatter - Class in repast.simphony.ui
-
Default implementation of a Tick Count formatter.
- DefaultTickCountFormatter() - Constructor for class repast.simphony.ui.DefaultTickCountFormatter
-
- defaultTitle - Variable in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
- DefaultTriggerScheduler - Class in repast.simphony.engine.watcher
-
Schedules the execution of trigger on a list of watchers at
the time defined by the Watch.
- DefaultTriggerScheduler(NotifierTrigger, ISchedule, WatchParameters, IBooleanExpression) - Constructor for class repast.simphony.engine.watcher.DefaultTriggerScheduler
-
- DefaultUserPanelDescriptor - Class in repast.simphony.userpanel.ui
-
- DefaultUserPanelDescriptor() - Constructor for class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
-
- DefaultUserPanelDescriptor(String) - Constructor for class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
-
- DefaultUserPanelDescriptorAction - Class in repast.simphony.userpanel.ui
-
- DefaultUserPanelDescriptorAction(UserPanelDescriptor) - Constructor for class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
-
- defaultValue - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
-
- defaultValue - Variable in class repast.simphony.valueLayer.SparseValueLayerStore
-
- DefaultValueDisplayLayer3D - Class in repast.simphony.visualization.visualization3D
-
- DefaultValueDisplayLayer3D(ValueLayerStyle3D, Group, Display3D) - Constructor for class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
-
- DefaultValueLayerStyle - Class in repast.simphony.visualization.visualization2D.style
-
- DefaultValueLayerStyle() - Constructor for class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
- DefaultValueLayerStyle3D - Class in repast.simphony.visualization.visualization3D.style
-
- DefaultValueLayerStyle3D() - Constructor for class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
- DefaultWatchData - Class in repast.simphony.engine.watcher
-
WatchData created from the Watch annotation
- DefaultWatchData(String) - Constructor for class repast.simphony.engine.watcher.DefaultWatchData
-
- defineConsoleDataSink(ConsoleDataSink.OutputStream, String, FormatType, Collection<String>) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
Defines a ConsoleDataSink for this DataSet.
- defineConsoleDataSink(ConsoleDataSink.OutputStream, String, FormatType, Collection<String>) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Defines a ConsoleDataSink for this DataSet.
- defineCountDataSource(String, Class<?>) - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Defines a CountDataSource with the specified id that will return the
count of objects of the specified type.
- defineMethodDataSource(String, AggregateOp, Class<?>, String) - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
Defines a method data sources to be added to the data set built by this
builder.
- defineMethodDataSource(String, Class<?>, String) - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
-
Defines a method data sources to be added to the data set built by this
builder.
- definePackage(String, String, String, String, String, String, String, URL) - Method in class repast.simphony.plugin.ExtendablePluginClassLoader
-
Override java.langClassLoader package definition method to prevent null
values in java.lang.Package attributes.
- defineScheduleParameters(ScheduleParameters, boolean) - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
- defineScheduleParameters(ScheduleParameters, boolean) - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Sets the schedule parameters that determine with the data set will
record its data.
- deIconified() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- deIconified() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- deIconified() - Method in interface repast.simphony.visualization.IDisplay
-
Notifies this IDisplay that its associated gui widget has been deIconified.
- deIconified() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Notifies this IDisplay that its associated gui widget has been
deIconified.
- deIconified() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Notifies this IDisplay that its associated gui widget has been deIconified.
- deIconified() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- DelaunayGraph - Class in repast.simphony.space.delaunay
-
- DelaunayGraph() - Constructor for class repast.simphony.space.delaunay.DelaunayGraph
-
- delegate - Variable in class repast.simphony.context.FormerDefaultContext
-
- DelegatedIterable<AGENT_TYPE> - Class in repast.simphony.util.collections
-
An iterable that retrieves the iterator when needed based on a method
call.
- DelegatedIterable(Object, Method) - Constructor for class repast.simphony.util.collections.DelegatedIterable
-
Constructs this with the object to call the method on as toCallOn and the
method to call as methodToCall [toCallOn.methodToCall()].
- DelegatedIterator<T> - Class in repast.simphony.util.collections
-
An iterator that delgates its iterator ops to another iterator.
- DelegatedIterator(Iterator<T>) - Constructor for class repast.simphony.util.collections.DelegatedIterator
-
- DelegatingEdgeCreator - Class in repast.simphony.xml
-
Edge creator that delegates the actual edge creation to
a specified delegate.
- DelegatingEdgeCreator() - Constructor for class repast.simphony.xml.DelegatingEdgeCreator
-
- delete(int) - Method in class repast.simphony.engine.schedule.ActionList
-
Deletes the first N number of elements from this list.
- delete(int[]) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Delete the selected rows.
- delete(File) - Static method in class repast.simphony.util.FileUtils
-
Deletes the specified file.
- DELETE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- deleteEdge(QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- DeleteExternalFile(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- deleteIgnoreVC(File, String...) - Static method in class repast.simphony.util.FileUtils
-
Deletes the specified file.
- deleteRow(int) - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- DelimitedFileContextBuilder - Class in repast.simphony.dataLoader.engine
-
- DelimitedFileContextBuilder(boolean, Iterable<Class<?>>, Object, String, char) - Constructor for class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
-
- DelimitedFileDataLoaderOption - Class in repast.simphony.dataLoader.ui.wizard
-
- DelimitedFileDataLoaderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
-
- DelimitedFileDataSource - Class in repast.simphony.freezedry.datasource
-
- DelimitedFileDataSource(String) - Constructor for class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- DelimitedFileDataSource(String, char) - Constructor for class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- DelimitedFileDataSource(String, char, boolean) - Constructor for class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- DelimitedFileFreezerActionIO - Class in repast.simphony.freezedry.engine
-
- DelimitedFileFreezerActionIO() - Constructor for class repast.simphony.freezedry.engine.DelimitedFileFreezerActionIO
-
- DelimitedFileOption - Class in repast.simphony.freezedry.wizard
-
- DelimitedFileOption() - Constructor for class repast.simphony.freezedry.wizard.DelimitedFileOption
-
- delimiter - Variable in class repast.simphony.data2.AbstractFormatter
-
- delimiter - Variable in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- delimiter - Variable in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
-
- delimiter - Variable in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- delimiter() - Method in class repast.simphony.util.Scanner
-
- DELTA_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- dense - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
-
- dense - Variable in class repast.simphony.valueLayer.GridValueLayer
-
- DenseValueLayerStore - Class in repast.simphony.valueLayer
-
Value layer store implementation backed by a dense array.
- DenseValueLayerStore(int) - Constructor for class repast.simphony.valueLayer.DenseValueLayerStore
-
- DenseValueLayerStore(int, double) - Constructor for class repast.simphony.valueLayer.DenseValueLayerStore
-
- dependentVariableName - Variable in class repast.simphony.adaptation.regression.RepastRegressionModel
-
- deregisterBehavior(int) - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
-
- description - Variable in class repast.simphony.util.wizard.AbstractWizardOption
-
- Descriptor - Interface in repast.simphony.engine.schedule
-
Interface representing a descriptor used to build a simulation's settings.
- descriptor - Variable in class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
-
- descriptor - Variable in class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- descriptor - Variable in class repast.simphony.visualization.engine.AbstractCartesianDisplayCreator
-
- descriptor - Variable in class repast.simphony.visualization.gui.GIS3DOptionsPanel
-
- DescriptorActionLoader<T extends Descriptor> - Class in repast.simphony.scenario
-
- DescriptorActionLoader(File, Object, Class<T>, String) - Constructor for class repast.simphony.scenario.DescriptorActionLoader
-
- DescriptorActionSaver - Class in repast.simphony.scenario
-
- DescriptorActionSaver() - Constructor for class repast.simphony.scenario.DescriptorActionSaver
-
- DescriptorActionUI<T extends Descriptor> - Class in repast.simphony.ui
-
- DescriptorActionUI(T) - Constructor for class repast.simphony.ui.DescriptorActionUI
-
- DescriptorControllerAction<T extends Descriptor> - Interface in repast.simphony.engine.controller
-
A Controller action that executes based on a
Descriptor.
- DescriptorConverter - Class in repast.simphony.scenario
-
XStream converter for simphony descriptors.
- DescriptorConverter(Mapper, ReflectionProvider, String) - Constructor for class repast.simphony.scenario.DescriptorConverter
-
- descriptorDocument - Variable in class repast.simphony.integration.DataFileReader
-
- destroy() - Method in class repast.simphony.visualization.AbstractDisplay
-
Destroys the display, allowing it to free any resources it may have
acquired.
- destroy() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
Cleans up anything created by this listener in init.
- destroy() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Destroys this Projected3DGrid by doing any necessary clean up.
- destroy() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Destroys this Projected3DSpace by doing any necessary clean up.
- destroy() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
!!! Destroy needs to properly dispose and shutdown of WorldWind objects
to prevent memory leaks !!!!
- destroy() - Method in interface repast.simphony.visualization.IDisplay
-
Destroys the display, allowing it to free any resources it may have
acquired.
- destroy() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- destroy() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- destroy() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- detach() - Method in class repast.simphony.integration.BeanBuilder
-
Detaches the current object from it's parent.
- detach(Iterable<ObjectHolder>) - Method in class repast.simphony.integration.BeanBuilder
-
Detaches each of the given objects from their parents.
- detach() - Method in class repast.simphony.integration.JDOMBuilder
-
Removes the current element from its parent and sets the current element to be that parent.
- detach(Iterable<Element>) - Method in class repast.simphony.integration.JDOMBuilder
-
Detaches the given elements from their parent elements.
- detach() - Method in interface repast.simphony.integration.OutputBuilder
-
Detaches the current tree and goes up a level.
- detach(Iterable<X>) - Method in interface repast.simphony.integration.OutputBuilder
-
Detaches the specified objects.
- determineZone(double, double) - Static method in class repast.simphony.space.gis.UTMFinder
-
Determine the zone for the given lat/lon
- DevNull - Class in repast.simphony.essentials
-
- DevNull(InputStream) - Constructor for class repast.simphony.essentials.DevNull
-
- DFClassLister - Class in repast.simphony.freezedry.datasource
-
Given a zip file containing a freezedried model,
this returns the classes required by that model.
- DFClassLister(String) - Constructor for class repast.simphony.freezedry.datasource.DFClassLister
-
- DFDataLoaderActionEditorCreator - Class in repast.simphony.dataLoader.ui
-
- DFDataLoaderActionEditorCreator() - Constructor for class repast.simphony.dataLoader.ui.DFDataLoaderActionEditorCreator
-
- DFDataLoaderActionLoader - Class in repast.simphony.dataLoader.engine
-
ActionLoader for delimited file based data loaders.
- DFDataLoaderActionLoader(File, Object) - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderActionLoader
-
- DFDataLoaderActionSaver - Class in repast.simphony.dataLoader.engine
-
DataLoader action saver for DFDataLoaderControllerAction
- DFDataLoaderActionSaver() - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderActionSaver
-
- DFDataLoaderActionUI - Class in repast.simphony.dataLoader.ui
-
- DFDataLoaderActionUI(DFDataLoaderControllerAction) - Constructor for class repast.simphony.dataLoader.ui.DFDataLoaderActionUI
-
- DFDataLoaderContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
-
- DFDataLoaderContextActionBuilder(DelimitedFileContextBuilder) - Constructor for class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- DFDataLoaderControllerAction - Class in repast.simphony.dataLoader.engine
-
- DFDataLoaderControllerAction(String, DelimitedFileContextBuilder, Scenario) - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderControllerAction
-
- DFDataLoaderControllerActionIO - Class in repast.simphony.dataLoader.engine
-
A ControllerActionIO for loading / saving DelimitedFileDataLoaderControllerAction-s.
- DFDataLoaderControllerActionIO() - Constructor for class repast.simphony.dataLoader.engine.DFDataLoaderControllerActionIO
-
- DFDataLoaderDirectoryChooserStep - Class in repast.simphony.dataLoader.ui.wizard
-
- DFDataLoaderDirectoryChooserStep() - Constructor for class repast.simphony.dataLoader.ui.wizard.DFDataLoaderDirectoryChooserStep
-
- DFDataSourceBuilder - Class in repast.simphony.freezedry.wizard
-
- DFDataSourceBuilder(DelimitedFileDataSource) - Constructor for class repast.simphony.freezedry.wizard.DFDataSourceBuilder
-
- DFDirectoryChooserStep<T extends DynamicWizardModel> - Class in repast.simphony.freezedry.gui
-
- DFDirectoryChooserStep(String, String, boolean) - Constructor for class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- DFDirectoryChooserStep() - Constructor for class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- DFFreezerActionEditorCreator - Class in repast.simphony.freezedry.gui
-
- DFFreezerActionEditorCreator() - Constructor for class repast.simphony.freezedry.gui.DFFreezerActionEditorCreator
-
- DFFreezerActionUI - Class in repast.simphony.freezedry.gui
-
- DFFreezerActionUI(DFFreezerControllerAction) - Constructor for class repast.simphony.freezedry.gui.DFFreezerActionUI
-
- DFFreezerControllerAction - Class in repast.simphony.freezedry.wizard
-
- DFFreezerControllerAction(ScheduleParameters, Object, DelimitedFileDataSource) - Constructor for class repast.simphony.freezedry.wizard.DFFreezerControllerAction
-
- DFFreezerControllerAction(ScheduleParameters, DelimitedFileDataSource) - Constructor for class repast.simphony.freezedry.wizard.DFFreezerControllerAction
-
- DFFreezerDirectoryChooserStep - Class in repast.simphony.freezedry.wizard
-
- DFFreezerDirectoryChooserStep() - Constructor for class repast.simphony.freezedry.wizard.DFFreezerDirectoryChooserStep
-
- DFRowData - Class in repast.simphony.freezedry.datasource
-
- DFRowData(String[], int) - Constructor for class repast.simphony.freezedry.datasource.DFRowData
-
- dialog - Variable in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- DIALOG_HEIGHT - Static variable in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- DIALOG_WIDTH - Static variable in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- DIAMOND_HEAD - Static variable in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- die() - Method in class repast.simphony.relogo.AbstractLink
-
Removes the link.
- die() - Method in class repast.simphony.relogo.AbstractTurtle
-
Removes the turtle.
- die() - Method in class repast.simphony.relogo.Link
-
Removes the link.
- die() - Method in interface repast.simphony.relogo.Turtle
-
Removes the turtle.
- difference(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
-
Removes each node from the parent list which is
a child for both parent and child node.
- diffuse(String, double) - Method in class repast.simphony.relogo.AbstractObserver
-
Diffuses to the eight neighboring patches a fraction number of the patch
variable.
- diffuse(DoubleMatrix2D, DoubleMatrix2D, double, boolean, boolean) - Static method in class repast.simphony.relogo.JavaUtility
-
- diffuse(String, double) - Method in interface repast.simphony.relogo.Observer
-
Diffuses to the eight neighboring patches a fraction number of the patch
variable.
- diffuse() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Runs the diffusion with the current rates and values.
- diffuse4(String, double) - Method in class repast.simphony.relogo.AbstractObserver
-
Diffuses to the four neighboring patches a fraction number of the patch
variable.
- diffuse4(String, double) - Method in interface repast.simphony.relogo.Observer
-
Diffuses to the four neighboring patches a fraction number of the patch
variable.
- Diffuse4Body - Class in repast.simphony.relogo
-
- Diffuse4Body(double) - Constructor for class repast.simphony.relogo.Diffuse4Body
-
- DiffuseBody - Class in repast.simphony.relogo
-
- DiffuseBody(double) - Constructor for class repast.simphony.relogo.DiffuseBody
-
- diffusibleAdd(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Add a number to a diffusible patch variable of all patches.
- diffusibleAdd(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Add a number to a diffusible patch variable of all patches.
- diffusibleApply(String, DoubleFunction) - Method in class repast.simphony.relogo.AbstractObserver
-
Apply a function to a diffusible patch variable of all patches.
- diffusibleApply(String, DoubleFunction) - Method in interface repast.simphony.relogo.Observer
-
Apply a function to a diffusible patch variable of all patches.
- diffusibleDivide(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Divide a diffusible patch variable of all patches by a number.
- diffusibleDivide(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Divide a diffusible patch variable of all patches by a number.
- diffusibleMultiply(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Multiply a diffusible patch variable of all patches by a number.
- diffusibleMultiply(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Multiply a diffusible patch variable of all patches by a number.
- diffusibleSubtract(String, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Subtract a number from a diffusible patch variable of all patches.
- diffusibleSubtract(String, Number) - Method in interface repast.simphony.relogo.Observer
-
Subtract a number from a diffusible patch variable of all patches.
- diffusionConst - Variable in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- DIGIT - Static variable in interface repast.simphony.engine.watcher.query.QueryParserConstants
-
- dimensionCount() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the number of dimensions of this point.
- dimensionCount() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the number of dimensions of this point.
- DimensionLocal - Class in repast.simphony.visualization.visualization3D.layout
-
- dimensions() - Method in class repast.simphony.context.AbstractSpatialContext
-
- dimensions - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- dimensions - Variable in class repast.simphony.space.continuous.AbstractPointTranslator
-
- Dimensions - Class in repast.simphony.space
-
Encapsulates the dimensions of a space in N dimensions.
- Dimensions(int...) - Constructor for class repast.simphony.space.Dimensions
-
Creates a Dimensions from the specified array.
- Dimensions(int[], int[]) - Constructor for class repast.simphony.space.Dimensions
-
- Dimensions(double...) - Constructor for class repast.simphony.space.Dimensions
-
Creates a Dimensions from the specified array.
- Dimensions(double[], double[]) - Constructor for class repast.simphony.space.Dimensions
-
- Dimensions(double[], int[]) - Constructor for class repast.simphony.space.Dimensions
-
- dimensions - Variable in class repast.simphony.space.grid.AbstractGrid
-
- dimensions - Variable in class repast.simphony.space.grid.AbstractGridPointTranslator
-
- dims - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
-
- dims - Variable in class repast.simphony.query.space.grid.GridCellNgh
-
- dims - Variable in class repast.simphony.space.grid.GridBuilderParameters
-
- dims - Variable in class repast.simphony.valueLayer.ContinuousValueLayer
-
- dims - Variable in class repast.simphony.valueLayer.GridValueLayer
-
- DIR_SEPARATOR - Static variable in interface repast.simphony.util.SystemConstants
-
- directed - Variable in class repast.simphony.space.graph.RepastEdge
-
- directed - Variable in class repast.simphony.visualization.gis3D.NetworkLayerGIS
-
- DIRECTED_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
- DirectedEdgeVisualItem - Class in repast.simphony.visualization.network
-
- DirectedEdgeVisualItem(TaggedBranchGroup, Object, Label, EdgeStyle3D) - Constructor for class repast.simphony.visualization.network.DirectedEdgeVisualItem
-
- DirectedJungNetwork<T> - Class in repast.simphony.space.graph
-
- DirectedJungNetwork(String) - Constructor for class repast.simphony.space.graph.DirectedJungNetwork
-
- DirectedJungNetwork(String, EdgeCreator<? extends RepastEdge<T>, T>) - Constructor for class repast.simphony.space.graph.DirectedJungNetwork
-
- DirectedLineEdgeVisualItem - Class in repast.simphony.visualization.network
-
- DirectedLineEdgeVisualItem(TaggedBranchGroup, Object, Label, EdgeStyle3D) - Constructor for class repast.simphony.visualization.network.DirectedLineEdgeVisualItem
-
- Direction - Interface in repast.simphony.space
-
Direction type constants.
- directoryName - Variable in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- dirty - Variable in class repast.simphony.scenario.Scenario
-
- DirtyRegion - Class in aragost.repast.visualization
-
Tracks which part of a region is "dirty" and needs to be redrawn.
- DirtyRegion(int, int, int, int) - Constructor for class aragost.repast.visualization.DirtyRegion
-
- disable(GL2) - Method in class aragost.repast.visualization.UpdatableTexture2D
-
Equivalent to gl.glDisable(texture target)
- disable_tracing() - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- disableDataSelection() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
-
- disableDataSelection() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
-
- disableTypeSelection() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
-
- disconnect() - Method in class repast.simphony.batch.ssh.SSHSession
-
- disconnect() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- dispatcher - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- display() - Method in class repast.simphony.gis.styleEditor.StyleDialog
-
- display() - Method in class repast.simphony.gis.styleEditor.SymbolEditorDialog
-
- display - Variable in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- display() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- display(Component) - Method in class repast.simphony.ui.newscenario.NewScenarioWizard
-
Displays the scenario creation wizard relative to the specified component.
- display(JDialog) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Display this Editor with the specified component as a parent.
- display(JFrame) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Display this Editor with the specified component as a parent.
- display(JFrame) - Method in class repast.simphony.ui.plugin.editor.DefaultEditorDialog
-
- display(JDialog) - Method in class repast.simphony.ui.plugin.editor.DefaultEditorDialog
-
- display(JFrame) - Method in interface repast.simphony.ui.plugin.editor.Editor
-
Display this Editor with the specified component as a parent.
- display(JDialog) - Method in interface repast.simphony.ui.plugin.editor.Editor
-
Display this Editor with the specified component as a parent.
- display(JDialog) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Display this Editor with the specified component as a parent.
- display(JFrame) - Method in class repast.simphony.ui.plugin.editor.OptionsEditorDialog
-
Display this Editor with the specified component as a parent.
- display(JFrame) - Method in class repast.simphony.userpanel.ui.UserPanelEditor
-
- display(JDialog) - Method in class repast.simphony.userpanel.ui.UserPanelEditor
-
- Display2D - Class in repast.simphony.visualization.visualization2D
-
- Display2D(DisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- Display3D - Class in repast.simphony.visualization.visualization3D
-
3D Display class based on J3D.
- Display3D(DisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.visualization3D.Display3D
-
- DISPLAY_HEIGHT - Static variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- DISPLAY_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- DISPLAY_LABEL - Static variable in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
-
- DISPLAY_NAME - Static variable in class repast.simphony.ui.action.ViewAgentTable
-
- DISPLAY_WIDTH - Static variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- DisplayActionEditorCreator - Class in repast.simphony.visualization.gui
-
Creates a DisplayActionUI for editing display component actions.
- DisplayActionEditorCreator() - Constructor for class repast.simphony.visualization.gui.DisplayActionEditorCreator
-
- DisplayActionLoader(File, Object) - Constructor for class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
-
- DisplayActionUI - Class in repast.simphony.visualization.gui
-
Editor for editing individual component display actions.
- DisplayActionUI(DisplayComponentControllerAction) - Constructor for class repast.simphony.visualization.gui.DisplayActionUI
-
- DisplayComponentControllerAction - Class in repast.simphony.visualization.engine
-
Component action for a display.
- DisplayComponentControllerAction(DisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayComponentControllerAction
-
- DisplayCompositeActionCreator - Class in repast.simphony.visualization.engine
-
Creates a the composite action on which to hang individual component display actions.
- DisplayCompositeActionCreator() - Constructor for class repast.simphony.visualization.engine.DisplayCompositeActionCreator
-
- DisplayConfigurationWizard - Class in repast.simphony.visualization.gui
-
Wizard for building a display from scratch.
- DisplayConfigurationWizard(Object, DisplayDescriptor, ContextData) - Constructor for class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
- DisplayControllerActionIO - Class in repast.simphony.visualization.engine
-
ControllerActionIO for responsible for saving and loading component display
actions.
- DisplayControllerActionIO() - Constructor for class repast.simphony.visualization.engine.DisplayControllerActionIO
-
- DisplayControllerActionIO.DisplayActionLoader - Class in repast.simphony.visualization.engine
-
- DisplayCreationException - Exception in repast.simphony.visualization.engine
-
- DisplayCreationException(Throwable) - Constructor for exception repast.simphony.visualization.engine.DisplayCreationException
-
- DisplayCreator - Interface in repast.simphony.visualization.engine
-
Interface for classes that can create a display.
- DisplayCreator2D - Class in repast.simphony.visualization.engine
-
Creator for 2D displays.
- DisplayCreator2D(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayCreator2D
-
- DisplayCreator3D - Class in repast.simphony.visualization.engine
-
DisplayCreator for creating a 3D display.
- DisplayCreator3D(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayCreator3D
-
- DisplayCreator3DGIS - Class in repast.simphony.gis.visualization.engine
-
Creates 3D GIS displays.
- DisplayCreator3DGIS(Context<?>, GISDisplayDescriptor) - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreator3DGIS
-
- DisplayCreatorFactory<T> - Interface in repast.simphony.visualization.engine
-
- DisplayCreatorFactory3DGIS - Class in repast.simphony.gis.visualization.engine
-
- DisplayCreatorFactory3DGIS() - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreatorFactory3DGIS
-
- DisplayCreatorFactoryGIS - Class in repast.simphony.gis.visualization.engine
-
- DisplayCreatorFactoryGIS() - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreatorFactoryGIS
-
Deprecated.
- DisplayCreatorGIS - Class in repast.simphony.gis.visualization.engine
-
- DisplayCreatorGIS(Context<?>, GISDisplayDescriptor) - Constructor for class repast.simphony.gis.visualization.engine.DisplayCreatorGIS
-
Deprecated.
- DisplayCreatorOGL2D - Class in repast.simphony.visualization.engine
-
Creator for 2D displays.
- DisplayCreatorOGL2D(Context<?>, CartesianDisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayCreatorOGL2D
-
- DisplayData<T> - Interface in repast.simphony.visualization
-
Interface for those classes that encapsulate the data needed to set up
a particular display.
- displayData - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- DisplayDescriptor - Interface in repast.simphony.visualization.engine
-
Descriptor for displays.
- DisplayDescriptorFactory - Interface in repast.simphony.visualization.gui
-
- DisplayDescriptorValidator - Class in repast.simphony.visualization.engine
-
DisplayDescriptorValidator can be used to check a DisplayDescriptor to make
sure that it contains valid entries.
- DisplayDescriptorValidator() - Constructor for class repast.simphony.visualization.engine.DisplayDescriptorValidator
-
- DisplayDescriptorXMLConverter - Class in repast.simphony.scenario.data
-
Converts old style S*Impl containing display descriptors to the new format.
- DisplayDescriptorXMLConverter() - Constructor for class repast.simphony.scenario.data.DisplayDescriptorXMLConverter
-
- DisplayEditor - Interface in repast.simphony.visualization.editor
-
- DisplayEditor.Mode - Enum in repast.simphony.visualization.editor
-
Deprecated.
- DisplayEditor2D - Class in repast.simphony.visualization.editor
-
- DisplayEditor3D - Class in repast.simphony.visualization.editor
-
- DisplayEditor3D(Display3D, JPanel) - Constructor for class repast.simphony.visualization.editor.DisplayEditor3D
-
Deprecated.
- DisplayEditorGIS - Class in repast.simphony.visualization.editor.gis
-
- DisplayEditorGIS(DisplayGIS, JPanel, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- DisplayEditorLifecycle - Interface in repast.simphony.visualization
-
- DisplayEvent - Class in repast.simphony.visualization
-
A semantic event indicating that diplay event has occured
- DisplayEvent(IDisplay, Object) - Constructor for class repast.simphony.visualization.DisplayEvent
-
Creates a display event fired from the specified source
and with the specified subject.
- DisplayGIS - Class in repast.simphony.visualization.gis
-
- DisplayGIS(DisplayData<?>) - Constructor for class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- DisplayGIS.RepastPiccoloMouseMotionListener - Class in repast.simphony.visualization.gis
-
Deprecated.
Assists mouse wheel zoom control by updating the center coord
- DisplayGIS.RepastPiccoloMouseWheelListener - Class in repast.simphony.visualization.gis
-
Deprecated.
Zoom control with mouse wheel
- DisplayGIS3D - Class in repast.simphony.visualization.gis3D
-
Display for GIS 3D
- DisplayGIS3D(GISDisplayData<?>, Layout) - Constructor for class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- DisplayGIS3D.GlobePositionListener - Class in repast.simphony.visualization.gis3D
-
- displayInit(Component) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
Initializes the dialog for display.
- DisplayLayer2D<T,E extends org.piccolo2d.PNode> - Class in repast.simphony.visualization.visualization2D
-
- DisplayLayer2D() - Constructor for class repast.simphony.visualization.visualization2D.DisplayLayer2D
-
Deprecated.
- DisplayLayer3D - Class in repast.simphony.visualization.visualization3D
-
- DisplayLayer3D(Style3D, Group) - Constructor for class repast.simphony.visualization.visualization3D.DisplayLayer3D
-
- DisplayListener - Interface in repast.simphony.visualization
-
Interface for classes that listen for display events.
- DisplayListenerSupport - Class in repast.simphony.visualization
-
Utility class for handling the broadcast of display events.
- DisplayListenerSupport() - Constructor for class repast.simphony.visualization.DisplayListenerSupport
-
- displayMap - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- displayMode - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- displayName - Variable in class repast.simphony.ui.parameters.AbstractParameterBinder
-
- displayName - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- displayNameTable - Variable in class repast.simphony.engine.environment.DefaultGUIRegistry
-
- DisplayOGL2D - Class in repast.simphony.visualizationOGL2D
-
2D display that uses jogl for rendering.
- DisplayOGL2D(DisplayData<?>, Layout<?, ?>) - Constructor for class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- DisplayOptionsDialog - Class in repast.simphony.visualization.gui
-
Options dialog for editing an existing display.
- DisplayOptionsDialog(String, ContextData, DisplayComponentControllerAction) - Constructor for class repast.simphony.visualization.gui.DisplayOptionsDialog
-
- DisplayProducer - Class in repast.simphony.visualization.engine
-
Produces an IDisplay from a DisplayDescriptor.
- DisplayProducer(Object, RunState, DisplayDescriptor) - Constructor for class repast.simphony.visualization.engine.DisplayProducer
-
- DisplayType - Class in repast.simphony.visualization.engine
-
Defines the display type strings for the DisplayDescriptors.
- DisplayType() - Constructor for class repast.simphony.visualization.engine.DisplayType
-
- DisplayValidator - Interface in repast.simphony.visualization.engine
-
Used to validate display types defined in the visualization registry.
- DisplayWizardCreator - Class in repast.simphony.visualization.gui
-
Creates a wizard when adding a new display to the scenario tree.
- DisplayWizardCreator(Object, ContextData, DisplayComponentControllerAction) - Constructor for class repast.simphony.visualization.gui.DisplayWizardCreator
-
- DisplayWizardModel - Class in repast.simphony.visualization.gui
-
Wizard model for configuring displays.
- DisplayWizardModel(Object, DisplayDescriptor, ContextData) - Constructor for class repast.simphony.visualization.gui.DisplayWizardModel
-
- dispose(GL2) - Method in class aragost.repast.visualization.UpdatableTexture2D
-
Disposes of this texture.
- dispose() - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- dispose() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- dispose() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Override dispose() to prevent losing renderables on frame resize/dock.
- dispose() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- dispose() - Method in class repast.simphony.visualization.gis3D.RepastViewControlsSelectListener
-
- dispose(GLAutoDrawable) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- distance - Variable in class repast.simphony.query.WithinDistance
-
- distance(Turtle) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the distance from the caller to a turtle.
- distance(Patch) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the distance from the caller to a patch.
- distance(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the distance from the caller to a turtle.
- distance(Patch) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the distance from the caller to a patch.
- distance(Turtle) - Method in interface repast.simphony.relogo.Patch
-
Returns the distance from the caller to a turtle.
- distance(Patch) - Method in interface repast.simphony.relogo.Patch
-
Returns the distance from the caller to a patch.
- distance(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns the distance from the caller to a turtle.
- distance(Patch) - Method in interface repast.simphony.relogo.Turtle
-
Returns the distance from the caller to a patch.
- DistanceSetter - Interface in repast.simphony.gis.tools
-
- distanceSq - Variable in class repast.simphony.query.WithinDistance
-
- DistanceTool - Class in repast.simphony.gis.tools
-
- DistanceTool(MapContent, Unit, DistanceSetter) - Constructor for class repast.simphony.gis.tools.DistanceTool
-
- distancexy(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the distance from the caller to a point.
- distancexy(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the distance from the caller to a point.
- distancexy(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the distance from the caller to a point.
- distancexy(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the distance from the caller to a point.
- distH - Variable in class repast.simphony.visualization.cgd.graph.GraphUtil
-
- DistributionsAdapter - Class in repast.simphony.random
-
A wrapper around the Distributions class.
- DistributionsAdapter(RandomEngine) - Constructor for class repast.simphony.random.DistributionsAdapter
-
Constructs this with the specified random number generator
- distV - Variable in class repast.simphony.visualization.cgd.graph.GraphUtil
-
- divide(long) - Method in class org.jscience.physics.amount.Amount
-
Returns this measure divided by the specified exact divisor
(dimensionless).
- divide(double) - Method in class org.jscience.physics.amount.Amount
-
Returns this measure divided by the specified approximate divisor
(dimensionless).
- divide(Amount) - Method in class org.jscience.physics.amount.Amount
-
Returns this measure divided by the one specified.
- division(Matrix, Amount) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- division(Matrix, Number) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- division(Amount, Amount) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- division(Amount, Number) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- division(Number, Amount) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- DLMatrixReader - Class in repast.simphony.context.space.graph
-
Matrix reader for UCINET dl format files.
- DLMatrixReader(String) - Constructor for class repast.simphony.context.space.graph.DLMatrixReader
-
Creates a DlReader to read the specified file.
- DLMatrixReader(InputStream) - Constructor for class repast.simphony.context.space.graph.DLMatrixReader
-
Creates a DlRedaer to read from the specified InputStream.
- DLNetworkLoader - Class in repast.simphony.context.space.graph
-
Loads a Network from a ucinet dl format file.
- DLNetworkLoader(Context, InputStream, Class, int) - Constructor for class repast.simphony.context.space.graph.DLNetworkLoader
-
- DLNetworkLoader(Context, InputStream, NodeCreator, int) - Constructor for class repast.simphony.context.space.graph.DLNetworkLoader
-
- dlSupport - Variable in class repast.simphony.visualization.AbstractDisplay
-
- dockableClosed(DockableFrameEvent) - Method in class repast.simphony.ui.probe.ProbeManager
-
Removes the probe in the closed view from this ProbeManager.
- dockableClosed(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableClosed(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableClosing(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableClosing(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableFloated(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableFloated(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableFloating(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableFloating(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableMaximized(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableMaximized(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableMaximizing(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableMaximizing(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableMinimized(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableMinimized(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableMinimizing(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableMinimizing(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableRestored(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableRestored(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- dockableRestoring(DockableFrameEvent) - Method in class repast.simphony.ui.RSGui
-
- dockableRestoring(DockableFrameEvent) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- documentCompleteListener - Variable in class repast.simphony.util.wizard.CompleteHandlerWizardStep
-
- doesTableExist(Connection, String) - Static method in class repast.simphony.freezedry.datasource.DBUtils
-
Checks if the table of the specified name exists.
- doGetBoundingSphere() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- doLayout() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
-
- doMove(T, double[], double[]) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- DOMTraverser - Class in repast.simphony.integration
-
A traverser that will traverse a jdom DOM.
- DOMTraverser() - Constructor for class repast.simphony.integration.DOMTraverser
-
- Done() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- done() - Method in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- DONE_FILE_NAME - Static variable in interface repast.simphony.batch.BatchConstants
-
- dontmove - Variable in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
a set of vertices that should not move in relation to the other vertices
- dontMove(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
The set of nodes that have been locked.
- doOKaction(List<String>) - Method in class repast.simphony.ui.DefaultParamsDialog
-
- doOKaction(List<String>) - Method in class repast.simphony.ui.ParameterSelectionDialog
-
- doOKaction(List<String>) - Method in class repast.simphony.ui.RemoveParametersDialog
-
- doRender - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- doRender - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- doRender - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- doReset() - Method in class repast.simphony.valueLayer.AbstractGridFunction
-
Performs any subclass specific resetting.
- doReset() - Method in class repast.simphony.valueLayer.MaxGridFunction
-
- doReset() - Method in class repast.simphony.valueLayer.MinGridFunction
-
- doRotate() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
-
- doRotate() - Method in class repast.simphony.relogo.styles.ReLogoImageSpatialSource
-
- doRotate() - Method in interface repast.simphony.relogo.styles.ReLogoSpatialSource
-
Gets whether or not to rotate spatials produced from
this source in response to a heading.
- doRotate() - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
-
- doSave() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedEdgeStyleDialog
-
- doSave() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
-
- doSave() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
-
- doSave() - Method in class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
-
- doShowLegend() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- doShuffleWatchers() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Gets whether or not to shuffle the watchers before triggering them.
- doShuffleWatchers() - Method in class repast.simphony.engine.watcher.WatchParameters
-
Gets whether or not to shuffle the watchers before triggering them.
- doStart() - Method in class repast.simphony.ui.RSUIPlugin
-
- doStop() - Method in class repast.simphony.ui.RSUIPlugin
-
- DOUBLE_PATTERN - Static variable in enum repast.simphony.integration.DataFileElementReader
-
- DoubleConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.DoubleConverter
-
- DoubleDocument - Class in repast.simphony.gis.styleEditor
-
- DoubleDocument() - Constructor for class repast.simphony.gis.styleEditor.DoubleDocument
-
- DoubleSteppedSetter - Class in repast.simphony.parameter
-
- DoubleSteppedSetter(String, double, double, double) - Constructor for class repast.simphony.parameter.DoubleSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- DoubleTableCellRenderer - Class in repast.simphony.ui.table
-
TableCell renderer for double values with variable precision.
- DoubleTableCellRenderer(int) - Constructor for class repast.simphony.ui.table.DoubleTableCellRenderer
-
- doubleValue(Unit<Q>) - Method in interface javax.measure.Measurable
-
Returns the estimated value of this measurable quantity stated
in the specified unit as a double.
- doubleValue(Unit<Q>) - Method in class org.jscience.physics.amount.Amount
-
- doUpdate() - Method in class repast.simphony.chart2.AbstractHistogramDataset
-
Performs the actual histogramming.Implementation is left to subclasses
- doUpdate() - Method in class repast.simphony.chart2.DynamicHistogramDataset
-
- doUpdate() - Method in class repast.simphony.chart2.StaticHistogramDataset
-
- doUpdate(Layout, boolean) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
-
- doUpdate(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- doUpdate(Layout, boolean) - Method in class repast.simphony.visualization.visualization3D.DisplayLayer3D
-
- doUpdateLocation(Point3f, Point3f) - Method in class repast.simphony.visualization.network.EdgeVisualItem
-
- doUseModelPlugin() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets whether or not a model plugin will be used.
- doWarn - Static variable in class repast.simphony.util.ClassUtilities
-
- DOWN_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
-
- DOWN_ICON - Static variable in class repast.simphony.visualization.gui.LayerOrderStep
-
- DOWN_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
-
- downhill(String) - Method in interface repast.simphony.relogo.Turtle
-
Moves the turtle to the lowest value of a patch variable of eight
neighboring patches.
- downhill4(String) - Method in interface repast.simphony.relogo.Turtle
-
Moves the turtle to the lowest value of a patch variable of four
neighboring patches.
- downIndex(int) - Method in class repast.simphony.context.space.graph.Lattice1DGenerator
-
- downIndex(int, int) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
-
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- drag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- draw(GL2, RenderState) - Method in class aragost.repast.visualization.UpdatableTexture2D
-
- draw(GL2, RenderState) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- drawGraph(DelaunayGraph, Graphics, Color, Color, Color, boolean, boolean, boolean) - Method in class repast.simphony.space.delaunay.IrregularGridRenderer
-
- drawn - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- drawPoint(TriangulationPoint, Graphics, Color) - Method in class repast.simphony.space.delaunay.IrregularGridRenderer
-
- drawSmooth - Variable in class repast.simphony.visualization.gis3D.RepastSurfaceImage
-
- driverField - Variable in class repast.simphony.dataLoader.wizard.JDBCDataStep
-
- driverName - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- driverName - Variable in class repast.simphony.freezedry.datasource.DBConnectionInfo
-
- driverName - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- DROP_DOWN_WIDTH - Static variable in class repast.simphony.ui.widget.DropDownButton
-
- DropDownButton - Class in repast.simphony.ui.widget
-
A JButton that shows a little arrow icon on it.
- DropDownButton() - Constructor for class repast.simphony.ui.widget.DropDownButton
-
- DropDownButton(boolean) - Constructor for class repast.simphony.ui.widget.DropDownButton
-
- DropDownButton(Action) - Constructor for class repast.simphony.ui.widget.DropDownButton
-
- DropDownButton(Icon) - Constructor for class repast.simphony.ui.widget.DropDownButton
-
- DropDownButton(String, Icon) - Constructor for class repast.simphony.ui.widget.DropDownButton
-
- DropDownButton(String) - Constructor for class repast.simphony.ui.widget.DropDownButton
-
- DropDownButton(String, JPopupMenu) - Constructor for class repast.simphony.ui.widget.DropDownButton
-
- dummy - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- DummyContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard
-
Dummy placeholder for gui context creator items that have not been implemented yet.
- DummyContextActionBuilder(String) - Constructor for class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
-
- DummySinkBuilder - Class in repast.simphony.data2.builder
-
Adapts an already created DataSink to the the SinkBuilder
interface.
- DummySinkBuilder(DataSink) - Constructor for class repast.simphony.data2.builder.DummySinkBuilder
-
- dummysToEdgePaths() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- dummysToEdgePaths(CGDGraph) - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
-
Convert dummy nodes to edge paths.
- dump(String) - Method in class repast.simphony.engine.watcher.query.SimpleNode
-
- durationFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- dx() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the turtle's x increment for one step.
- dx() - Method in interface repast.simphony.relogo.Turtle
-
Returns the turtle's x increment for one step.
- dy() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the turtle's y increment for one step.
- dy() - Method in interface repast.simphony.relogo.Turtle
-
Returns the turtle's y increment for one step.
- DynamicHistogramDataset - Class in repast.simphony.chart2
-
Dynamic histogram whose bin limits change as new data is added.
- DynamicHistogramDataset(Comparable<?>, int) - Constructor for class repast.simphony.chart2.DynamicHistogramDataset
-
- dynamicsWorld - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- DynamicTargetAction - Class in repast.simphony.engine.schedule
-
An IAction created from a Method.
- DynamicTargetAction(Method) - Constructor for class repast.simphony.engine.schedule.DynamicTargetAction
-
Creates a DynamicTargetAction from the specified tmethod.
- DynamicWizard - Class in repast.simphony.util.wizard
-
- DynamicWizard(String, Scenario, Object, String, String, WizardStep, WizardModelFactory, WizardStep...) - Constructor for class repast.simphony.util.wizard.DynamicWizard
-
- DynamicWizardModel<T extends WizardOption> - Class in repast.simphony.util.wizard
-
- DynamicWizardModel(Path, Scenario, Object) - Constructor for class repast.simphony.util.wizard.DynamicWizardModel
-
- DynamicWizardModelFactory - Class in repast.simphony.util.wizard
-
- DynamicWizardModelFactory() - Constructor for class repast.simphony.util.wizard.DynamicWizardModelFactory
-
- GazetteerPanel - Class in repast.simphony.visualization.gis3D
-
Modified WW Gazetter that fits better into Repast GIS displays
- GazetteerPanel(WorldWindow, String) - Constructor for class repast.simphony.visualization.gis3D.GazetteerPanel
-
- GEM3DLayout - Class in repast.simphony.visualization.visualization3D.layout
-
- GEM3DLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
- GeneralStep - Class in repast.simphony.visualization.gui
-
Display wizard first step for selecting display type and projections.
- GeneralStep() - Constructor for class repast.simphony.visualization.gui.GeneralStep
-
- generateBuffer(Geography, Geometry, double) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Generates a Geometry that represents a buffer zone around the Geometry
geom argument.
- GENERATED_SCHEMA_FILE_NAME - Static variable in class repast.simphony.integration.DataFileUtils
-
- GeneratedByReLogoBuilder - Annotation Type in repast.simphony.relogo.builder
-
Tags a source file as generated by the ReLogoBuilder.
- GeneratedFor - Annotation Type in repast.simphony.statecharts.generator
-
Tags a statechart generated class with a statecharts uuid.
- generateId(Class<?>) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- generateId(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- generateObjectKey() - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- generateParseException() - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- generateRandomPointsInPolygon(Geometry, int) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Generate a collection of random coordinates that fall within the provided
mask geometry.
- generateRandomPointsInPolygon(Geometry, int, RandomEngine) - Static method in class repast.simphony.gis.util.GeometryUtil
-
Generate a collection of random coordinates that fall within the provided
mask geometry.
- geog - Variable in class repast.simphony.gis.ui.probe.GeographyLocationProbe
-
- geog - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- geography - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
- Geography<T> - Interface in repast.simphony.space.gis
-
Space that locates objects in a geographic gis-type space.
- geography - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- geography - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- geography - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
-
- GEOGRAPHY_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
-
Deprecated.
- GeographyConverter - Class in repast.simphony.gis.xml
-
XStream converter for ContextGeographies, the default gis space type
in simphony.
- GeographyConverter() - Constructor for class repast.simphony.gis.xml.GeographyConverter
-
- GeographyExportDialog - Class in repast.simphony.gis.ui
-
- GeographyExportDialog(Frame) - Constructor for class repast.simphony.gis.ui.GeographyExportDialog
-
- GeographyExportDialog(Dialog) - Constructor for class repast.simphony.gis.ui.GeographyExportDialog
-
- GeographyFactory - Interface in repast.simphony.context.space.gis
-
- GeographyFactoryFinder - Class in repast.simphony.context.space.gis
-
- GeographyFactoryFinder() - Constructor for class repast.simphony.context.space.gis.GeographyFactoryFinder
-
- GeographyLocationProbe - Class in repast.simphony.gis.ui.probe
-
Provides the location of probed objects in Geography projections.
- GeographyLocationProbe(Object, Geography<?>) - Constructor for class repast.simphony.gis.ui.probe.GeographyLocationProbe
-
- GeographyLocationProbeProvider - Class in repast.simphony.gis.ui.probe
-
Provides location information to probe panels for the probed objects in a
Geography or GridCoverage2D
- GeographyLocationProbeProvider() - Constructor for class repast.simphony.gis.ui.probe.GeographyLocationProbeProvider
-
- GeographyParameters<T> - Class in repast.simphony.space.gis
-
- GeographyParameters() - Constructor for class repast.simphony.space.gis.GeographyParameters
-
- GeographyParameters(GISAdder<T>) - Constructor for class repast.simphony.space.gis.GeographyParameters
-
- GeographyProjectionBuilder - Class in repast.simphony.gis.dataLoader
-
Builds a Geography based on SGeography data.
- GeographyProjectionBuilder() - Constructor for class repast.simphony.gis.dataLoader.GeographyProjectionBuilder
-
- GeographyProjectionController - Class in repast.simphony.gis.engine
-
Geography Projection Data Controller used to init the Geography projection.
- GeographyProjectionController() - Constructor for class repast.simphony.gis.engine.GeographyProjectionController
-
- GeographyProjectionDryer - Class in repast.simphony.gis.freezedry
-
A projection layer that builds a Geography projection
- GeographyProjectionDryer() - Constructor for class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
- GeographyProjectionRegistryData - Class in repast.simphony.gis.engine
-
ProjectionRegistryData implementation for the Geography projection.
- GeographyProjectionRegistryData() - Constructor for class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- GeographyVizProjectionController - Class in repast.simphony.gis.visualization.engine
-
- GeographyVizProjectionController() - Constructor for class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
-
- GeographyWithin<T> - Class in repast.simphony.query.space.gis
-
Query that returns items in a geography that are some specified distance from
another item or a geometry.
- GeographyWithin(Geography, double, Object) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography
that are within the specified distance from the centroid of the source object.
- GeographyWithin(Geography, double, Unit, Object) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography
that are within the specified distance from the centroid of the source object.
- GeographyWithin(Geography, double, Unit, Geometry) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography
that are within the specified distance from the centroid of the source object.
- GeographyWithin(Geography, double, Geometry) - Constructor for class repast.simphony.query.space.gis.GeographyWithin
-
Creates GeographyWithinQuery that returns items in a specified geography
that are within the specified distance from the centroid of the specified location.
- geom - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
- GEOM_ATTRIBUTE_NAME - Static variable in class repast.simphony.space.gis.FeatureAgentFactory
-
- geometricPdf(int, double) - Method in class repast.simphony.random.DistributionsAdapter
-
- GeometryFreezeDryer - Class in repast.simphony.gis.freezedry
-
- GeometryFreezeDryer() - Constructor for class repast.simphony.gis.freezedry.GeometryFreezeDryer
-
- geometryName - Variable in class repast.simphony.space.gis.FeatureAgent
-
- GeometryUtil - Class in repast.simphony.gis.util
-
Utilities methods for geometries
- GeometryUtil() - Constructor for class repast.simphony.gis.util.GeometryUtil
-
- GeometryUtil.GeometryType - Enum in repast.simphony.gis.util
-
- geomListmodel - Variable in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- get(int, int) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the value at row, col.
- get(int, int) - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the value at row, col.
- get(Iterable<?>, int) - Method in interface repast.simphony.data2.AggregateDataSource
-
Gets the data using the specified iterable.
- get(Object) - Method in class repast.simphony.data2.BatchRunDataSource
-
- get(Iterable<?>, int) - Method in class repast.simphony.data2.BatchRunDataSource
-
- get(Iterable<?>, int) - Method in class repast.simphony.data2.CountDataSource
-
- get(Iterable<?>, int) - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
-
- get(Object) - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
-
- get(Object) - Method in class repast.simphony.data2.MethodDataSource
-
- get(Object) - Method in interface repast.simphony.data2.NonAggregateDataSource
-
Gets data given the specified object.
- get(Object) - Method in class repast.simphony.data2.ParameterDataSource
-
- get(Iterable<?>, int) - Method in class repast.simphony.data2.ParameterDataSource
-
- get(Object) - Method in class repast.simphony.data2.RandomSeedDataSource
-
- get(Iterable<?>, int) - Method in class repast.simphony.data2.RandomSeedDataSource
-
- get(Object) - Method in class repast.simphony.data2.TickCountDataSource
-
- get(Iterable<?>, int) - Method in class repast.simphony.data2.TickCountDataSource
-
- get(String) - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- get(U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Gets the item at the specified location in the map.
- get(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Gets the item at the specified location in the map.
- get(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Gets the item at the specified location in the map.
- get(U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Gets the item at the specified location in the map.
- get(Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
-
- get(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Gets the item at the specified location in the map.
- get(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Gets the item at the specified location in the map.
- get(int) - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Gets the element at the specified position in this IndexedIterable.
- get(int) - Method in interface repast.simphony.util.collections.IndexedIterable
-
Gets the element at the specified position in this IndexedIterable.
- get(int) - Method in class repast.simphony.util.collections.ListIndexedIterable
-
Gets the element at the specified position in this IndexedIterable.
- get(long) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Get the stored value associated with the given key
- get(String) - Static method in class repast.simphony.util.Settings
-
- get(double...) - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
- get(double...) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Gets a value given the specified coordinates.
- get(long) - Method in class repast.simphony.valueLayer.DenseValueLayerStore
-
- get(double...) - Method in class repast.simphony.valueLayer.GridValueLayer
-
Gets a value given the specified coordinates.
- get(long) - Method in class repast.simphony.valueLayer.SparseValueLayerStore
-
- get(double...) - Method in interface repast.simphony.valueLayer.ValueLayer
-
Gets a value given the specified coordinates.
- get(long) - Method in interface repast.simphony.valueLayer.ValueLayerStore
-
Get the double value for the specified index.
- get2DDecorators() - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets an Iterable over the 2d projection decorators for the projection.
- get2DDecorators() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets an Iterable over the 2d projection decorators for the projection.
- get3DDecorators() - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets an Iterable over the 3d projection decorators for the projection.
- get3DDecorators() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets an Iterable over the 3d projection decorators for the projection.
- getAbsoluteError() - Method in class org.jscience.physics.amount.Amount
-
Returns the value by which the
estimated
value may differ from the true value (all stated in base units).
- getAbstract() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
-
- getAccessor(Class<?>, String, String, String) - Method in class repast.simphony.ui.probe.ProbePropertyAccessProvider
-
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.GUIContextActionBuilder
-
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.ClassContextActionBuilder
-
- getAction(Scenario, Object) - Method in interface repast.simphony.dataLoader.ui.wizard.ContextActionBuilder
-
Gets an action that will create a context when run.
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.ContextXMLActionBuilder
-
Gets an action that will create a context when run.
- getAction() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
-
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
-
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLActionBuilder
-
Gets an action that will create a context when run.
- getAction(Scenario, Object) - Method in class repast.simphony.dataLoader.ui.wizard.XMLContextActionBuilder
-
- getAction() - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Retrieves the action to be scheduled.
- getAction() - Method in class repast.simphony.engine.schedule.IActionParameterPair
-
Gets the IAction part of this pair.
- getAction() - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Retrieves the action to be scheduled.
- getAction() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getAction() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- getAction() - Method in class repast.simphony.freezedry.wizard.FreezerControllerAction
-
- getAction(String) - Method in class repast.simphony.relogo.ReLogoModel
-
- getAction() - Method in class repast.simphony.visualization.gui.DisplayWizardCreator
-
- getActionClass() - Method in class repast.simphony.scenario.AbstractControllerActionIO
-
- getActionClass() - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the Class of the ControllerAction that this ControllerActionIO can save and load.
- getActionCount() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the number of currently scheduled actions.
- getActionCount() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the number of currently scheduled actions.
- getActionExts() - Method in class repast.simphony.plugin.ActionExtensions
-
- getActionFactory() - Method in class repast.simphony.engine.schedule.DefaultSchedulableActionFactory
-
Gets the IActionFactory used to create the IActions needed by this DefaultSchedulableActionFactory.
- getActionFactory() - Method in interface repast.simphony.engine.schedule.ISchedulableActionFactory
-
Gets the IActionFactory wrapped by the ISchedulableActionFactory.
- getActionLoader(File, Object) - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.data2.engine.DataSetControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.CNDataLoaderControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.ContextXMLDataLoaderControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.DFDataLoaderControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.JDBCDataLoaderControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.MIContextXMLDataLoaderControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.freezedry.engine.JDBCFreezerActionIO
-
- getActionLoader(File, Object) - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the ActionLoader used to load the saved action.
- getActionLoader(File, Object) - Method in class repast.simphony.scenario.DefaultControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.userpanel.ui.UserPanelControllerActionIO
-
- getActionLoader(File, Object) - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO
-
- getActionName() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- getActions() - Method in class repast.simphony.relogo.ReLogoModel
-
- getActionSaver() - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO
-
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.CNDataLoaderControllerActionIO
-
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.ContextXMLDataLoaderControllerActionIO
-
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.DFDataLoaderControllerActionIO
-
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.JDBCDataLoaderControllerActionIO
-
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.MIContextXMLDataLoaderControllerActionIO
-
- getActionSaver() - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderControllerActionIO
-
- getActionSaver() - Method in class repast.simphony.freezedry.engine.JDBCFreezerActionIO
-
- getActionSaver() - Method in class repast.simphony.scenario.AbstractDescriptorControllerActionIO
-
- getActionSaver() - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the ActionSaver used to save the ControllerAction.
- getActionSaver() - Method in class repast.simphony.scenario.DefaultControllerActionIO
-
- getActionTree(Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- getActionTree(Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Returns the root node for the tree of actions that occur for a specified context type.
- getActionType() - Method in class repast.simphony.chart2.gui.HistogramChartActionEditorCreator
-
- getActionType() - Method in class repast.simphony.chart2.gui.TimeSeriesActionEditorCreator
-
- getActionType() - Method in class repast.simphony.data2.gui.ConsoleSinkActionEditorCreator
-
- getActionType() - Method in class repast.simphony.data2.gui.DataSetActionEditorCreator
-
- getActionType() - Method in class repast.simphony.data2.gui.FileSinkActionEditorCreator
-
- getActionType() - Method in class repast.simphony.dataLoader.gui.JDBCDataLoaderActionEditorCreator
-
- getActionType() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionEditorCreator
-
- getActionType() - Method in class repast.simphony.dataLoader.ui.ContextXMLLoaderActionEditorCreator
-
- getActionType() - Method in class repast.simphony.dataLoader.ui.DFDataLoaderActionEditorCreator
-
- getActionType() - Method in class repast.simphony.dataLoader.ui.MIContextXMLLoaderActionEditorCreator
-
- getActionType() - Method in class repast.simphony.dataLoader.ui.wizard.builder.BuilderDataLoaderActionEditorCreator
-
- getActionType() - Method in class repast.simphony.freezedry.gui.DFFreezerActionEditorCreator
-
- getActionType() - Method in class repast.simphony.freezedry.gui.JDBCFreezerActionEditorCreator
-
- getActionType() - Method in interface repast.simphony.ui.plugin.ActionEditorCreator
-
Gets the Class of the ControllerAction for which this creates an editor.
- getActionType() - Method in class repast.simphony.userpanel.ui.UserPanelActionEditorCreator
-
- getActionType() - Method in class repast.simphony.visualization.gui.DisplayActionEditorCreator
-
- getActiveButtons() - Method in class repast.simphony.relogo.ReLogoModel
-
- getActiveSimpleState() - Method in class repast.simphony.statecharts.old.StateChart
-
- getAdder() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the current GISAdder that determines how objects are added to the
geometry when added to the containing context.
- getAdder() - Method in interface repast.simphony.space.gis.Geography
-
Gets the current GISAdder that determines how objects are added to the
geometry when added to the containing context.
- getAdder() - Method in class repast.simphony.space.gis.GeographyParameters
-
- getAdder() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in interface repast.simphony.space.grid.Grid
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the adder used to add objects entered into the context automatically to the grid.
- getAdder() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the adder used by this space to add new objects.
- getAdder() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the adder used by this space to add new objects.
- getAddHandler() - Method in interface repast.simphony.visualization.editor.AddListener
-
Deprecated.
Gets the PInputEvent handler that will handle
the gui part of the adding.
- getAddHandler() - Method in class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- getAddHandler() - Method in class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.
Gets the PInputEvent handler that will handle
the gui part of the adding.
- getAddHandler() - Method in class repast.simphony.visualization.editor.NetAddListener
-
Deprecated.
Gets the PInputEvent handler that will handle
the gui part of the adding.
- getAddHandler() - Method in class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.
Gets the PInputEvent handler that will handle
the gui part of the adding.
- getAdjacent(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- GetAdjacent(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the agents adjacent to the specified agent in the specified network.
- getAdjacent(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getAdjacent(T) - Method in interface repast.simphony.space.graph.Network
-
Gets any objects that are adjacent to this object.
- getAdvancementChooser() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- getAdvancementChooser() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the AdvancementChooser (if any) from the class name in the properties file.
- getAgent() - Method in class repast.simphony.space.gis.FeatureAgent
-
Gets the agent that this FeatureAgent wraps.
- getAgent() - Method in class repast.simphony.statecharts.AbstractState
-
- getAgent() - Method in class repast.simphony.statecharts.AbstractTrigger
-
- getAgent() - Method in class repast.simphony.statecharts.AgentTransitionMessageChecker
-
- getAgent() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getAgent() - Method in interface repast.simphony.statecharts.StateChart
-
Gets the agent associated with this StateChart.
- getAgent() - Method in class repast.simphony.statecharts.StateChartBuilder
-
- getAgent() - Method in class repast.simphony.statecharts.Transition
-
- getAgentClass() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- getAgentClasses() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- getAgentClasses() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- getAgentClasses(boolean) - Method in class repast.simphony.scenario.data.ContextData
-
Gets a list of the agent classes specified in this
ContextData and optionally those is all its decendent subclasses
as well.
- getAgentClassName() - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
-
- getAgentCount() - Method in class repast.simphony.scenario.data.ContextData
-
- getAgentData(boolean) - Method in class repast.simphony.scenario.data.ContextData
-
Gets a list of the agent class names specified in this
ContextData and optionally those is all its decendent subclasses
as well.
- getAgentData(int) - Method in class repast.simphony.scenario.data.ContextData
-
- getAgentDescriptors() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- getAgentEntryCount() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets the number of agent entries in this model data.
- getAgentLayer(Class<T>) - Method in class repast.simphony.context.AbstractContext
-
- getAgentLayer(Class<T>) - Method in interface repast.simphony.context.Context
-
- getAgentLayer(Class<T>) - Method in class repast.simphony.context.FormerDefaultContext
-
- getAgentLayer(Class<?>) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- getAgentName() - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
-
- getAgentSet() - Method in class repast.simphony.space.gis.Layer
-
Gets the set of agents in this layer.
- getAgentSetOfClass(Class, Observer) - Static method in class repast.simphony.relogo.Utility
-
- getAgentType() - Method in class repast.simphony.space.gis.Layer
-
- getAgentTypes() - Method in class repast.simphony.context.AbstractContext
-
- getAgentTypes() - Method in interface repast.simphony.context.Context
-
- getAgentTypes() - Method in class repast.simphony.context.FormerDefaultContext
-
- getAggregateOp() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- getAll(U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Gets all the items at the specified location in the map.
- getAll(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Gets all the items at the specified location in the map.
- getAll(Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Gets all the items at the specified location in the map.
- getAll(U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Gets all the items at the specified location in the map.
- getAll(Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
-
- getAll(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Gets all the items at the specified location in the map.
- getAll(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Gets all the items at the specified location in the map.
- getAllActiveStates() - Method in class repast.simphony.statecharts.old.StateChart
-
- getAllComponents(Container) - Static method in class repast.simphony.statecharts.runtime.UICreatorFactory
-
Recursively find all Components in the provided container.
- getAllComponents(Container) - Static method in class repast.simphony.ui.table.ProbePropertyTableModel
-
Recursively find all Components in the provided container.
- getAllContexts() - Method in class repast.simphony.scenario.data.ContextData
-
Gets a list which includes this ContextData and all of its
decendents.
- getAllObjects() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets all the objects that are in this geography.
- getAllObjects() - Method in interface repast.simphony.space.gis.Geography
-
Gets all the objects that are in this geography.
- getAlsoAtEnd() - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- getAlwaysDropDown() - Method in class repast.simphony.ui.widget.DropDownButton
-
- getAncestors() - Method in class repast.simphony.statecharts.AbstractState
-
Returns a list with the highest node in front.
- getAngleFormat() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- getAppearance(T, TaggedAppearance, Object) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getAppearance(Object, TaggedAppearance, Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getAppearance(T, TaggedAppearance, Object) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getAppearance(T, TaggedAppearance, Object) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getAppearance(T, TaggedAppearance, Object) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getAppearance() - Method in class repast.simphony.visualization.visualization3D.style.TaggedAppearance
-
- getArgCount() - Method in class repast.simphony.engine.watcher.ArgMatcher
-
- getArgMatcher() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getArgMatcher() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getArgs() - Method in class repast.simphony.engine.schedule.CallBackAction
-
- getArrayType(String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getArrayType(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getArrayValue(String, Object) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getAttribute(String) - Method in class repast.simphony.space.gis.FeatureAgent
-
- getAttribute(Name) - Method in class repast.simphony.space.gis.FeatureAgent
-
- getAttribute(int) - Method in class repast.simphony.space.gis.FeatureAgent
-
- getAttribute(T) - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Gets the value of the attribute.
- getAttributeCount() - Method in class repast.simphony.scenario.data.AttributeContainer
-
Gets the number of attributes contained by this container.
- getAttributeCount() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getAttributeModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getAttributeName() - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Gets the name of the attribute.
- getAttributes() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getAttributeType() - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Gets the attribute type.
- getAvailable2DValueLayerStyles(ContextData) - Static method in class repast.simphony.visualization.gui.StyleClassFinder
-
Gets a list of Class> names that are assignable from ValueLayerStyle3D
- getAvailable3DValueLayerStyles(ContextData) - Static method in class repast.simphony.visualization.gui.StyleClassFinder
-
Gets a list of Class> names that are assignable from ValueLayerStyle3D
- getAvailableStyles(ContextData, Class<?>) - Static method in class repast.simphony.visualization.gui.StyleClassFinder
-
Gets a list of Class> names that are assignable from the style class
- getAVertex(RepastEdge) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Utility method, gets a single vertex from this edge
- getBackground() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- getBackground(boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
Get the background color for this node based on whether the node is
selected or not.
- getBackground(boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- getBackground(boolean) - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- getBackgroundColor() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getBackgroundColor() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getBackgroundColor() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the background color of the display.
- getBackgroundColor() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Gets the background color of this display.
- getBarColor() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- getBaseKey() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns a visualization-specific key, not currently used
- getBatchNumber() - Method in class repast.simphony.engine.environment.RunInfo
-
Retrieves the current batch number
- getBatchParamsFile() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the path to the batch parameter file to
use in the batch runs.
- getBatchRunDataSource() - Method in class repast.simphony.data2.AbstractDataSetManager
-
Gets the BatchRunDataSource that this manager will auto update with the
current run number.
- getBatchRunDataSource() - Method in interface repast.simphony.data2.DataSetManager
-
Gets the default data source for returning the current batch run number, or
null if not currently in batch run mode.
- getBean() - Method in class repast.simphony.parameter.BeanParameters
-
Gets the bean object that this BeanParameters wraps.
- getBean() - Method in class repast.simphony.parameter.BoundParameters
-
Gets the bean that is bound the contained parameters.
- getBean() - Method in class repast.simphony.ui.probe.ProbeableBeanInfo
-
- getBeginColumn() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- getBeginLine() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- getBestSolution(int) - Method in class repast.simphony.adaptation.ga.RepastGA
-
- getBestSolutionAsChromosome(int) - Method in class repast.simphony.adaptation.ga.RepastGA
-
- getBestSolutionAsGene(int) - Method in class repast.simphony.adaptation.ga.RepastGA
-
- getBeta() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default beta distribution.
- getBeta() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default beta distribution.
- getBeta() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default beta distribution.
- getBinCount() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- getBinomial() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default binomial distribution.
- getBinomial() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default binomial distribution.
- getBinomial() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default binomial distribution.
- getBlue(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
-
- getBlue(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
Gets the blue component of the color for the specified coordinate.
- getBlue(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getBlue(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the blue component of the color for the specified coordinate.
- getBlueMethod() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getBlueMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getBlueMethod() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
-
- getBoolean(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Boolean value associated with the specified parameter name.
- getBoolean(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Boolean value associated with the specified parameter name.
- getBoolean(String) - Method in class repast.simphony.parameter.EmptyParameters
-
- getBoolean(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Boolean value associated with the specified parameter name.
- getBorderColor(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getBorderColor(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getBorderColor(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the border color for the specified object.
- getBorderSize(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getBorderSize(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getBorderSize(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the size of the border for the specified object.
- getBoundingBox() - Method in class repast.simphony.visualization.cgd.CGDLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- getBoundingBox() - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the Bounding Box for the display.
- getBoundingBox() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets the Bounding Box for the display.
- getBoundingBox() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the Bounding Box for the display.
- getBoundingBox() - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
- getBoundingBox() - Method in interface repast.simphony.visualization.Layout
-
Gets a bounding box that describes the extent of this layout
in location coordinates.
- getBoundingBox() - Method in class repast.simphony.visualization.NullLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
- getBoundingBox() - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
- getBoundingSector() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
- getBounds() - Method in class aragost.repast.visualization.UpdatableTexture2D
-
- getBounds() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getBounds(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- getBounds(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getBounds(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getBranchGroup(T, TaggedBranchGroup) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getBranchGroup(Object, TaggedBranchGroup) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getBranchGroup(Point3f, Group) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- getBranchGroup(Point3f, Group) - Method in interface repast.simphony.visualization.visualization3D.Label
-
- getBranchGroup(Point3f, Group) - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- getBranchGroup(T, TaggedBranchGroup) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getBranchGroup(T, TaggedBranchGroup) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getBranchGroup(T, TaggedBranchGroup) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getBranchGroup() - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
-
- getBreitWigner() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default BreitWigner distribution.
- getBreitWigner() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default BreitWigner distribution.
- getBreitWigner() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default BreitWigner distribution.
- getBreitWignerMeanSquare() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default BreitWignerMeanSquare distribution.
- getBreitWignerMeanSquare() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default BreitWignerMeanSquare distribution.
- getBreitWignerMeanSquare() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default BreitWignerMeanSquare distribution.
- getBSFScript() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the name of the BSF script file to use for this optimized sweep.
- getBufferedReader() - Method in class repast.simphony.relogo.FileInfo
-
- getBufferLength() - Method in class repast.simphony.util.RandomAccessScanner
-
- getBuilder() - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
-
- getBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.GridProjectionBuilder
-
Gets a ContextBuilder to build the specified
Projection.
- getBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.NetworkProjectionBuilder
-
Gets a ContextBuilder to build the specified
Projection.
- getBuilder(ProjectionData) - Method in interface repast.simphony.dataLoader.engine.ProjectionBuilderFactory
-
Gets a ContextBuilder to build the specified
Projection.
- getBuilder(ProjectionData) - Method in class repast.simphony.dataLoader.engine.SpaceProjectionBuilder
-
Gets a ContextBuilder to build the specified Projection.
- getBuilder() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
-
- getBuilder() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- getBuilder(ProjectionData) - Method in class repast.simphony.gis.dataLoader.GeographyProjectionBuilder
-
Gets a ContextBuilder to build the specified
Projection.
- getButtonAction(JFrame, JComponent) - Static method in class repast.simphony.ui.widget.MovieMakerDialog
-
Gets an action that will show the movie maker dialog over the specified frame and
set up frame capture of the specified component.
- getButtonGroup() - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- getButtonRegistry() - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- getCannotRunMessage() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Message for when the plugin executable fails.
- getCanvas() - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- getCanvas() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- getCanvas() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- getCanvas() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- getCartesianSteps() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
Create the intermediate wizard steps for the 2D/3D displays.
- getCategory() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getCellAccessor() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the cell accessor used to control access to individual
grid cells.
- getCellAccessor() - Method in interface repast.simphony.space.grid.Grid
-
Gets the cell accessor used to control access to individual
grid cells.
- getCellAccessor() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the cell accessor used to control access to individual
grid cells.
- getCellEditorValue() - Method in class org.jdesktop.swingx.autocomplete.ComboBoxCellEditor
-
Returns the value contained in the combo box
- getCellEditorValue() - Method in class repast.simphony.chart2.wizard.ColorEditor
-
- getCellEditorValue() - Method in class repast.simphony.ui.table.ComponentTableCellEditorRenderer
-
- getCellSize() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
-
- getCellSize() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getCellSize() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleOGL2D
-
- getCellSize() - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
Gets the size of one size of the cell value layer cell.
- getCellSize() - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
Gets the size of one size of the cell value layer cell.
- getCellSize() - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the size of one size of the cell value layer cell.
- getCellSize() - Method in interface repast.simphony.visualizationOGL2D.ValueLayerStyleOGL
-
Gets the size of one size of the cell value layer cell.
- getCenter() - Method in class repast.simphony.visualization.Box
-
- getChangeListeners() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns an array of change listener objects
- getChartLabel() - Method in class repast.simphony.chart2.AbstractXYChartCreator
-
- getChartTitle() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- getChild(FreezeDryedParentChild) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
-
- getChild() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
Gets the VSpatial that this wraps.
- getChildClass() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- getChildConnection(FreezeDryedObject, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getChildConnection(Class, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getChildId() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- getChildren() - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- getChildren(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- getChildren(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.
Return the non-leaf objects at the specified path.
- getChildren(ParameterSetter) - Method in interface repast.simphony.parameter.ParameterSweeper
-
Retrieves the
ParameterSetters that are direct children of the specified
setter.
- getChildren(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Retrieves the
ParameterSetters that are direct children of the specified
setter.
- getChildren(T) - Method in class repast.simphony.util.collections.NaryTree
-
Gets the direct children of the specified node.
- getChildren(T) - Method in interface repast.simphony.util.collections.Tree
-
Gets the direct children of the specified node.
- getChildren() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- getChildrenColumnName(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getChildrenColumnName(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getChildTableName(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getChiSquare() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default Zeta distribution.
- getChiSquare() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default Zeta distribution.
- getChiSquare() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default Zeta distribution.
- getChosenNetworks() - Method in class repast.simphony.data2.gui.NetworkChooserStep
-
- getChosenOption() - Method in class repast.simphony.util.wizard.DynamicWizardModel
-
- getChosenOutputters() - Method in class repast.simphony.data2.gui.FileSinkChooserStep
-
- getClassColumn(String) - Static method in class repast.simphony.freezedry.FreezeDryUtils
-
- getClasses() - Method in class repast.simphony.freezedry.datasource.DFClassLister
-
Gets the classes referenced in the zip file.
- getClasses() - Method in class repast.simphony.scenario.data.Classpath
-
Gets the classes in the currently added entries.
- getClasses() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- getClasses(String) - Static method in class repast.simphony.util.ClassUtilities
-
Gets a list of classes on the specified classpath.
- getClassesToLoad() - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
-
- getClassesToLoad() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- getClassFromString(String) - Method in class repast.simphony.freezedry.FieldUtilities
-
- getClassifcationTypeModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getClassLoader() - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO.HistogramActionLoader
-
- getClassLoader() - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
-
- getClassLoader() - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO.ConsoleSinkActionLoader
-
- getClassLoader() - Method in class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
-
- getClassLoader() - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO.FileSinkActionLoader
-
- getClassLoader() - Method in class repast.simphony.scenario.DefaultActionLoader
-
- getClassLoader() - Method in class repast.simphony.scenario.ObjectActionLoader
-
- getClassLoader() - Method in class repast.simphony.userpanel.ui.UserPanelControllerActionIO.UserPanelActionLoader
-
- getClassLoader() - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
-
- getClassMapping(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getClassName() - Method in class repast.simphony.dataLoader.engine.ClassNameContextBuilder
-
- getClassName() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getClassName() - Method in class repast.simphony.engine.watcher.WatcheeDescriptor
-
- getClassName() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getClassName(String) - Method in class repast.simphony.freezedry.datasource.DFClassLister
-
- getClassName() - Method in class repast.simphony.scenario.data.AgentData
-
- getClassNames() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the names of the classes on this path.
- getClasspath() - Method in class repast.simphony.scenario.data.ContextData
-
Gets the classpath associated with this ContextData heirarchy.
- getClasspathAdditions() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getClassPaths() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the paths to jars and / or classes that this ClassPathEntry
contains.
- getClassStyleMap() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- getClazz() - Method in class repast.simphony.ui.editor.ClassListItem
-
- getColDelimiter(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- getColor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode.State
-
- getColor() - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- getColor(int) - Method in class repast.simphony.gis.styleEditor.Palette
-
- getColor(Rule) - Static method in class repast.simphony.gis.styleEditor.RuleCreator
-
Gets the color of the symbolizer in the specified rule.
- getColor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the color of a link.
- getColor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the color of a turtle.
- getColor() - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
- getColor() - Method in class repast.simphony.relogo.Link
-
Returns the color of a link.
- getColor() - Method in class repast.simphony.relogo.styles.TurtleShapeComponent
-
- getColor() - Method in class repast.simphony.relogo.TrackingEdge
-
- getColor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the color of a turtle.
- getColor() - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Gets the color of this Icon.
- getColor() - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Gets the color of the decoration.
- getColor() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getColor(RepastEdge<?>) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleOGL2D
-
- getColor() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getColor(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getColor(PaintableStyleData, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getColor() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getColor(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleOGL2D
-
- getColor() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
-
- getColor() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- getColor() - Method in interface repast.simphony.visualization.visualization3D.Label
-
- getColor() - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- getColor(int, int, Color3f) - Method in class repast.simphony.visualizationOGL2D.ColorMapStyleAdapter
-
- getColor(RepastEdge<?>) - Method in class repast.simphony.visualizationOGL2D.DefaultEdgeStyleOGL2D
-
- getColor(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getColor(RepastEdge<?>) - Method in interface repast.simphony.visualizationOGL2D.EdgeStyleOGL2D
-
Gets the color of the line used to represent the edge.
- getColor(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the color for the specified object.
- getColor(double...) - Method in interface repast.simphony.visualizationOGL2D.ValueLayerStyleOGL
-
Gets the color at the specified coordinates.
- getColorAt(int, int) - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
- getColorAt(int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
- getColorCount() - Method in class repast.simphony.gis.styleEditor.Palette
-
- getColorIndexAt(int, int) - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
- getColorMax() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getColorMax() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getColorMax() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getColorMax() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
-
- getColorMin() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getColorMin() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getColorMin() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getColorMin() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
-
- getColors() - Method in class repast.simphony.gis.styleEditor.Palette
-
- getColorScale() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getColorScale() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getColorScale() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getColorScale() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
-
- getColorValue() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getCols(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- getColumn() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
Deprecated.
- getColumnClass(int) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
The expected class of the object at column i.
- getColumnClass(int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- getColumnClass(int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- getColumnClass(int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- getColumnClass(int) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
-
- getColumnClass(int) - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- getColumnCount() - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Get the number of columns.
- getColumnCount() - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- getColumnCount() - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- getColumnCount() - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- getColumnCount() - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns the number of columns in the model.
- getColumnCount() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns the number of columns in the model.
- getColumnCount() - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- getColumnKeysetPairs(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getColumnName(int) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Get the name of the column, if the query has not yet been parsed then null is returned,
if the column does not have an alias then "ind + 1" is returned.
- getColumnName(int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- getColumnName(int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- getColumnName(int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- getColumnName(int) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns a default name for the column using spreadsheet conventions:
A, B, C, ...
- getColumnName(int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns a default name for the column using spreadsheet conventions:
A, B, C, ...
- getColumnName(int) - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- getColumnNames() - Method in class repast.simphony.data2.TabularFormatter
-
Gets a list of the column names.
- getColumnNames(Connection, String) - Static method in class repast.simphony.freezedry.datasource.DBUtils
-
Retrieves the names of the columns of the specified table.
- getColumns(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getColumns(Element) - Static method in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
-
- getColumnType(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getCommandLineArguments() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getCommandPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getComponent() - Method in class repast.simphony.dataLoader.ui.wizard.builder.LegendLabel
-
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.BooleanParameterBinder
-
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.DefaultParameterBinder
-
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.FPRangeParameterBinder
-
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.ListParameterBinder
-
- getComponent(Parameters) - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Creates a JComponent for a parameter in the parameters.
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.RangeParameterBinder
-
- getComponent(Parameters) - Method in class repast.simphony.ui.parameters.ReadOnlyParameterBinder
-
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.BooleanProbedProperty
-
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.NumericProbedProperty
-
- getComponent(PresentationModel<Object>) - Method in interface repast.simphony.ui.probe.ProbedPropertyUICreator
-
Gets the JComponent used to display or interact with this property.
- getComponent(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.StringProbedProperty
-
- getComponents() - Method in class repast.simphony.relogo.styles.TurtleShape
-
- getCompositeEditorExts() - Method in class repast.simphony.ui.plugin.UIActionExtensions
-
- getConfiguration() - Method in class repast.simphony.adaptation.ga.RepastGA
-
- getConfiguration() - Method in class repast.simphony.ui.widget.MovieMakerDialog
-
- getConnection() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getConnection(FreezeDryedObject, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getConnection(Class, boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getConstant() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getConstantIndex() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the index of the constant dimension.
- getConstantIndex() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
- getConstrainingList() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the list of values that constrain this parameter.
- getConstrainingList() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the list of values that constrain this parameter.
- getConstrainingRange() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the numeric range of values that constrain this parameter.
- getConstrainingRange() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the numeric range of values that constrain this parameter.
- getConstraintString() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the string representation of the values or range that constrain this parameter
This will return an empty string if the parameter is not constrained (by a list or range)
- getConstraintString() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the string representation of the values or range that constrain this
parameter This will return an empty string if the parameter is not
constrained (by a list or range)
- getContainer() - Method in class repast.simphony.visualization.DefaultDisplayData
-
Gets the container that contains the objects we want to display.
- getContainer() - Method in interface repast.simphony.visualization.DisplayData
-
Gets the container that contains the objects we want to display.
- getContainer() - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.
Gets the container of the visualized objects.
- getContainer() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Gets the container of the visualized objects.
- getContainer() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Gets the container of the visualized objects.
- getContainer() - Method in class repast.simphony.visualization.editor.SyntheticDisplayData
-
Deprecated.
Gets the container that contains the objects we want to display.
- getContentDescriptor() - Method in class repast.simphony.ui.widget.BufferSourceStream
-
- getContentLength() - Method in class repast.simphony.ui.widget.BufferSourceStream
-
- getContentPanel() - Method in class repast.simphony.chart2.wizard.AggregateChartStep
-
- getContentPanel() - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
-
- getContentPanel() - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
-
- getContentPanel() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
-
- getContentPanel() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
-
- getContentPanel() - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
-
- getContentPanel() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
-
- getContentPanel() - Method in class repast.simphony.data.analysis.BrowseForHomeStep
-
- getContentPanel() - Method in class repast.simphony.data.analysis.CopyRightStep
-
- getContentPanel() - Method in class repast.simphony.data2.gui.FileChooserStep
-
- getContentPanel() - Method in class repast.simphony.data2.gui.FileSinkChooserStep
-
- getContentPanel() - Method in class repast.simphony.data2.gui.NetworkChooserStep
-
- getContentPanel() - Method in class repast.simphony.data2.wizard.AggregateSourceStep
-
- getContentPanel() - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
-
- getContentPanel() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
-
- getContentPanel() - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
-
- getContentPanel() - Method in class repast.simphony.data2.wizard.SinkDataStep
-
- getContentPanel() - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
-
- getContentPanel() - Method in class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
-
- getContentPanel() - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
-
- getContentPanel() - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
-
- getContentPanel() - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
-
- getContentPanel() - Method in class repast.simphony.ui.newscenario.ModelInitPanel
-
- getContentPanel() - Method in class repast.simphony.ui.newscenario.NewScenarioFinalPanel
-
- getContentPanel() - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
-
- getContentPanel() - Method in class repast.simphony.ui.plugin.editor.PluginWizardStep
-
Subclasses must provide a JPanel with the wizard contents.
- getContentPanel() - Method in class repast.simphony.util.wizard.ChooseOptionStep
-
- getContentPanel() - Method in class repast.simphony.util.wizard.DefaultFinishStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.GeneralStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- getContentPanel() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.NetLayoutStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.ScheduleStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.StyleStep
-
- getContentPanel() - Method in class repast.simphony.visualization.gui.ValueLayerStep
-
- getContents() - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Construct a new TriangulationPoint using an ILocation object.
- getContentType() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- getContext() - Method in class repast.simphony.context.ContextEvent
-
Get the context to which the event occured.
- getContext(JXPathContext, JXPathContext, String) - Static method in class repast.simphony.integration.JXPathUtils
-
If the path begins with a '/' then the root context is returned, otherwise curContext is.
- getContext() - Method in class repast.simphony.relogo.AbstractObserver
-
- getContext() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- getContext() - Method in interface repast.simphony.relogo.Observer
-
- getContext() - Method in class repast.simphony.scenario.Scenario
-
- getContext(Object) - Static method in class repast.simphony.util.ContextUtils
-
Retrieves the context a given object is in.
- getContext(Context<?>, Object) - Static method in class repast.simphony.util.ContextUtils
-
Retrieves the context of the specified object starting with the specified Context.
- getContext() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- getContextClassName() - Method in class repast.simphony.scenario.data.ContextData
-
Gets the name of the class to use a Context, or null
if the default should be used.
- getContextDescriptor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AdderPanel
-
- getContextFilter(Context, Predicate) - Method in class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
-
- getContextId() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
-
- getContextID() - Method in class repast.simphony.parameter.AbstractParameters
-
Gets the context id for the context that these parameters for.
- getContextID() - Method in interface repast.simphony.scenario.ScenarioEntry
-
Gets the context the action is associated with.
- getContextID() - Method in class repast.simphony.ui.tree.ScenarioNode
-
- getContextID() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
-
- getContextID() - Method in class repast.simphony.util.wizard.DynamicWizardModel
-
- getContextIdTree() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- getContextIdTree() - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- getContextListener(ISchedule) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
- getContextListeners() - Method in class repast.simphony.context.AbstractContext
-
- getContextListeners() - Method in interface repast.simphony.context.Context
-
- getContextListeners() - Method in class repast.simphony.context.FormerDefaultContext
-
- getControl(String) - Method in class repast.simphony.ui.widget.BufferDataSource
-
- getControl(String) - Method in class repast.simphony.ui.widget.BufferSourceStream
-
- getController(StateChart) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- getController() - Method in class repast.simphony.ui.RSApplication
-
Returns the current controller.
- getControllerActionIO(String) - Method in class repast.simphony.plugin.ControllerActionIOExtensions
-
- getControllerActionIO(Class) - Method in class repast.simphony.plugin.ControllerActionIOExtensions
-
- getControllerRegistry() - Method in interface repast.simphony.engine.controller.Controller
-
- getControllerRegistry() - Method in class repast.simphony.engine.controller.DefaultController
-
- getControllerRegistry() - Method in class repast.simphony.engine.environment.RunState
-
- getControllerRegistry() - Method in class repast.simphony.scenario.Scenario
-
- getControlPanel() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
Provide a JPanel with controls for the layer list
- getControls() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- getControls() - Method in class repast.simphony.ui.widget.BufferSourceStream
-
- getConverter() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the StringConverter if any.
- getConverter() - Method in class repast.simphony.parameter.FileParameterType
-
Gets a StringConverter that can be used to convert
objects of this ParameterType to and from strings.
- getConverter() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the convertor, if any, for this ParameterSchema.
- getConverter() - Method in interface repast.simphony.parameter.ParameterType
-
Gets a StringConverter that can be used to convert
objects of this ParameterType to and from strings.
- getConverter(Class<T>) - Method in class repast.simphony.parameter.StringConverterFactory
-
Get StringConverter appropriate for the specified class.
- getConverter() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets this attribute's StringConverter.
- getConverter() - Method in class repast.simphony.scenario.data.AttributeFactory.PType
-
- getConverter() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- getCoord(int) - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the coordinate at the specified index.
- getCoord(int) - Method in class repast.simphony.space.grid.GridPoint
-
Gets the coordinate at the specified index.
- getCoordinateReferenceSystem() - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- getCoordinates(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the coordinates (float[2]) that stores the vertex' x and y
location.
- getCoordInt(int) - Method in class repast.simphony.space.continuous.NdPoint
-
- getCount(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.RECORD_ATTRS
-
- getCoverage(String) - Method in class repast.simphony.space.gis.DefaultGeography
-
- getCoverage(String) - Method in interface repast.simphony.space.gis.Geography
-
Gets the named coverage layer
- getCoverageLayers() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- getCoverageNames() - Method in class repast.simphony.space.gis.DefaultGeography
-
- getCoverageNames() - Method in interface repast.simphony.space.gis.Geography
-
- getCreator(ControllerAction) - Method in class repast.simphony.ui.plugin.ActionEditorExtensions
-
- getCreator(String) - Method in class repast.simphony.ui.plugin.ActionEditorExtensions
-
- getCRS() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- getCrs() - Method in class repast.simphony.space.gis.DefaultFeatureAgentFactory
-
Gets the coordinate reference system for this factory.
- getCRS() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the current coordinate reference system for this geometry.
- getCRS() - Method in interface repast.simphony.space.gis.Geography
-
Gets the current coordinate reference system for this geometry.
- getCrs() - Method in class repast.simphony.space.gis.GeographyParameters
-
- getCRS() - Method in class repast.simphony.space.gis.RasterLayer
-
- getCrs() - Method in class repast.simphony.space.gis.ShapefileFeatureAgentFactory
-
Gets the coordinate reference system for this factory.
- getCurrentDirectory() - Method in class repast.simphony.relogo.ReLogoModel
-
- getCurrentEventHandler() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- getCurrentFileInfo() - Method in class repast.simphony.relogo.ReLogoModel
-
- getCurrentNode() - Method in class repast.simphony.engine.graph.GraphParams
-
Retrieves the current node in the graph execution.
- getCurrentRunState() - Method in interface repast.simphony.engine.controller.Controller
-
Retrieves the current RunState the controller is using.
- getCurrentRunState() - Method in class repast.simphony.engine.controller.DefaultController
-
Retrieves the current RunState the controller is using.
- getCurrentScenario() - Method in class repast.simphony.ui.RSApplication
-
- getCurrentSchedule() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Gets the schedule on which the current run's events are scheduled for
execution.
- getCurrentSimpleState() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getCurrentSimpleState() - Method in interface repast.simphony.statecharts.StateChart
-
Retrieve current state.
- getCurrentSize() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- getCurrentSize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the current size of the visualization space, same as JUNG
AbstractLayout.getCurrentSize()
- getCurrentStates() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getCurrentStates() - Method in interface repast.simphony.statecharts.StateChart
-
- getCurrentSVGDocument() - Method in class repast.simphony.statecharts.runtime.StateChartSVGModel
-
- getCursor() - Method in class repast.simphony.gis.tools.DistanceTool
-
- getCursor() - Method in interface repast.simphony.gis.tools.MapTool
-
- getCursor() - Method in class repast.simphony.gis.tools.PGISPanTool
-
- getCursor() - Method in class repast.simphony.gis.tools.PositionTool
-
- getData() - Method in class repast.simphony.engine.watcher.WatcheeDataNode
-
- getData() - Method in class repast.simphony.integration.DataContent
-
- getData() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- getData(Object) - Method in interface repast.simphony.util.bytecode.DataSource
-
Gets some data value from the specified object
- getDataFile(String) - Static method in class repast.simphony.util.FileUtils
-
Gets a file based on a certain name.
- getDataFileName(String) - Static method in class repast.simphony.util.FileUtils
-
Gets a filename based on a certain name.
- getDataFor(String) - Static method in class repast.simphony.engine.environment.ProjectionRegistry
-
- getDataFor(String) - Static method in class repast.simphony.visualization.engine.VisualizationRegistry
-
- getDataLoader() - Method in class repast.simphony.dataLoader.engine.ClassNameContextBuilder
-
- getDataSet() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- getDataSet() - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
-
Retrieves the data set that will be used for determining bin edges.
- getDataSet() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
-
- getDataSet() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
-
- getDataSet() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- getDataSetBuilder(String) - Method in class repast.simphony.data2.AbstractDataSetManager
-
- getDataSetBuilder(String) - Method in interface repast.simphony.data2.DataSetManager
-
Gets the named DataSetBuilder.
- getDataSetDescriptors(ControllerRegistry, Object) - Static method in class repast.simphony.data2.util.DataUtilities
-
Gets a list of the data set descriptors defined for the specified context.
- getDataSetManager(Object) - Method in class repast.simphony.data2.DataSetRegistry
-
Gets the DataSetManager associated with the specified context.
- getDataSets() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
-
- getDataSets() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
-
- getDataSets() - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
-
- getDataSets() - Method in interface repast.simphony.data2.wizard.DataSetModel
-
Gets the datasets.
- getDataSets() - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
-
- getDataSetType() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
-
- getDataSetType() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
-
- getDataSource() - Method in class repast.simphony.freezedry.ContextFreezeDryingAction
-
- getDataSource(DBConnectionInfo) - Static method in class repast.simphony.freezedry.datasource.DBUtils
-
Gets a data source pointing to a database.
- getDataSource(String, String, String, String) - Static method in class repast.simphony.freezedry.datasource.DBUtils
-
- getDataSource() - Method in interface repast.simphony.freezedry.wizard.DataSourceBuilder
-
Gets an action that will create a freeze drying action.
- getDataSource() - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
-
- getDataSource() - Method in class repast.simphony.freezedry.wizard.FreezerControllerAction
-
- getDataSource() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- getDataSourceClassName() - Method in class repast.simphony.data2.engine.CustomDataSourceDefinition
-
- getDataType() - Method in class repast.simphony.data2.BatchRunDataSource
-
- getDataType() - Method in class repast.simphony.data2.CountDataSource
-
- getDataType() - Method in interface repast.simphony.data2.DataSource
-
Gets the type of data produced by this DataSource.
- getDataType() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
-
- getDataType() - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
-
- getDataType() - Method in class repast.simphony.data2.MethodDataSource
-
- getDataType() - Method in class repast.simphony.data2.ParameterDataSource
-
- getDataType() - Method in class repast.simphony.data2.RandomSeedDataSource
-
- getDataType() - Method in class repast.simphony.data2.TickCountDataSource
-
- getDataType(String) - Static method in enum repast.simphony.integration.ArrayDataTypeHandler
-
- getDataType(String) - Static method in enum repast.simphony.integration.DataTypeHandler
-
- getDataValueId() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets the id of the data source used to provide the data for the time
series.
- getDbURL() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- getDbURL() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- getDBURL() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getDbURL() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- getDDims() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getDDims() - Method in class repast.simphony.relogo.RLDimensions
-
- getDecorated() - Method in interface repast.simphony.space.continuous.PointTranslatorDecorator
-
Retrieves the translator being decorated.
- getDecorated() - Method in interface repast.simphony.space.grid.GridPointTranslatorDecorator
-
Retrieves the translator being decorated.
- getDecorator() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Gets the decorator used to decorate selected gis features.
- getDefaultDelimiter(String) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- getDefaultDisplay() - Method in class repast.simphony.relogo.ReLogoModel
-
- getDefaultEdgeStyles() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getDefaultEdgeStyles() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDefaultEdgeStyles() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The default edge style classes that are available in the display wizard.
- getDefaultFileExtension() - Method in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
-
- getDefaultFileExtension() - Method in class repast.simphony.data2.gui.FileChooserStep
-
- getDefaultGeometry() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getDefaultGeometryProperty() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getDefaultLocation() - Method in class repast.simphony.data.analysis.BrowseForHomeStep
-
- getDefaultNetStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getDefaultNetStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultNetStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getDefaultNetStyles2D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultNetStyles3D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultPalette() - Static method in class repast.simphony.gis.styleEditor.Palette
-
- getDefaultRegistry() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default random registry.
- getDefaultRule() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getDefaultRule() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
- getDefaultShapeMap() - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- getDefaultStyle(GeometryUtil.GeometryType) - Static method in class repast.simphony.gis.styleEditor.StylePreviewFactory
-
Provide a default style for the style editors.
- getDefaultStyle() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- getDefaultStyle(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
Provides the default style class name for the display defined in the descriptor.
- getDefaultStyles() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getDefaultStyles() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDefaultStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getDefaultStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getDefaultStyles() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The default style classes that are available in the display wizard.
- getDefaultStyles2D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultStyles3D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultStylesGIS3D() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDefaultValue() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the default value of the parameter.
- getDefaultValue() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the default value of the parameter.
- getDegree() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getDegree(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getDegree() - Method in class repast.simphony.space.graph.JungNetwork
-
- getDegree(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getDegree(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the degree of the node associated with the specified object.
- getDegree() - Method in interface repast.simphony.space.graph.Network
-
Get the total degree (number of edges) for the graph.
- getDegree(T) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
-
- getDelegateDataLoader() - Method in class repast.simphony.dataLoader.engine.ClassNameContextBuilder
-
- getDelimiter() - Method in class repast.simphony.data2.AbstractFormatter
-
- getDelimiter() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- getDelimiter() - Method in interface repast.simphony.data2.Formatter
-
Gets the delimiter used by this Formatter.
- getDelimiter() - Method in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
-
- getDelimiter() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- getDelimiter() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- getDelimiter() - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- getDelimiter() - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
-
- getDelimiter(Queryable, Element, String) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- getDepth() - Method in class repast.simphony.space.Dimensions
-
Gets the size of the z dimension.
- getDepth() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the size of the z dimension.
- getDepth() - Method in class repast.simphony.visualization.Box
-
- getDepth() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getDescription() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
-
- getDescription() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
-
- getDescription() - Method in class repast.simphony.gis.styleEditor.Palette
-
- getDescription() - Method in class repast.simphony.ui.filters.FileExtensionFilter
-
- getDescription() - Method in class repast.simphony.util.wizard.AbstractWizardOption
-
- getDescription() - Method in interface repast.simphony.util.wizard.WizardOption
-
The description of the option.
- getDescription() - Method in class repast.simphony.visualization.gui.styleBuilder.IconFile2DFilter
-
- getDescription() - Method in class repast.simphony.visualization.gui.styleBuilder.ModelFile3DFilter
-
- getDescriptor() - Method in class repast.simphony.chart2.engine.HistogramComponentControllerAction
-
- getDescriptor() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
-
- getDescriptor() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
-
- getDescriptor() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
-
- getDescriptor() - Method in class repast.simphony.data2.engine.ConsoleSinkComponentControllerAction
-
- getDescriptor() - Method in class repast.simphony.data2.engine.DataSetComponentControllerAction
-
- getDescriptor() - Method in class repast.simphony.data2.engine.FileSinkComponentControllerAction
-
- getDescriptor() - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
-
- getDescriptor() - Method in interface repast.simphony.data2.wizard.DataSetModel
-
Gets the descriptor.
- getDescriptor() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- getDescriptor() - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
-
- getDescriptor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.BuilderContextBuilder
-
- getDescriptor() - Method in class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
-
- getDescriptor() - Method in class repast.simphony.engine.controller.DefaultSchedulableAction
-
- getDescriptor() - Method in interface repast.simphony.engine.controller.DescriptorControllerAction
-
- getDescriptor() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getDescriptor() - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
-
- getDescriptor() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- getDescriptor() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getDescriptor() - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
-
- getDescriptor() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
- getDescriptor() - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- getDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDescriptorFactory() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Get a factory for creating display descriptors for this display type.
- getDescriptorFileName() - Method in class repast.simphony.integration.DataFileReader
-
- getDescriptorFileName() - Method in class repast.simphony.integration.DataFileWriter
-
- getDest() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getDestFileName() - Method in class repast.simphony.integration.DataFileWriter
-
- getDestination() - Method in class repast.simphony.statecharts.HistoryState
-
- getDetails(String) - Method in class repast.simphony.parameter.DefaultSchema
-
Gets the schema for the specified parameter.
- getDetails(String) - Method in interface repast.simphony.parameter.Schema
-
Gets the schema for the specified parameter.
- getDialogTitle() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
-
- getDialogTitle() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
-
- getDialogTitle() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
-
- getDialogTitle() - Method in class repast.simphony.ui.editor.SchedulableActionEditor
-
- getDialogTitle() - Method in class repast.simphony.ui.plugin.editor.UISaver
-
- getDiffusionConst() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- getDimension(int) - Method in class repast.simphony.space.Dimensions
-
Gets the dimension size at the specified index.
- getDimension(int) - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the dimension size at the specified index.
- getDimensions() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the dimensions of the grid.
- getDimensions() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the dimensions of the space.
- getDimensions() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the dimensions of the grid.
- getDimensions() - Method in interface repast.simphony.space.grid.Grid
-
Gets the dimensions of the space.
- getDimensions() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the dimensions of the grid.
- getDimensions() - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
- getDimensions() - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Gets the dimensions of this value layer.
- getDimensions() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Gets the dimensions of this GridValueLayer.
- getDimensions() - Method in interface repast.simphony.valueLayer.ValueLayer
-
Gets the dimensions of this ValueLayer.
- getDimensions() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the dimensions of the space.
- getDimensions() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the dimensions of the space.
- getDims() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getDims() - Method in class repast.simphony.relogo.RLDimensions
-
- getDirectedNetworks(Observer) - Static method in class repast.simphony.relogo.Utility
-
- getDirectory() - Method in class repast.simphony.batch.ssh.OutputFinder.Instance
-
- getDirectoryName() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- getDirectoryName() - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
-
- getDisplacement(int, double, double...) - Method in class repast.simphony.context.AbstractSpatialContext
-
- getDisplacement(NdPoint, NdPoint) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Returns the displacement between the NdPoints point1 and point2.
- getDisplacement(NdPoint, NdPoint) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Returns the displacement between the NdPoints point1 and point2.
- getDisplacement(int, int, double, double...) - Static method in class repast.simphony.space.SpatialMath
-
Returns the displacement
- getDisplacement(NdPoint, NdPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Returns the displacement between the NdPoints point1 and point2.
- getDisplacementFromHeadingAndDistance(double, double) - Static method in class repast.simphony.relogo.Utility
-
Returns the displacement double array corresponding to moving in the
"heading" direction for distance "distance".
- getDisplacementInt(int, int, double, double...) - Static method in class repast.simphony.space.SpatialMath
-
Returns the displacement TODO: try and optimize this so taht
- getDisplayCreatorFactory() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getDisplayCreatorFactory() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDisplayCreatorFactory() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Provide a DisplayCreator that will create the display.
- getDisplayForComponent(JComponent) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Gets the IDisplay associated with the specified component.
- getDisplayForComponent(JComponent) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Gets the display associated with the specified component.
- getDisplayForName(String) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Get the IDisplay associated with the specified display name;
- getDisplayForName(String) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Get the IDisplay associated with the specified display name;
- getDisplayInternalNameMap() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getDisplayName(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the display name for the specified parameter name.
- getDisplayName(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the display name for the specified parameter name.
- getDisplayName(String) - Method in class repast.simphony.parameter.EmptyParameters
-
Gets the display name for the specified parameter name.
- getDisplayName(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the display name for the specified parameter name.
- getDisplayName() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets the name of this attribute.
- getDisplayName() - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- getDisplayName() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the display name for this field property.
- getDisplayName(String) - Method in class repast.simphony.ui.probe.ProbeableBeanInfo
-
Gets the display name mapped to the specified property name.
- getDisplayName() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- getDisplayName() - Method in interface repast.simphony.ui.probe.ProbedPropertyUICreator
-
Gets the display name to use a label the probe panel.
- getDisplayName() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getDisplayName() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getDisplays() - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Gets the list of IDisplay-s registered with this GUIRegistry.
- getDisplays() - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Gets the list of IDisplay-s registered with this GUIRegistry.
- getDisplayType() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getDisplayType() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getDisplayType() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getDisplayValidator() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getDisplayValidator() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDisplayValidator() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Get a DisplayValidator instance associated with this display type.
- getDisplayWizardSteps() - Static method in class repast.simphony.gis.visualization.engine.GIS3DDisplayWizardStepCreator
-
- getDisplayWizardSteps() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getDisplayWizardSteps() - Static method in class repast.simphony.gis.visualization.engine.GISDisplayWizardStepCreator
-
Deprecated.
- getDisplayWizardSteps() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getDisplayWizardSteps() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Gets display wizard steps (style, etc) specific to this display type.
- getDistance(Context, Context) - Method in class repast.simphony.engine.controller.ContextTraverser
-
Currently just returns 0.
- getDistance(T, T) - Method in class repast.simphony.engine.graph.IterableTraverser
-
Always returns the default distance of this instance.
- getDistance(T, T) - Method in class repast.simphony.engine.graph.NaryTreeTraverser
-
Returns 1 if the toNode is a child of the fromNode, otherwise Double.POSITIVE_INFINITY.
- getDistance(T, T) - Method in class repast.simphony.engine.graph.NetworkTraverser
-
Retrieves the distance between the nodes according to the topology.
- getDistance(Element, Element) - Method in class repast.simphony.integration.DOMTraverser
-
Returns either 1 if the elements are connected, otherwise Double.POSITIVE_INFINITY.
- getDistance() - Method in class repast.simphony.query.space.projection.Within
-
- getDistance(NdPoint, NdPoint) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Calculates the euclidian distance between the NdPoints point1 and point2.
- getDistance(NdPoint, NdPoint) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Returns the distance between the NdPoints point1 and point2,
taking into account the space's topology.
- getDistance(E, E) - Method in interface repast.simphony.space.graph.Traverser
-
Retrieves the distance between the current and previous node in the
GraphParams object.
- getDistance(GridPoint, GridPoint) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the the euclidian distance between the GridPoints point1 and point2.
- getDistance(GridPoint, GridPoint) - Method in interface repast.simphony.space.grid.Grid
-
Returns the distance between the GridPoints point1 and point2,
taking into account the space's topology.
- getDistance(GridPoint, GridPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the the euclidian distance between the GridPoints point1 and point2.
- getDistance(NdPoint, NdPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the the euclidian distance between the NdPoints point1 and point2.
- getDistanceSq() - Method in class repast.simphony.query.space.projection.Within
-
- getDistanceSq(NdPoint, NdPoint) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Calculates the square of the euclidian distance between the NdPoints point1 and point2.
- getDistanceSq(NdPoint, NdPoint) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Returns the square of the distance between the NdPoints point1 and point2,
taking into account the space's topology.
- getDistanceSq(GridPoint, GridPoint) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the square of the euclidian distance between the GridPoints point1 and point2.
- getDistanceSq(GridPoint, GridPoint) - Method in interface repast.simphony.space.grid.Grid
-
Returns the square of the distance between the GridPoints point1 and point2,
taking into account the space's topology.
- getDistanceSq(GridPoint, GridPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the square of the euclidian distance between the GridPoints point1 and point2.
- getDistanceSq(NdPoint, NdPoint) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the square of the euclidian distance between the NdPoints point1 and point2.
- getDistribution(String) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the named previously registered distribution.
- getDistribution(String) - Static method in class repast.simphony.random.RandomHelper
-
Gets the named previously registered distribution.
- getDistribution(String) - Method in interface repast.simphony.random.RandomRegistry
-
Gets the named previously registered distribution.
- getDockable(String) - Method in class repast.simphony.ui.RSGui
-
- getDOrigin() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getDOrigin() - Method in class repast.simphony.relogo.RLDimensions
-
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.AddedRemovedLayoutUpdater
-
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.IntervalLayoutUpdater
-
- getDoSetLocationForAdded() - Method in interface repast.simphony.visualization.LayoutUpdater
-
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.MovedLayoutUpdater
-
- getDoSetLocationForAdded() - Method in class repast.simphony.visualization.UpdateLayoutUpdater
-
- getDouble(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Double value associated with the specified parameter name.
- getDouble(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Double value associated with the specified parameter name.
- getDouble(String) - Method in class repast.simphony.parameter.EmptyParameters
-
- getDouble(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Double value associated with the specified parameter name.
- getDoubleGridValue(int, int) - Method in class repast.simphony.space.gis.RasterLayer
-
- getDoubleWorldValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
-
- getDPrev() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getDriverName() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- getDriverName() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- getDriverName() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- getDriverName() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getDriverName() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- getDryer(Class<T>) - Static method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Retrieves the last added dryer that handles the given type.
- getDuration() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the scheduled duration.
- getDuration() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- getEdge(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getEdge(T, T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getEdge(T, T) - Method in interface repast.simphony.space.graph.Network
-
Retrieves the edge between the specified source and target.
- getEdge() - Method in class repast.simphony.space.graph.NetworkEvent
-
Gets the edge that this event applies to.
- getEdge(int, int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getEdge(double, double) - Method in interface repast.simphony.visualization.visualization3D.layout.JungGraphElementAccessor
-
Returns an Edge which is associated with the
location (x,y).
- getEdge(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getEdge(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getEdge(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the edge nearest to the location of the (x,y) location selected.
- getEdge(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the edge nearest to the location of the (x,y) location selected,
within a distance of maxDistance, Iterates through all
visible edges and checks their distance from the click.
- getEdgeCreator() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
Gets the EdgeCreator used to create edges for
this Network.
- getEdgeCreator() - Method in class repast.simphony.space.graph.JungNetwork
-
Gets the EdgeCreator used to create edges for
this Network.
- getEdgeCreator() - Method in interface repast.simphony.space.graph.Network
-
Gets the EdgeCreator used to create edges for
this Network.
- getEdgeProps(RepastEdge) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
- getEdges() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getEdges(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- GetEdges(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the edges connected to the specified agent in the specified network.
- getEdges() - Method in class repast.simphony.space.graph.JungNetwork
-
- getEdges(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getEdges(T) - Method in interface repast.simphony.space.graph.Network
-
Gets all the edges where the specified object is a source or a target.
- getEdges() - Method in interface repast.simphony.space.graph.Network
-
Gets all the edges in this Network.
- getEdges() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getEdgeStyle(String) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getEdgeStyle() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
-
- getEdgeStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getEdgeStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getEdgeStyleInterface() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The edge style interface associated with the display.
- getEdgeType() - Method in class repast.simphony.relogo.factories.ReLogoEdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in class repast.simphony.relogo.TrackingEdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in class repast.simphony.space.graph.DefaultEdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in interface repast.simphony.space.graph.EdgeCreator
-
Gets the edge type produced by this EdgeCreator.
- getEdgeType() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getEdgeType() - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getEdgeType() - Method in interface repast.simphony.visualization.visualization3D.style.EdgeStyle3D
-
- getEdgeType() - Method in class repast.simphony.xml.DelegatingEdgeCreator
-
- GetEdgeWeight(String, Object, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
- getEditedStyleName(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getEditedStyleName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getEditedStyleName(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getEditedStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getEditedStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getEditedStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.chart2.gui.HistogramActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.chart2.gui.TimeSeriesActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.data2.gui.ConsoleSinkActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.data2.gui.DataSetActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.data2.gui.FileSinkActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.dataLoader.ui.DataLoaderActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.freezedry.gui.FreezerActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.DefaultActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.DescriptorActionUI
-
Returns null indicating the this is not editable, or has nothing interesting to display.
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.editor.SchedulableActionActionUI
-
- getEditor(ScenarioTreeEvent) - Method in interface repast.simphony.ui.plugin.ActionUI
-
Gets the Editor (an editor panel) for editing an action.
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.ParentActionUI
-
- getEditor(ControllerAction) - Method in class repast.simphony.ui.plugin.UIActionExtensions
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.userpanel.ui.UserPanelActionUI
-
- getEditor(ScenarioTreeEvent) - Method in class repast.simphony.visualization.gui.DisplayActionUI
-
- getElementHandler(Element) - Static method in enum repast.simphony.integration.DataFileElementReader
-
- getElementHandler(Element) - Static method in enum repast.simphony.integration.DataFileElementWriter
-
- getElevation(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getElevation(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Get the mark elevation in meters.
- getElevationUnit() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- getEmpirical() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default ChiSquare distribution.
- getEmpirical() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default ChiSquare distribution.
- getEmpirical() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default ChiSquare distribution.
- getEmpiricalWalker() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default EmpiricalWalker distribution.
- getEmpiricalWalker() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default EmpiricalWalker distribution.
- getEmpiricalWalker() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default EmpiricalWalker distribution.
- getEnd1() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the first turtle of a link.
- getEnd1() - Method in class repast.simphony.relogo.Link
-
Returns the first turtle of a link.
- getEnd2() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the second turtle of a link.
- getEnd2() - Method in class repast.simphony.relogo.Link
-
Returns the second turtle of a link.
- getEndColumn() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- getEndLine() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- getEntries() - Method in class repast.simphony.ui.sweep.ParameterSweepParameterPanel
-
- getEntryState() - Method in class repast.simphony.statecharts.CompositeState
-
- getEnvVars() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- getEpochsPerIteration() - Method in class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
- getErrorLog() - Method in class repast.simphony.ui.RSApplication
-
Gets the error log.
- getEstimatedValue() - Method in class org.jscience.physics.amount.Amount
-
Returns the estimated value for this measure stated in this measure
unit.
- getEvaporationConst() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- getEventSource() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- getExactValue() - Method in class org.jscience.physics.amount.Amount
-
Returns the exact value for this measure stated in this measure
unit.
- getExecutionCommand() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Subclasses must specify the execution command including executable location
and arguments required to run the external plugin.
- getExecutionPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getExecutor() - Method in class repast.simphony.integration.DefaultExtProgRunner
-
- getExecutor() - Method in interface repast.simphony.integration.ExternalProgramRunner
-
- getExponential() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default Exponential distribution.
- getExponential() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default Exponential distribution.
- getExponential() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default Exponential distribution.
- getExponentialPower() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default exponentialPower distribution.
- getExponentialPower() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default exponentialPower distribution.
- getExponentialPower() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default exponentialPower distribution.
- getExpression() - Method in class repast.simphony.engine.watcher.query.AndBooleanCondition
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.AndBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.ColocatedBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.DefaultBooleanExpression
-
- getExpression() - Method in interface repast.simphony.engine.watcher.query.IBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.LinkedBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.LinkedFromBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.LinkedToBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedLinkedBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedLinkedFromBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedLinkedToBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedWithinBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedWithinMooreBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.NamedWithinVNBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.NotBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.OrBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.WithinBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.WithinMooreBooleanExpression
-
- getExpression() - Method in class repast.simphony.engine.watcher.query.WithinVNBooleanExpression
-
- getFactoryKeyForCapabilities(WMSCapabilities) - Static method in class repast.simphony.visualization.gis3D.WMSLayersPanel
-
- getFastMethod() - Method in class repast.simphony.engine.schedule.CallBackAction
-
- getFeature(T, Geography) - Method in class repast.simphony.space.gis.DefaultFeatureAgentFactory
-
Create a FeatureAgent instance from the provided agent.
- getFeature(T, Geography) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
- getFeature(T, Geography) - Method in class repast.simphony.space.gis.ShapefileFeatureAgentFactory
-
- getFeatureAgentFactory(Class<?>, Class<? extends Geometry>, CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Gets a feature agent factory for the specified agent type.
- getFeatureType() - Method in class repast.simphony.space.gis.DefaultFeatureAgentFactory
-
Gets the created feature type.
- getFeatureType() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
- getFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>, List<FeatureAttributeAdapter>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
- getFeatureType() - Method in class repast.simphony.space.gis.ShapefileFeatureAgentFactory
-
Gets the created feature type.
- getFeatureTypeStyle() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getField() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the field for this field property.
- getFieldName() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getFieldName() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getFields() - Method in class repast.simphony.engine.watcher.WatcheeDescriptor
-
- getFields(String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Retrieves the fields for a specified type.
- getFields(String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- getFields(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getFieldValue(X, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Retrieves the value of the specified field in the specified row of data.
- getFieldValue(DFRowData, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- getFieldValue(ResultSet, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getFile() - Method in class repast.simphony.data2.FileDataSink
-
Gets the file this FileDataSink will write to.
- getFile() - Method in class repast.simphony.relogo.FileInfo
-
- getFileDef() - Method in class repast.simphony.integration.FileDef
-
Returns the given FileDef object.
- getFileInfoList() - Method in class repast.simphony.relogo.ReLogoModel
-
- getFileName() - Method in class repast.simphony.batch.ssh.BaseOutputNamesFinder.FinderOutput
-
- getFileName() - Method in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
-
- getFilename() - Method in class repast.simphony.data2.builder.FileNameFormatter
-
Gets the formatted file name.
- getFilename(String) - Method in class repast.simphony.data2.builder.FileNameFormatter
-
Gets the file name with the suffix append to it.
- getFileName() - Method in class repast.simphony.data2.engine.FileSinkDescriptor
-
- getFileName() - Method in class repast.simphony.data2.gui.FileChooserStep
-
- getFileName() - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- getFileName() - Method in interface repast.simphony.scenario.ScenarioEntry
-
Gets the file name of the serialized action.
- getFiles() - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Gets a List of the matched files.
- getFiles() - Method in class repast.simphony.batch.ssh.OutputFinder.Instance
-
- getFileSinkOutputPattern() - Method in class repast.simphony.batch.ssh.DefaultOutputPatternCreator
-
Gets the OutputPattern for the file sink output.
- getFileToParseName() - Method in class repast.simphony.integration.DataFileReader
-
- getFillColor(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
-
- getFillColor(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
-
- getFillOpacity(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
-
- getFillOpacity(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
-
- getFilter() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves the filter to use on the context to pull agents out and execute
them.
- getFilter() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the filter associated with this ClassPathEntry.
- getFilter() - Method in interface repast.simphony.util.PredicateFiltered
-
Retrieves the predicate used for filtering.
- getFinalEdges() - Method in class repast.simphony.visualization.cgd.CGDProcessor
-
- getFinalNodes() - Method in class repast.simphony.visualization.cgd.CGDProcessor
-
- getFirst() - Method in class repast.simphony.util.collections.Pair
-
Retrieves the first element in the tuple (first, second).
- getFloat(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Float value associated with the specified parameter name.
- getFloat(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Float value associated with the specified parameter name.
- getFloat(String) - Method in class repast.simphony.parameter.EmptyParameters
-
- getFloat(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Float value associated with the specified parameter name.
- getFloatGridValue(int, int) - Method in class repast.simphony.space.gis.RasterLayer
-
- getFloatWorldValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
-
- getFont() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- getFont() - Method in interface repast.simphony.visualization.visualization3D.Label
-
- getFont() - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- getForecastType() - Method in class repast.simphony.adaptation.regression.RepastRegressionModel
-
- getForegroundColor() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- getFormat() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- getFormat() - Method in class repast.simphony.data2.FileDataSink
-
Gets the format type for this FileDataSink.
- getFormat() - Method in class repast.simphony.ui.widget.BufferSourceStream
-
- getFormatter() - Method in class repast.simphony.data2.FileDataSink
-
Gets the formatter used to format the data written using this FileDataSink.
- getFormatType() - Method in interface repast.simphony.data2.Formatter
-
Gets the type associated with this Formatter.
- getFormatType() - Method in class repast.simphony.data2.LineFormatter
-
- getFormatType() - Method in class repast.simphony.data2.TabularFormatter
-
- getFrame() - Method in class repast.simphony.ui.RSGui
-
Gets the main application frame.
- getFRData(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- getFreezeDryedContextId() - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
-
- getFreezeDryedContextId() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- getFreezeDryedContextId() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- getFreezeDryer(Class<T>) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- getFreezeDryers() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
- getFreezeDryers() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- getFrequency() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the scheduled Frequency of execution.
- getFrom() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getFromRegistry(Object) - Method in class repast.simphony.engine.environment.RunState
-
Gets the item identified by the specified key from the general registry.
- getFullName() - Method in class repast.simphony.ui.editor.ClassListItem
-
- getGamma() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default gamma distribution.
- getGamma() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default gamma distribution.
- getGamma() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default gamma distribution.
- getGenerator(String) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets a previously registered random number generator.
- getGenerator() - Static method in class repast.simphony.random.RandomHelper
-
Gets the random number generator used by the default distributions.
- getGenerator(String) - Static method in class repast.simphony.random.RandomHelper
-
Gets a previously registered random number generator.
- getGenerator(String) - Method in interface repast.simphony.random.RandomRegistry
-
Gets a previously registered random number generator.
- getGeography() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Gets the geography this display displays.
- getGeometry(Object) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the geometric location of the specified object.
- getGeometry(Object) - Method in interface repast.simphony.space.gis.Geography
-
Gets the geometric location of the specified object.
- getGeometry(ValueLayerStyle3D) - Method in interface repast.simphony.visualization.visualization3D.DataGeometry
-
- getGeometry(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.MeshGridGeometry
-
- getGeomType() - Method in class repast.simphony.space.gis.Layer
-
- getGlobeLayers() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- getGlobeLayersMap() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- getGraph() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getGraph() - Method in class repast.simphony.space.graph.JungNetwork
-
- getGraph() - Method in class repast.simphony.visualization.AbstractNetworkLayout
-
- getGraph() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Accessor for the graph that represets all vertices.
- getGraphUtil() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getGravity() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- getGravity() - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- getGreen(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
-
- getGreen(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
Gets the green component of the color for the specified coordinate.
- getGreen(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getGreen(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the green component of the color for the specified coordinate.
- getGreenMethod() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getGreenMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getGreenMethod() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
-
- getGrid() - Method in class repast.simphony.relogo.AbstractObserver
-
- getGrid() - Method in interface repast.simphony.relogo.Observer
-
- getGridButton() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getGridCoverage() - Method in class repast.simphony.space.gis.RasterLayer
-
- getGridExecutionPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getGridLineColor() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- getGridLocation() - Method in class repast.simphony.relogo.AbstractPatch
-
- getGridLocation() - Method in interface repast.simphony.relogo.Patch
-
- getGridLocationAsNdPoint() - Method in class repast.simphony.relogo.AbstractPatch
-
- getGridLocationAsNdPoint() - Method in interface repast.simphony.relogo.Patch
-
- getGridPointAtDisplacement(NdPoint, double[], Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the GridPoint object of the grid location corresponding to the
displacement from the NdPoint currentLocation.
- getGridPointTranslator() - Method in class repast.simphony.space.grid.AbstractGrid
-
Retrieves the rule being used for controlling what happens at or beyond
the borders of the space.
- getGridPointTranslator() - Method in interface repast.simphony.space.grid.Grid
-
Retrieves the rule being used for controlling what happens at or beyond
the borders of the space.
- getGridPointTranslator() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the grid point translator used to calculate points when moving by displacement.
- getGridPointTranslator() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Retrieves the rule being used for controlling what happens at or beyond the
borders of the value layer.
- getGridPointTranslator() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Retrieves the rule being used for controlling what happens at or beyond
the borders of the space.
- getGui() - Method in class repast.simphony.ui.RSApplication
-
Returns the application gui
- getGUIRegistry() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the GUI registry
- getHandler(String) - Static method in enum repast.simphony.freezedry.ArrayValueHandler
-
Retrieves a handler for the specified array type.
- getHandler(int, int) - Method in enum repast.simphony.integration.ArrayDataTypeHandler
-
- getHandler(int, int, Object) - Method in enum repast.simphony.integration.ArrayDataTypeHandler
-
- getHDistance() - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
-
- getHeader() - Method in interface repast.simphony.data2.Formatter
-
Gets the header, if any, approriate to this formatter.
- getHeader() - Method in class repast.simphony.data2.LineFormatter
-
- getHeader() - Method in class repast.simphony.data2.TabularFormatter
-
Gets the ids of the formatted data sources, quoted and separated by the
delimiter.
- getHeading() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the heading of the turtle.
- getHeading() - Method in interface repast.simphony.relogo.Turtle
-
Returns the heading of the turtle.
- getHeading(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getHeading(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
- getHeadingInRads() - Method in class repast.simphony.relogo.AbstractTurtle
-
- getHeadingInRads() - Method in interface repast.simphony.relogo.Turtle
-
- getHeight() - Method in class aragost.repast.visualization.DirtyRegion
-
- getHeight() - Method in class aragost.repast.visualization.UpdatableTexture2D
-
- getHeight() - Method in class repast.simphony.space.Dimensions
-
Gets the size of the y dimension.
- getHeight() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the size of the y dimension.
- getHeight() - Method in class repast.simphony.visualization.Box
-
- getHieght() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getHighlightColor() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- getHistoryStates() - Method in class repast.simphony.statecharts.CompositeState
-
- getHistType() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- getHost() - Method in class repast.simphony.batch.ssh.LocalSession
-
- getHost() - Method in class repast.simphony.batch.ssh.RemoteSession
-
- getHost() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the name or ip address of the remote host.
- getHyperbolic() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default hyperbolic distribution.
- getHyperbolic() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default hyperbolic distribution.
- getHyperbolic() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default hyperbolic distribution.
- getHyperGeometric() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default hyperGeometric distribution.
- getHyperGeometric() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default hyperGeometric distribution.
- getHyperGeometric() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default hyperGeometric distribution.
- getIcon() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayerCheckNode
-
- getIcon() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- getIcon() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkCheckNode
-
- getIcon(boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
Get the icon for this entry.
- getIcon(boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- getIcon() - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- getIconFile2D() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getIconHeight() - Method in class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
-
- getIconHeight() - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- getIconHeight() - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
Returns the icon's height.
- getIconHeight() - Method in class repast.simphony.relogo.factories.RegularButtonIcon
-
- getIconHeight() - Method in class repast.simphony.relogo.factories.ToggleButtonIcon
-
- getIconHeight() - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Returns the icon's height.
- getIconOffset(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getIconOffset(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Return an Offset that determines the icon position relative to the mark
position.
- getIconWidth() - Method in class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
-
- getIconWidth() - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- getIconWidth() - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
Returns the icon's width.
- getIconWidth() - Method in class repast.simphony.relogo.factories.RegularButtonIcon
-
- getIconWidth() - Method in class repast.simphony.relogo.factories.ToggleButtonIcon
-
- getIconWidth() - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Returns the icon's width.
- getId() - Method in class repast.simphony.batch.ssh.LocalSession
-
- getId() - Method in class repast.simphony.batch.ssh.RemoteSession
-
- getId() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the id (user@host) of this Remote.
- getID() - Method in class repast.simphony.chart2.engine.ChartActionCreator
-
- getId() - Method in class repast.simphony.context.AbstractContext
-
- getId() - Method in class repast.simphony.context.FormerDefaultContext
-
- getId() - Method in interface repast.simphony.context.RepastElement
-
- getId() - Method in class repast.simphony.data2.AbstractDataSet
-
- getId() - Method in class repast.simphony.data2.BatchRunDataSource
-
- getId() - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
- getId() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets the id of the DataSet that this will build.
- getId() - Method in class repast.simphony.data2.CountDataSource
-
- getId() - Method in interface repast.simphony.data2.DataSet
-
Gets the id of this DataSet.
- getId() - Method in interface repast.simphony.data2.DataSource
-
Gets the unique id of this DataSource.
- getId() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
-
- getId() - Method in class repast.simphony.data2.engine.CountSourceDefinition
-
- getId() - Method in class repast.simphony.data2.engine.CustomDataSourceDefinition
-
- getID() - Method in class repast.simphony.data2.engine.DataInitActionCreator
-
- getID() - Method in class repast.simphony.data2.engine.DataSetsActionCreator
-
- getId() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- getId() - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
-
- getID() - Method in class repast.simphony.data2.engine.TextSinkActionCreator
-
- getId() - Method in class repast.simphony.data2.MethodDataSource
-
- getId() - Method in class repast.simphony.data2.ParameterDataSource
-
- getId() - Method in class repast.simphony.data2.RandomSeedDataSource
-
- getId() - Method in class repast.simphony.data2.TickCountDataSource
-
- getID() - Method in class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
-
- getID() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- getID() - Method in class repast.simphony.engine.watcher.AnnotatedWatchData
-
Gets the id string for the Watch this is associated with.
- getID() - Method in class repast.simphony.engine.watcher.DefaultWatchData
-
Gets the id string for the Watch this is associated with.
- getID() - Method in interface repast.simphony.engine.watcher.WatchData
-
Gets the id string for the Watch this is associated with.
- getId() - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- getId(Object) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- getID() - Method in class repast.simphony.gis.engine.GISCompositeControllerActionCreator
-
- getID() - Method in class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
-
- getID() - Method in interface repast.simphony.plugin.CompositeControllerActionCreator
-
Gets the unique id for this action.
- getID() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
-
- getId() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets this attribute's id.
- getId() - Method in class repast.simphony.scenario.data.AttributeContainer
-
Gets the id of this attribute container.
- getID() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getId() - Method in class repast.simphony.statecharts.AbstractState
-
- getId() - Method in class repast.simphony.statecharts.old.State
-
- getId() - Method in class repast.simphony.statecharts.Transition
-
- getID() - Method in class repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
-
- getID() - Method in class repast.simphony.visualization.engine.DisplayCompositeActionCreator
-
- getID() - Method in class repast.simphony.visualizationOGL2D.ImageSpatialSource
-
- getID() - Method in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
-
- getID() - Method in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Gets the unique name for this source.
- getID() - Method in class repast.simphony.visualizationOGL2D.SVGSpatialSource
-
- getIDColumn(String) - Static method in class repast.simphony.freezedry.FreezeDryUtils
-
- getIdentifier() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getIdentifier() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- getIdentifier() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- getIDProperty() - Method in interface repast.simphony.ui.probe.ProbeInfo
-
Gets the PropertyDescriptor for the ID property for
the class.
- getImage() - Method in class aragost.repast.visualization.UpdatableTexture2D
-
Gets the BufferedImage drawn on the this Texture2D.
- GetImage() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- getImage() - Method in interface repast.simphony.ui.Imageable
-
Gets a BufferedImage.
- getImage() - Method in class repast.simphony.ui.ImageableJComponentAdapter
-
Gets a BufferedImage that displays the contents of the JComponent.
- getImpliedLayout2D() - Method in class repast.simphony.visualization.continuous.ContinuousProjectionDescriptor
-
Gets the implied 2d layout of the projection, if any.
- getImpliedLayout2D() - Method in class repast.simphony.visualization.engine.DefaultProjectionDescriptor
-
Deprecated.
Gets the implied 2d layout of the projection, if any.
- getImpliedLayout2D() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the implied 2d layout of the projection, if any.
- getImpliedLayout2D() - Method in class repast.simphony.visualization.gis.GisProjectionDescriptor
-
- getImpliedLayout2D() - Method in class repast.simphony.visualization.grid.GridProjectionDescriptor
-
Gets the implied 2d layout of the projection, if any.
- getImpliedLayout3D() - Method in class repast.simphony.visualization.continuous.ContinuousProjectionDescriptor
-
Gets the implied 3d layout of the projection, if any.
- getImpliedLayout3D() - Method in class repast.simphony.visualization.engine.DefaultProjectionDescriptor
-
Deprecated.
Gets the implied 3d layout of the projection, if any.
- getImpliedLayout3D() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the implied 3d layout of the projection, if any.
- getImpliedLayout3D() - Method in class repast.simphony.visualization.gis.GisProjectionDescriptor
-
- getImpliedLayout3D() - Method in class repast.simphony.visualization.grid.GridProjectionDescriptor
-
Gets the implied 3d layout of the projection, if any.
- getInDegree(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getInDegree(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getInDegree(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the in degree of the node associated with the specified object.
- getInDegree(T) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
-
- getIndex() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- getIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- getIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- getIndex1() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
- getIndex1() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
- getIndex2() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
- getIndex2() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
- getInEdges(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- GetInEdges(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the edges for which the specified agent is the target in the
specified network.
- getInEdges(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getInEdges(T) - Method in interface repast.simphony.space.graph.Network
-
Gets all the in-edges for the specified object.
- getInitData() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Gets the data used to initialize this display.
- getInitData() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Gets the data used to initialize this display.
- getInitData() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
Get the data used to initialize this display.
- getInitialValue() - Method in class repast.simphony.ui.DefaultTickCountFormatter
-
Gets the initial text to display before the simulation clock has started.
- getInitialValue() - Method in interface repast.simphony.ui.plugin.TickCountFormatter
-
Gets the initial text to display before the simulation clock has started.
- getInput() - Method in class repast.simphony.batch.ssh.LocalSession
-
- getInput() - Method in class repast.simphony.batch.ssh.RemoteSession
-
- getInput() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the file that contains parameter input for this Session.
- getInputStream() - Method in class repast.simphony.essentials.DevNull
-
- getInstallHome() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Gets the home directory of the application.
- getInstallHome() - Method in class repast.simphony.data.analysis.BrowseForHomeStep
-
- getInstance() - Static method in class repast.simphony.batch.ssh.SSHSessionFactory
-
- getInstance() - Static method in class repast.simphony.dataLoader.engine.ContextBuilderFactory
-
Gets the singleton instance of the ContextBuilderFactory.
- getInstance() - Static method in class repast.simphony.engine.environment.RunEnvironment
-
Gets the current RunEnvironment.
- getInstance() - Static method in class repast.simphony.engine.environment.RunState
-
- getInstance() - Static method in class repast.simphony.engine.watcher.WatcherTrigger
-
Gets the instance of the WatcherTrigger.
- getInstance() - Static method in class repast.simphony.relogo.ReLogoModel
-
- getInstance() - Static method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Returns the singleton instance of this finder.
- getInstance() - Static method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- getInstance() - Static method in class repast.simphony.ui.probe.BindableBeanCreator
-
- getInstance() - Static method in class repast.simphony.ui.probe.ProbeableBeanCreator
-
- getInstance() - Static method in class repast.simphony.ui.probe.ProbeIntrospector
-
Gets the instance of the ProbeIntrospector.
- getInstance() - Static method in class repast.simphony.util.bytecode.ByteCodeUtilities
-
Gets the singleton instance of ByteCodeUtilities.
- getInstance() - Static method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.
- getInstances() - Method in class repast.simphony.batch.ssh.LocalSession
-
- getInstances() - Method in class repast.simphony.batch.ssh.RemoteSession
-
- getInstances() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the number of model instances to run on this Remote.
- getInstrumented() - Static method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
- getInt(Queryable, Element, String) - Static method in enum repast.simphony.integration.DataFileElements
-
- getInteger(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Integer value associated with the specified parameter name.
- getInteger(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Integer value associated with the specified parameter name.
- getInteger(String) - Method in class repast.simphony.parameter.EmptyParameters
-
- getInteger(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Integer value associated with the specified parameter name.
- getIntegerGridValue(int, int) - Method in class repast.simphony.space.gis.RasterLayer
-
- getIntegerWorldValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
-
- getInterface() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
The projection class that this registry data represents.
- getInterface() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- getInterface() - Method in enum repast.simphony.scenario.data.ProjectionType_old
-
- getInterval() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the interval at which to repeat the execution of an action.
- getInterval() - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- getInterval() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- getInterval() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- getInterval() - Method in class repast.simphony.statecharts.MessageTrigger
-
- getInterval() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- getInterval() - Method in class repast.simphony.statecharts.TimedTrigger
-
- getInterval() - Method in interface repast.simphony.statecharts.Trigger
-
- getIOExts() - Method in class repast.simphony.batch.BatchScenarioLoader
-
- getIoExts() - Method in class repast.simphony.plugin.ActionExtensions
-
- getIOExts() - Method in class repast.simphony.scenario.ScenarioLoader
-
- getItem(int) - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
Returns the item at a given index.
- getItem(int) - Method in class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
-
- getItem(int) - Method in class org.jdesktop.swingx.autocomplete.ListAdaptor
-
- getItemCount() - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
Returns the number of items in the list.
- getItemCount() - Method in class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
-
- getItemCount() - Method in class org.jdesktop.swingx.autocomplete.ListAdaptor
-
- getIterable(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- getJavaClass() - Method in class repast.simphony.parameter.FileParameterType
-
Gets the Java class associated with this type, i.e.
- getJavaClass() - Method in interface repast.simphony.parameter.ParameterType
-
Gets the Java class associated with this type.
- getJavaClass() - Method in class repast.simphony.scenario.data.AttributeFactory.PType
-
- getJavaExecutable() - Static method in class repast.simphony.util.Launcher
-
- getKey() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Returns a visualization-specific key (that is, specific both to this
instance and AbstractLayout that can be used to access
- getKeyFile() - Method in class repast.simphony.batch.ssh.RemoteSession
-
- getKeys() - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
-
Gets an iterable over all the valid keys for these properties.
- getKeys() - Method in interface repast.simphony.visualization.VisualizationProperties
-
Gets an iterable over all the valid keys for these properties.
- getLabel() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
-
- getLabel() - Method in class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
-
- getLabel() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the label.
- getLabel() - Method in interface repast.simphony.relogo.Turtle
-
Returns the label.
- getLabel() - Method in class repast.simphony.ui.DefaultActionUI
-
- getLabel() - Method in class repast.simphony.ui.DescriptorActionUI
-
- getLabel() - Method in class repast.simphony.ui.parameters.AbstractParameterBinder
-
Gets the label for the component created by this CompCreator.
- getLabel() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Gets the label for the component created by this CompCreator.
- getLabel() - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
Gets the label for this menu item.
- getLabel() - Method in interface repast.simphony.ui.plugin.ActionUI
-
- getLabel() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Returns the label specified in the construction.
- getLabel() - Method in interface repast.simphony.ui.plugin.EditorMenuItem
-
Gets the label for this menu item.
- getLabel() - Method in class repast.simphony.ui.plugin.ParentActionUI
-
- getLabel() - Method in class repast.simphony.userpanel.ui.UserPanelActionUI
-
- getLabel(T, String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getLabel(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- getLabel(Object, String) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getLabel() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabel(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getLabel(EditedStyleData, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getLabel(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getLabel(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The agent on-screen label.
- getLabel() - Method in class repast.simphony.visualization.gui.DisplayActionUI
-
- getLabel(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getLabel(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getLabel() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- getLabel() - Method in interface repast.simphony.visualization.visualization3D.Label
-
- getLabel() - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- getLabel(T, String) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getLabel(T, String) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getLabel(T, String) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getLabel() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getLabel(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getLabel(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets a label for the specified object.
- getLabelColor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the label color for a turtle or link.
- getLabelColor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the label color for a turtle or link.
- getLabelColor() - Method in class repast.simphony.relogo.Link
-
Returns the label color for a turtle or link.
- getLabelColor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the label color for a turtle or link.
- getLabelColor(T, Color) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getLabelColor(Object, Color) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getLabelColor() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabelColor(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getLabelColor(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getLabelColor(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The mark label color.
- getLabelColor(T, Color) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getLabelColor(T, Color) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getLabelColor(T, Color) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getLabelColor() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getLabelColor(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getLabelColor(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the label color.
- getLabelFont(T, Font) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getLabelFont(Object, Font) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getLabelFont(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getLabelFont(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getLabelFont(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The mark label font.
- getLabelFont(T, Font) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getLabelFont(T, Font) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getLabelFont(T, Font) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getLabelFont() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getLabelFont(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getLabelFont(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the font for this objects label.
- getLabelFontFamily() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabelFontSize() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabelFontType() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabelMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabelOffset(T) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getLabelOffset(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getLabelOffset() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabelOffset(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getLabelOffset(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Return an Offset that determines the label position relative to the mark
position.
- getLabelOffset(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getLabelOffset(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getLabelOffset(T) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getLabelPosition(T, Style3D.LabelPosition) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getLabelPosition(Object, Style3D.LabelPosition) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getLabelPosition() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabelPosition(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getLabelPosition(T, Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getLabelPosition(T, Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getLabelPosition(T, Style3D.LabelPosition) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getLabelPosition() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getLabelPosition(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getLabelPosition(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the position of the label relative the VSpatial.
- getLabelPrecision() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getLabels() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the node labels, if any, for this matrix.
- getLabels() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the node labels, if any, for this matrix.
- getLabelXOffset(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getLabelXOffset(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getLabelXOffset(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets an optional X offset for the label location.
- getLabelYOffset(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getLabelYOffset(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getLabelYOffset(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets an optional Y offset for the label location.
- getLastColor() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- getLastTimer() - Method in class repast.simphony.relogo.ReLogoModel
-
- getLayer() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- getLayer() - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
Gets the FeatureLayer that this PGisLayer displays.
- getLayer() - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- getLayer(Class) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the layer for the specified type.
- getLayer(String) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the named layer.
- getLayer(Class) - Method in interface repast.simphony.space.gis.Geography
-
Gets the layer for the specified type.
- getLayer(String) - Method in interface repast.simphony.space.gis.Geography
-
Gets the named layer.
- getLayerName() - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
-
- getLayerName() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
-
- getLayerNames() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the names of the layers in this geography.
- getLayerNames() - Method in interface repast.simphony.space.gis.Geography
-
Gets the names of the layers in this geography.
- getLayerOrder(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getLayerOrder(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayerOrder(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getLayerOrders() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- getLayerOrders() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getLayerOrders() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayerOrders() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getLayerPanel() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- getLayers(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- getLayers(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.
Get the layers that exist exactly at the path specified.
- getLayout() - Method in class repast.simphony.visualization.AbstractLayoutUpdater
-
Gets the layout whose updates this updater manages.
- getLayout() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- getLayout() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- getLayout() - Method in interface repast.simphony.visualization.IDisplay
-
Gets the layout the display uses
- getLayout() - Method in interface repast.simphony.visualization.LayoutUpdater
-
Gets the layout whose updates this updater manages.
- getLayout() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Gets the layout.
- getLayout() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- getLayout() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- getLayoutClassName() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getLayoutClassName() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutClassName() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getLayoutFrqeuency() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getLayoutFrqeuency() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutFrqeuency() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getLayoutInterval() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getLayoutInterval() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutInterval() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getLayoutProjection() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getLayoutProjection() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutProjection() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the name of the projection associated with the layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.AbstractNetworkLayout
-
- getLayoutProperties() - Method in class repast.simphony.visualization.cgd.CGDLayout
-
- getLayoutProperties() - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getLayoutProperties() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getLayoutProperties() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getLayoutProperties() - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in interface repast.simphony.visualization.Layout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.NullLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
Gets the layout properties for this layout.
- getLayoutProperties() - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
Gets the layout properties for this layout.
- getLength(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- getLine() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
Deprecated.
- getLinearVelocity(T) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- getLinearVelocity(T) - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- getLineColor(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
-
- getLineColor(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
-
- getLineColor(RepastEdge) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
-
- getLineColor(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
-
- getLineMaterial(T, Material) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getLineMaterial(T, Material) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The material (color) of the line.
- getLineOpacity(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
-
- getLineOpacity(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
-
- getLineOpacity(RepastEdge) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
-
- getLineOpacity(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
-
- getLineStyle() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getLineSymbolizerFactory(Color, Stroke) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
-
- getLineType() - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- getLineWidth(RepastEdge<?>) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleOGL2D
-
- getLineWidth(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getLineWidth(RepastEdge) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
-
- getLineWidth(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
-
- getLineWidth(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Width of the line that connects an elevated mark with the surface.
- getLineWidth(RepastEdge) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
-
- getLineWidth(T) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
-
- getLineWidth(RepastEdge<?>) - Method in class repast.simphony.visualizationOGL2D.DefaultEdgeStyleOGL2D
-
- getLineWidth(RepastEdge<?>) - Method in interface repast.simphony.visualizationOGL2D.EdgeStyleOGL2D
-
Gets the width of the line used to represent the edge.
- getLinkFactory() - Method in class repast.simphony.relogo.AbstractObserver
-
- getLinkFactory() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- getLinkType() - Method in class repast.simphony.relogo.AbstractLink
-
- getLinkType() - Method in class repast.simphony.relogo.Link
-
- getLinkTypeClass(String) - Method in class repast.simphony.relogo.factories.LinkFactory
-
- getList() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class repast.simphony.chart2.wizard.DataSetRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class repast.simphony.visualization.gui.AgentSelectionStep.AgentDataRenderer
-
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListDataRenderer
-
- getListeners() - Method in class repast.simphony.ui.table.ProbePropertyTableModel
-
- getListModel() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
-
- getLNext() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getLoaderForFile(String) - Static method in class repast.simphony.visualization.editedStyle.ModelLoaderUtils
-
- getLoc() - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
-
- getLocalBoundingSphere() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- getLocalButton() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getLocalExecutionPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getLocalScale() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- getLocation(Object) - Method in class repast.simphony.context.AbstractSpatialContext
-
- getLocation(Object) - Method in interface repast.simphony.context.SpatialContext
-
- getLocation() - Method in class repast.simphony.gis.ui.probe.CoverageLocationProbe
-
- getLocation() - Method in class repast.simphony.gis.ui.probe.GeographyLocationProbe
-
Gets the objects location as a String.
- getLocation(Object) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the location of the specified object.
- getLocation(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- getLocation(Object) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the location of the specified object.
- getLocation(Object) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the location of the specified object.
- getLocation(Object) - Method in interface repast.simphony.space.grid.Grid
-
Gets the location of the specified object.
- getLocation() - Method in class repast.simphony.ui.probe.GridLocationProbe
-
Gets the objects location as a String.
- getLocation() - Method in class repast.simphony.ui.probe.SpaceLocationProbe
-
Gets the objects location as a String.
- getLocation() - Method in class repast.simphony.ui.probe.ValueLayerLocationProbe
-
Gets the objects location as a String.
- getLocation(double...) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
- getLocation() - Method in class repast.simphony.valueLayer.GridCell
-
- getLocation(T) - Method in class repast.simphony.visualization.cgd.CGDLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the location of the specified object.
- getLocation(Object) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the location of the specified object.
- getLocation(Object) - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
- getLocation(T) - Method in interface repast.simphony.visualization.Layout
-
Gets the location of the specified object as determined by this layout.
- getLocation(Object) - Method in class repast.simphony.visualization.NullLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
- getLocation(T) - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
-
- getLocation(T) - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Finds the location of the object
- getLocation(Object, boolean) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
-
- getLocation(Object, boolean) - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
-
- getLocation(Object) - Method in interface repast.simphony.visualization.visualization3D.layout.JungVertexLocationFunction
-
- getLocation(Object, boolean) - Method in interface repast.simphony.visualization.visualization3D.layout.JungVertexLocationFunction
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
- getLocation(Object) - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
- getLocation() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getLocationData() - Method in class repast.simphony.visualization.AbstractNetworkLayout
-
- getLocationData() - Method in class repast.simphony.visualization.NullLayout
-
- getLocationDescriptor() - Method in class repast.simphony.gis.ui.probe.CoverageLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in class repast.simphony.gis.ui.probe.GeographyLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in class repast.simphony.ui.probe.GridLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in interface repast.simphony.ui.probe.LocationProbe
-
- getLocationDescriptor() - Method in class repast.simphony.ui.probe.SpaceLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocationDescriptor() - Method in class repast.simphony.ui.probe.ValueLayerLocationProbe
-
Gets the property descriptor for the location property of this probe.
- getLocations(Object) - Method in class repast.simphony.gis.ui.probe.GeographyLocationProbeProvider
-
- getLocations(Object) - Method in interface repast.simphony.ui.probe.LocationProbeProvider
-
- getLocator() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- getLogarithmic() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default logarithmic distribution.
- getLogarithmic() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default logarithmic distribution.
- getLogarithmic() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default logarithmic distribution.
- getLong(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Boolean value associated with the specified parameter name.
- getLong(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Boolean value associated with the specified parameter name.
- getLong(String) - Method in class repast.simphony.parameter.EmptyParameters
-
- getLong(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the Long value associated with the specified parameter name.
- getLower() - Method in class repast.simphony.visualization.Box
-
- getLPrev() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getManager() - Method in class repast.simphony.plugin.ModelPluginLoader
-
Gets the PluginManger.
- getMapLayer() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
Gets the layer that contains the individual
map layers.
- getMark(String) - Method in class repast.simphony.gis.styleEditor.SimpleMarkFactory
-
Creates a Shape using the well-known text (WKT) for the mark based on the
SLD 1.0 specification
- getMarkModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getMasterContext() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the master context for the simulation.
- getMasterContextId() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- getMasterContextId() - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- getMasterControllerActions() - Method in class repast.simphony.scenario.Scenario
-
Gets all the user added master controller actions.
- getMatrices() - Method in class repast.simphony.context.space.graph.DLMatrixReader
-
Returns a list of the read AdjacencyMatrices.
- getMatrices() - Method in class repast.simphony.context.space.graph.ExcelMatrixReader
-
Returns a list of the read AdjacencyMatrices.
- getMatrices() - Method in interface repast.simphony.context.space.graph.NetworkMatrixReader
-
Returns a list of the read AdjacencyMatrices.
- getMatrixLabel() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the label for this matrix.
- getMatrixLabel() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the label for this matrix.
- getMatrixReader(InputStream) - Method in class repast.simphony.context.space.graph.DLNetworkLoader
-
- getMatrixReader(InputStream) - Method in class repast.simphony.context.space.graph.ExcelNetworkLoader
-
- getMatrixReader(InputStream) - Method in class repast.simphony.context.space.graph.MatrixNetworkLoader
-
- getMax() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- getMax() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getMaxEIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getMaximumValue() - Method in class org.jscience.physics.amount.Amount
-
Returns the upper bound interval value for this measure stated in
this measure unit.
- getMaxNIndex() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getMaxPxcor() - Method in class repast.simphony.relogo.Link
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in interface repast.simphony.relogo.Observer
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns the maximum x coordinate for all patches.
- getMaxPxcor() - Method in class repast.simphony.relogo.RLDimensions
-
- getMaxPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the maximum x coordinate for all patches.
- getMaxPxcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the maximum x coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getMaxPycor() - Method in class repast.simphony.relogo.Link
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in interface repast.simphony.relogo.Observer
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns the maximum y coordinate for all patches.
- getMaxPycor() - Method in class repast.simphony.relogo.RLDimensions
-
- getMaxPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the maximum y coordinate for all patches.
- getMaxPycorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the maximum y coordinate for all patches.
- getMaxSubSteps() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- getMaxSubSteps() - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- getMaxValue() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- getMaxX() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getMaxY() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getMaxZ() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getMessage() - Method in exception repast.simphony.engine.watcher.query.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error repast.simphony.engine.watcher.query.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in class repast.simphony.engine.watcher.WatcheeDataFinder.FinderResult
-
- getMethod() - Method in class repast.simphony.data2.MethodDataSource
-
Gets the FastMethod that this MethodDataSource will invoke on a "get".
- getMethod() - Method in class repast.simphony.engine.schedule.CallBackAction
-
Gets the method that this callback action will call.
- getMethodFloat(String, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getMethodName() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- getMethodName() - Method in class repast.simphony.engine.schedule.CallBackAction
-
- getMethodName() - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Retrieves the name of the method to call on the filtered objects.
- getMethodName() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves the name of the method to call on the filtered objects.
- getMethodName() - Method in class repast.simphony.engine.schedule.DynamicTargetAction
-
- getMin() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- getMin() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getMinimumValue() - Method in class org.jscience.physics.amount.Amount
-
Returns the lower bound interval value for this measure stated in
this measure unit.
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getMinPxcor() - Method in class repast.simphony.relogo.Link
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in interface repast.simphony.relogo.Observer
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns the minimum x coordinate for all patches.
- getMinPxcor() - Method in class repast.simphony.relogo.RLDimensions
-
- getMinPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the minimum x coordinate for all patches.
- getMinPxcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the minimum x coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getMinPycor() - Method in class repast.simphony.relogo.Link
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in interface repast.simphony.relogo.Observer
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns the minimum y coordinate for all patches.
- getMinPycor() - Method in class repast.simphony.relogo.RLDimensions
-
- getMinPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the minimum y coordinate for all patches.
- getMinPycorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the minimum y coordinate for all patches.
- getMinValue() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- getMinX() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getMinY() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getMinZ() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getMode() - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- getModel() - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
-
- getModel() - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
-
- getModel() - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
-
- getModel() - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
-
- getModel() - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
-
- getModel() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
-
- getModel() - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- getModel() - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
-
- getModel() - Method in class repast.simphony.util.wizard.DynamicWizard
-
- getModel() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
- getModelActionCount() - Method in class repast.simphony.engine.schedule.ActionQueue
-
- getModelActionCount() - Method in interface repast.simphony.engine.schedule.ISchedule
-
- getModelActionCount() - Method in class repast.simphony.engine.schedule.Schedule
-
- getModelArchive() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the path to the model archive.
- getModelData() - Method in class repast.simphony.scenario.Scenario
-
- getModelFile3D() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getModelInit() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the name of an optional model initializer class.
- getModelInitializer() - Method in class repast.simphony.batch.BatchScenario
-
Gets a custom ModelInitializer, if any, supplied by the user.
- getModelInitializer() - Method in class repast.simphony.scenario.Scenario
-
Instantiates and returns the first ModelInitializer found in
the user's model classpath.
- getModelInitName() - Method in class repast.simphony.scenario.Scenario
-
- getModelName() - Method in class repast.simphony.engine.environment.RunInfo
-
Retrieves the name of the rootContext the logging is running for
- getModelParam(String) - Method in class repast.simphony.relogo.ReLogoModel
-
- getModelParams() - Method in class repast.simphony.relogo.ReLogoModel
-
- getModelPluginPath() - Method in class repast.simphony.scenario.Scenario
-
- getModelSchedule() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the schedule that models should use to schedule their actions.
- getModelSchedule() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the schedule that models should use to schedule their actions.
- getMonitor(String) - Method in class repast.simphony.relogo.ReLogoModel
-
- getMyLinkFactory() - Method in class repast.simphony.relogo.AbstractLink
-
- getMyObserver() - Method in class repast.simphony.relogo.AbstractLink
-
- getMyObserver() - Method in class repast.simphony.relogo.AbstractPatch
-
- getMyObserver() - Method in class repast.simphony.relogo.AbstractTurtle
-
- getMyPatchFactory() - Method in class repast.simphony.relogo.AbstractPatch
-
- getMyTurtleFactory() - Method in class repast.simphony.relogo.AbstractTurtle
-
- getName() - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
-
- getName() - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
-
- getName() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getName() - Method in class repast.simphony.data2.FileDataSink
-
Gets the name of this FileDataSink.
- getName() - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
-
- getName() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- getName() - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
-
- getName() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- getName() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- getName() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- getName() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- getName() - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- getName(JComponent) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Retrieves the name of a given component.
- getName(JComponent) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Retrieves the name of a given component.
- getName() - Method in class repast.simphony.engine.schedule.DefaultDescriptor
-
Retrieves the name of this descriptor.
- getName() - Method in interface repast.simphony.engine.schedule.Descriptor
-
Retrieves the name of the descriptor.
- getName() - Method in class repast.simphony.engine.watcher.FieldDescriptor
-
- getName() - Method in class repast.simphony.engine.watcher.query.ASTName
-
- getName() - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
Get the name of this Legend Entry
- getName() - Method in enum repast.simphony.gis.visualization.engine.GISDisplayDescriptor.VIEW_TYPE
-
- getName(String) - Static method in class repast.simphony.integration.DataFileUtils
-
- getName() - Method in class repast.simphony.integration.ObjectHolder
-
The name that value was stored under.
- getName() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the name of the parameter that this is the schema for.
- getName() - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Gets the name of the parameter this setter will set.
- getName() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the name of the parameter that this is the schema for.
- getName() - Method in class repast.simphony.relogo.image.NLImage
-
Getter method for preferred name for this drawing.
- getName() - Method in class repast.simphony.scenario.AbstractDescriptor
-
Retrieves the name of this descriptor.
- getName() - Method in enum repast.simphony.scenario.data.ProjectionType_old
-
- getName() - Method in class repast.simphony.scenario.data.UserPathData
-
Gets the name the model.
- getName() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getName() - Method in class repast.simphony.space.gis.Layer
-
Gets the name of this layer.
- getName() - Method in class repast.simphony.space.gis.RasterLayer
-
- getName() - Method in class repast.simphony.space.projection.DefaultProjection
-
Gets the name of this projection.
- getName() - Method in interface repast.simphony.space.projection.Projection
-
- getName() - Method in class repast.simphony.ui.parameters.AbstractParameterBinder
-
- getName() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Gets the name of the parameter for which this is the binder.
- getName() - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- getName() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the name of this field property.
- getName() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- getName() - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
- getName() - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Gets the name of this value layer.
- getName() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Gets the name of this ValueLayer.
- getName() - Method in interface repast.simphony.valueLayer.ValueLayer
-
Gets the name of this ValueLayer.
- getName() - Method in class repast.simphony.visualization.AbstractNetworkLayout
-
- getName() - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
- getName() - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
- getName() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getName() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
-
- getName() - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
- getName() - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
- getName() - Method in class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
-
- getName() - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
-
- getName() - Method in interface repast.simphony.visualization.Layout
-
Gets the name of the layout
- getName() - Method in class repast.simphony.visualization.NullLayout
-
- getName() - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
- getName() - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
- getName() - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
- getNegativeBinomial() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default negativeBinomial distribution.
- getNegativeBinomial() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default negativeBinomial distribution.
- getNegativeBinomial() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default negativeBinomial distribution.
- getNeighborhood(boolean) - Method in class repast.simphony.query.space.grid.GridCellNgh
-
Gets the neighborhood of GridCells.
- getNet() - Method in class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.AbstractNetworkQuery
-
Implementor should return the iterator appropriate to their query.
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.NetworkAdjacent
-
Returns an iterator over nodes in the network that are adjacent to the
node specified in the constructor.
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.NetworkPredecessor
-
Returns an iterator over nodes in the network that are predecessor of the
node specified in the constructor.
- getNetNghIterable(Network<T>) - Method in class repast.simphony.query.space.graph.NetworkSuccessor
-
Returns an iterator over nodes in the network that are successors of the
node specified in the constructor.
- getNetwork(String) - Method in class repast.simphony.relogo.AbstractObserver
-
- getNetwork(String) - Method in interface repast.simphony.relogo.Observer
-
- getNetwork() - Method in class repast.simphony.space.graph.NetworkEvent
-
Gets the network that was the source of this event.
- getNetworkDescriptors() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- getNetworkEditedStyleName(Object) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getNetworkEditedStyleName(Object) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getNetworkEditedStyleName(Object) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getNetworkLayer(NetworkDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- getNetworks() - Method in class repast.simphony.data2.gui.NetworkChooserStep
-
- getNetworkStyleClassName(Object) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getNetworkStyleClassName(Object) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getNetworkStyleClassName(Object) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getNewCoord(int, double) - Method in class repast.simphony.space.continuous.StickyBorders
-
- getNewCoord(int, double) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
- getNewCoord(int, int) - Method in class repast.simphony.space.grid.StickyBorders
-
- getNewCoord(int, int) - Method in class repast.simphony.space.grid.WrapAroundBorders
-
- getNewLineConverter() - Method in class repast.simphony.integration.DataFileReader
-
- getNewLineConverter() - Method in class repast.simphony.integration.DataFileWriter
-
- getNewLineConverter(String) - Static method in enum repast.simphony.integration.EscapeConverter
-
- getNewLineConverter(String) - Static method in enum repast.simphony.integration.NewLinePatternConverter
-
Returns the converter that has the specified type as it type.
- getNewLineType(Element) - Static method in class repast.simphony.integration.DataFileElements.FILE_DEF_ATTRS
-
- getNext() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Gets the next Iterable from which to retrieve the next object.
- getNextBatchNumber() - Method in interface repast.simphony.engine.controller.Controller
-
Gets the next batch number.
- getNextBatchNumber() - Method in class repast.simphony.engine.controller.DefaultController
-
Gets the next batch number.
- getNextDelimited() - Method in class repast.simphony.util.Scanner
-
Fetches the next String of characters up to the current delimiter.
- getNextLength(int) - Method in class repast.simphony.util.Scanner
-
Retrieves the next n characters from the stream, where n is the specified length.
- getNextObj() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
- getNextPattern(String) - Method in class repast.simphony.util.Scanner
-
Retrieves a sequence of characters that matches the specified pattern.
- getNextRunNumber() - Method in interface repast.simphony.engine.controller.Controller
-
Gets the next run number.
- getNextRunNumber() - Method in class repast.simphony.engine.controller.DefaultController
-
Gets the next run number.
- getNextTime(GraphParams<E>, E) - Method in class repast.simphony.engine.graph.AbstractGraphExecutor
-
- getNextTime() - Method in class repast.simphony.engine.schedule.AbstractAction
-
Returns the next time this AbstractAction should be executed.
- getNextTime() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets the next time this ScheduledAction is to execute.
- getNextTime() - Method in interface repast.simphony.engine.schedule.PriorityQueueAction
-
Gets the next time this PriorityQueueAction should be executed.
- getNextTime() - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- getNextTime() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- getNextTime() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- getNextTime() - Method in class repast.simphony.statecharts.MessageTrigger
-
- getNextTime() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- getNextTime() - Method in class repast.simphony.statecharts.TimedTrigger
-
- getNextTime() - Method in interface repast.simphony.statecharts.Trigger
-
- getNextToken() - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- getNextToken() - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- getNLAngle(double) - Static method in class repast.simphony.relogo.Utility
-
Returns the Logo appropriate angle, i.e., between 0 to <360, given an
angle in degrees.
- getNode(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getNode() - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- getNodeColor() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentLayer
-
- getNodes() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getNodes() - Method in class repast.simphony.space.graph.JungNetwork
-
- getNodes() - Method in interface repast.simphony.space.graph.Network
-
Gets an iterator over all the agent nodes in this network.
- getNodes() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getNodes(PStack, boolean) - Method in class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.
Gets the non-camera, layer, etc.
- getNonParamMapFile(List<File>) - Method in class repast.simphony.batch.ssh.OutputAggregator
-
- getNormal() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default normal distribution.
- getNormal() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default normal distribution.
- getNormal() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default normal distribution.
- getNotEqualsFilter(Class<?>...) - Static method in class repast.simphony.engine.controller.ClassFilter
-
Gets a ClassFilter that filters based on whether or not the
class passed to the filter is equal to one of the specified classes.
- getNumBands() - Method in class repast.simphony.space.gis.RasterLayer
-
- getNumber() - Method in class repast.simphony.engine.watcher.query.ASTNumber
-
- getNumberFormatInstance() - Static method in class repast.simphony.ui.probe.Utils
-
- getNumberOfRuns() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getNumOfNodes() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- getObj1() - Method in class repast.simphony.query.space.projection.Within
-
- getObj2() - Method in class repast.simphony.query.space.projection.Within
-
- getObject(String, Class<T>) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- getObjectAt(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the object at the specified location.
- getObjectAt(double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the object at the specified location.
- getObjectAt(int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the object at the specified location.
- getObjectAt(int...) - Method in interface repast.simphony.space.grid.Grid
-
Gets the object at the specified location.
- getObjectAt(int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the object at the specified location.
- getObjectAt(double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the object at the specified location.
- getObjectData() - Method in class repast.simphony.visualization.cgd.CGDProcessor
-
- getObjects(Class<?>) - Method in interface repast.simphony.context.Context
-
Gets a IndexedIterable over the all the objects in this context (and thus in the sub contexts) that are
of the specified type.
- getObjects(Class<?>) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets a IndexedIterable over the all the objects in this context (and thus in the sub contexts) that are
of the specified type.
- getObjects(Class<?>) - Method in class repast.simphony.context.SmallDefaultContext
-
Gets a IndexedIterable over the all the objects in this context (and thus in the sub contexts) that are
of the specified type.
- getObjects(Class<?>) - Method in interface repast.simphony.data2.ObjectListMap
-
Gets the collection of objects in this map of the specified type.
- GetObjects(String, String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- getObjects() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets all the object currently in the space.
- getObjects() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets all the object currently in the space.
- getObjects() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets all the object currently in the space.
- getObjects() - Method in interface repast.simphony.space.grid.Grid
-
Gets all the object currently in the space.
- getObjects() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets all the object currently in the space.
- getObjects() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets all the object currently in the space.
- getObjectsAt(V) - Method in interface repast.simphony.context.SpatialContext
-
- getObjectsAt(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets all the objects at the specified location.
- getObjectsAt(double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets all the objects at the specified location.
- getObjectsAt(int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets all the objects at the specified location.
- getObjectsAt(int...) - Method in interface repast.simphony.space.grid.Grid
-
Gets all the objects at the specified location.
- getObjectsAt(int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets all the objects at the specified location.
- getObjectsAt(double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets all the objects at the specified location.
- getObjectsWithin(Envelope) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets an iterable over all the objects within the specified envelope.
- getObjectsWithin(Envelope, Class<X>) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets an iterable over all the objects within the specified envelope that
are of the specified type and only the specified type.
- getObjectsWithin(Envelope) - Method in interface repast.simphony.space.gis.Geography
-
Gets an iterable over all the objects within the specified envelope.
- getObjectsWithin(Envelope, Class<X>) - Method in interface repast.simphony.space.gis.Geography
-
Gets an iterable over all the objects within the specified envelope
that are of the specified type and only the specified type.
- getObjTargetClass() - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- getObserverByID(String) - Static method in class repast.simphony.relogo.Utility
-
- getObserverID() - Method in class repast.simphony.relogo.AbstractObserver
-
- getOffset() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
-
- getOffset() - Method in class repast.simphony.relogo.styles.ReLogoImageSpatialSource
-
- getOffset() - Method in interface repast.simphony.relogo.styles.ReLogoSpatialSource
-
Gets a default offset for spatials produced from this source.
- getOffset() - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
-
- getOffset() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- getOffset() - Method in interface repast.simphony.visualization.visualization3D.Label
-
- getOffset() - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- getONext() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getOpacity() - Method in interface repast.simphony.visualization.gis3D.style.CoverageStyle
-
- getOpacity() - Method in class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
-
- getOPrev() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getOptimizedButton() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getOrderedAgentCollection(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.StyleRegistrar
-
- getOrderIndex() - Method in class repast.simphony.engine.schedule.AbstractAction
-
Gets an index indicating where this IAction was added to a schedule w/r to all other
actions added to a schedule.
- getOrderIndex() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets an index indicating where this IAction was added to a schedule w/r to all other
actions added to a schedule.
- getOrg() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getOrigin() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getOrigin() - Method in class repast.simphony.relogo.RLDimensions
-
- getOrigin(int) - Method in class repast.simphony.space.Dimensions
-
- getOrigin() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
Gets the origin of the grid.
- getOrigin(int) - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the origin at the specified index.
- getOutDegree(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getOutDegree(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getOutDegree(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the out degree of the node associated with the specified object.
- getOutDegree(T) - Method in class repast.simphony.space.graph.UndirectedJungNetwork
-
- getOutEdges(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- GetOutEdges(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the edges for which the specified agent is the source in the
specified network.
- getOutEdges(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getOutEdges(T) - Method in interface repast.simphony.space.graph.Network
-
Gets all the out-edges for the specified object.
- getOutOfRangeHandling() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- getoutputBuilder() - Method in class repast.simphony.integration.DataFileReader
-
- getOutputDir() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the directory into which the aggregated session output
will be written.
- getOutputPatterns() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the output patterns for this configuration.
- getOutputStream() - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
-
- getOverflow() - Method in class repast.simphony.chart2.StaticHistogramDataset
-
- getPaint(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
-
- getPaint(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- getPaint(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
-
- getPaint(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getPaint(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getPaint(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
- getPaint(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getPaint(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getPaint(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getPaint(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
- getPaletteModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getPanel() - Method in class repast.simphony.freezedry.datasource.JDBCConnectDialog
-
- getPanel() - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
Gets the panel containing the widget.
- getPanel() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Gets the panel to be shown in the dialog.
- getPanel() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Gets the panel to be shown in the dialog.
- getPanel() - Method in class repast.simphony.ui.probe.Probe
-
Gets the panel that displays the gui widgets for this probe.
- getPanel() - Method in class repast.simphony.ui.table.TableFilterDialog
-
- getPanel() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Gets a panel that contains the actual gui for visualization.
- getPanel() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- getPanel() - Method in interface repast.simphony.visualization.IDisplay
-
Gets a panel that contains the actual gui for visualization.
- getPanel() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- getPanel() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- getPanel() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- GetParameter(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the named parameter's value.
- getParameter() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getParameterCount() - Method in class repast.simphony.parameter.ParametersCreator
-
Gets number of currently added parameters.
- getParameterName() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
Gets the name of the parameter that this setter is responsible
for setting.
- getParameterName() - Method in class repast.simphony.parameter.ConstantSetter
-
Gets the name of the parameter that this setter should set.
- getParameterName() - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
Gets the name of the parameter that this setter is responsible
for setting.
- getParameterName() - Method in class repast.simphony.parameter.FloatSteppedSetter
-
Gets the name of the parameter that this setter is responsible
for setting.
- getParameterName() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getParameters() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Gets the parameters to be used in the next simulation run.
- getParameters() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Gets the parameters for the current run.
- getParameters() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Gets the parameters to be used in the next simulation run.
- getParameters() - Method in class repast.simphony.parameter.bsf.ScriptRunner
-
Gets the Parameters created by the script via the ParameterSweeperBuilder.
- getParameters() - Method in class repast.simphony.parameter.groovy.GroovyRunner
-
Gets the Parameters produced by this SweeperProducer.
- getParameters() - Method in class repast.simphony.parameter.ParametersParser
-
- getParameters() - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the Parameters built from the added setters.
- getParameters() - Method in interface repast.simphony.parameter.SweeperProducer
-
Gets the Parameters produced by this SweeperProducer.
- getParameters() - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
Gets the Parameters produced by this SweeperProducer.
- getParameters() - Method in class repast.simphony.scenario.ScenarioLoader
-
Gets the parameters that were last loaded.
- getParameters() - Method in class repast.simphony.ui.GUIParametersManager
-
Gets the parameters object managed by this GUIParametersManager.
- getParameterSetters() - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- getParameterSetters() - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- getParameterSetters() - Method in class repast.simphony.scenario.Scenario
-
- getParametersFile() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the name of the parameters file to use for this optimized sweep.
- getParameterSweeper() - Method in class repast.simphony.batch.BatchScenario
-
- getParameterSweeper() - Method in class repast.simphony.parameter.bsf.ScriptRunner
-
Gets the ParameterTreeSweeper reated by the script via the ParameterSweeperBuilder.
- getParameterSweeper() - Method in class repast.simphony.parameter.groovy.GroovyRunner
-
Gets the ParameterTreeSweeper produced by this SweeperProducer.
- getParameterSweeper() - Method in interface repast.simphony.parameter.SweeperProducer
-
Gets the ParameterTreeSweeper produced by this SweeperProducer.
- getParameterSweeper() - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
Gets the ParameterTreeSweeper produced by this SweeperProducer.
- getParameterSweepPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getParameterType() - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Gets the class of the parameter this setter will set.
- getParameterType(Class<T>) - Method in class repast.simphony.parameter.ParameterTypeFactory
-
Gets a ParameterType for the specified class.
- getParameterTypeComboBox() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getParamMapPattern() - Method in class repast.simphony.batch.ssh.DefaultOutputPatternCreator
-
Gets the OutputPattern for the parameter map file.
- getParamPanels() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getParams() - Method in class repast.simphony.engine.schedule.IActionParameterPair
-
Gets the ScheduleParameters part of this pair.
- getParams() - Method in class repast.simphony.statecharts.AbstractState
-
- getParams() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- getParams() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getParams() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- getParams() - Method in class repast.simphony.statecharts.MessageConditionMessageChecker
-
- getParams() - Method in class repast.simphony.statecharts.MessageEqualsMessageChecker
-
- getParams() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- getParams() - Method in class repast.simphony.statecharts.TimedTrigger
-
- getParams() - Method in class repast.simphony.statecharts.Transition
-
- getParams() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getParams() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getParent() - Method in class repast.simphony.integration.ObjectHolder
-
The object in which the value was stored (or added under)
- getParent() - Method in class repast.simphony.statecharts.AbstractState
-
- getParent() - Method in class repast.simphony.statecharts.old.CompositeState
-
- getParent() - Method in class repast.simphony.statecharts.old.SimpleState
-
- getParent() - Method in class repast.simphony.statecharts.old.State
-
- getParentClass() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- getParentContext(Context) - Static method in class repast.simphony.util.ContextUtils
-
Starting with the master context, search for and return the parent context
of the specified context.
- getParentContext(Context, Context) - Static method in class repast.simphony.util.ContextUtils
-
Starting with the specified starting context, search for and return the parent context
of the specified context.
- getParentID() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- getParentId() - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- getParser() - Method in class repast.simphony.parameter.xml.XMLSweeperProducer
-
- getParseResult() - Method in class repast.simphony.integration.DataFileReader
-
- getPassphrase() - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
-
- getPassword() - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
-
- getPassword() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- getPassword() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- getPassword() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- getPassword() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getPassword() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- getPatchAtLocation(GridPoint, Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the Patch object at the gridPoint location.
- getPatchFactory() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- getPatchVarMatrix(String) - Method in class repast.simphony.relogo.AbstractObserver
-
- getPath() - Method in class repast.simphony.batch.ssh.OutputPattern
-
Gets the path where the found output will be written to.
- getPath() - Method in class repast.simphony.dataLoader.ui.DataLoaderEditor
-
- getPath() - Static method in class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
-
- getPath() - Static method in class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
-
- getPath() - Static method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLDataLoaderOption
-
- getPath() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- getPath() - Method in class repast.simphony.freezedry.gui.FreezerEditor
-
- getPath() - Static method in class repast.simphony.freezedry.wizard.DelimitedFileOption
-
- getPath() - Static method in class repast.simphony.freezedry.wizard.XMLFileOption
-
- getPath(T, T) - Method in class repast.simphony.space.graph.ShortestPath
-
Returns a list of RepastEdges in the shortest path from source to target.
- getPath() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Retrieves the path that contains steps that will be the content for the dialog.
- getPath() - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Retrieves the path that contains steps that will be the content for the dialog.
- getPath() - Method in class repast.simphony.util.ClassPathEntry
-
Gets the path.
- getPathLength(T, T) - Method in class repast.simphony.space.graph.ShortestPath
-
Gets the path length from the source node to the target node.
- getPathLength(T) - Method in class repast.simphony.space.graph.ShortestPath
-
- getPathName() - Method in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
-
- getPattern() - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Gets the OutputPattern associated with this MatchedFiles.
- getPattern() - Method in class repast.simphony.batch.ssh.OutputPattern
-
Gets file matching pattern.
- getPattern() - Method in class repast.simphony.filter.RegExStringFilter
-
Gets the regular expression pattern for this RegExFilter.
- getPattern(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- getPauseAt() - Method in class repast.simphony.ui.RunOptionsModel
-
Gets the pause at tick.
- getPcolor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the color of a patch.
- getPcolor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the color of patch here.
- getPcolor() - Method in interface repast.simphony.relogo.Patch
-
Returns the color of a patch.
- getPcolor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the color of patch here.
- getPenMode() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the pen setting of a turtle.
- getPenMode() - Method in interface repast.simphony.relogo.Turtle
-
Returns the pen setting of a turtle.
- getPenSize() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the pen width of a turtle.
- getPenSize() - Method in interface repast.simphony.relogo.Turtle
-
Returns the pen width of a turtle.
- getPgt() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getPlabel() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch label.
- getPlabel() - Method in interface repast.simphony.relogo.Patch
-
Returns the patch label.
- getPlabelColor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch label color.
- getPlabelColor() - Method in interface repast.simphony.relogo.Patch
-
Returns the patch label color.
- getPlaceMark(T, PlaceMark) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getPlaceMark(T, PlaceMark) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
The PlaceMark is a WWJ PointPlacemark implementation with a different
texture handling mechanism.
- getPlotRangeLength() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
- getPluginSteps() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
Create the intermediate wiard steps for displays defined in the registry
- getPNode(Object, PNode) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- getPNode(Object, PNode) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getPNode(T, PNode) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getPoint() - Method in class repast.simphony.query.space.grid.GridCell
-
Gets the location of this GridCell.
- getPoint(Object) - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- getPointFromHeadingAndDistance(int, int) - Static method in class repast.simphony.util.SimUtilities
-
Gets an x, y coordinate as a double[] of length 2, given a heading (0-359) and a distance.
- getPoints() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- getPointSymbolizerFactory(Color, Graphic) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
-
- getPointTranslator() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Retrieves the rule being used for controlling what happens at or beyond
the borders of the space.
- getPointTranslator() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Retrieves the rule being used for controlling what happens at or beyond
the borders of the space.
- getPointTranslator() - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Retrieves the rule being used for controlling what happens at or beyond
the borders of the value layer.
- getPointTranslator() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Retrieves the rule being used for controlling what happens at or beyond
the borders of the space.
- getPoisson() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default poisson distribution.
- getPoisson() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default poisson distribution.
- getPoisson() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default poisson distribution.
- getPoissonSlow() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default slow poisson distribution.
- getPoissonSlow() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default slow poisson distribution.
- getPoissonSlow() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default slow poisson distribution.
- getPollFrequency() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets how often, in seconds, to poll remotes to see if they are done.
- getPollingTime() - Method in class repast.simphony.statecharts.Transition
-
Get the polling time or interval for this transition.
- getPolygonSymbolizerFactory(Color) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
-
- getPopulation() - Method in class repast.simphony.adaptation.ga.RepastGA
-
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionUI
-
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.DefaultActionUI
-
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.DescriptorActionUI
-
- getPopupMenu(ScenarioTreeEvent) - Method in interface repast.simphony.ui.plugin.ActionUI
-
Gets JPopupMenu to attach to the tree entry for an action.
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Always returns null.
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.ParentActionUI
-
- getPopupMenu() - Method in class repast.simphony.ui.widget.DropDownButton
-
Gets the pop-up menu that will be show as a drop-down.
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.userpanel.ui.UserPanelActionUI
-
- getPopupMenu(ScenarioTreeEvent) - Method in class repast.simphony.visualization.gui.DisplayActionUI
-
- getPosition() - Method in class repast.simphony.util.RandomAccessScanner
-
Returns the current position of the channel.
- getPosition() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- getPosition() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
-
- getPosition() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D.GlobePositionListener
-
- getPosition() - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- getPosition() - Method in interface repast.simphony.visualization.visualization3D.Label
-
- getPosition() - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- getPostRunActions() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the actions that are to occur after a run of the model
schedule.
- getPostRunActions() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the actions that are to occur after a run of the model schedule.
- getPPathFromString(String) - Static method in class repast.simphony.relogo.styles.PPathBuilder
-
- getPredecessors(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- GetPredecessors(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the predecessors of the specified agent in the specified network.
- getPredecessors(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getPredecessors(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the predecessors of the specified object.
- getPreferredSize() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
-
- getPreRunActions() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the actions that are to occur before a run of the model
schedule.
- getPreRunActions() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the actions that are to occur before a run of the model schedule.
- getPreviewTableModel() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- getPreviousDistance() - Method in class repast.simphony.engine.graph.GraphParams
-
Retrieves the sum of the previous distances in the graph execution.
- getPreviousNode() - Method in class repast.simphony.engine.graph.GraphParams
-
Retrieves the previous node in the graph execution.
- getPrimitiveCategories() - Method in class repast.simphony.relogo.util.SheetInfo
-
- getPrimitives() - Method in class repast.simphony.relogo.image.NLImage
-
- getPriority() - Method in class repast.simphony.engine.schedule.AbstractAction
-
Gets the priority of this action.
- getPriority() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets the priority of this action.
- getPriority() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the priority to schedule an action with.
- getPriority() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getPriority() - Method in interface repast.simphony.statecharts.StateChart
-
- getPriority() - Method in class repast.simphony.statecharts.Transition
-
- getPriorityType() - Method in class repast.simphony.engine.schedule.AbstractAction
-
- getPriorityType() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Gets the PriorityType of this action.
- getPriorityType() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the priority type of this ScheduleParameter.
- getProbe(String, boolean) - Method in class repast.simphony.ui.probe.ProbePanelCreator
-
- getProbe(Map<Class<?>, PPUICreatorFactory>, Map<Class<?>, LocationProbeProvider>, boolean) - Method in class repast.simphony.ui.probe.ProbePanelCreator2
-
- getProbedClass() - Method in interface repast.simphony.ui.probe.ProbeInfo
-
Gets the class that this is the ProbeInfo for.
- getProbedObject(Position) - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Create a probe object that represents the value of the coverage at the probed
location, which is provided via argument rather than referenced from a projection
as is usually dont with the other probe object classes.
- getProbedObjects() - Method in class repast.simphony.visualization.ProbeEvent
-
Gets the list of objects that have been probed.
- getprobedObjects(PPickPath, Point2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Returns a list of agents at the probe location
- getProbedProperties() - Method in class repast.simphony.ui.probe.ProbePanelCreator
-
Creates a Map containing the names and values for properties in a probed
object.
- getProbeId(Object) - Method in class repast.simphony.ui.probe.ProbeIntrospector
-
Gets the probe id for the specified object.
- getProbeInfo(Class<?>) - Method in class repast.simphony.ui.probe.ProbeIntrospector
-
Gets the ProbeInfo for the specified class.
- getProbeManager() - Method in class repast.simphony.ui.RSApplication
-
- getProbeSupport() - Method in class repast.simphony.visualization.AbstractDisplay
-
- getProcess() - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
-
- getProjection(Class<X>, String) - Method in class repast.simphony.context.AbstractContext
-
- getProjection(String) - Method in class repast.simphony.context.AbstractContext
-
- getProjection(Class<X>, String) - Method in interface repast.simphony.context.Context
-
Gets the named projection.
- getProjection(String) - Method in interface repast.simphony.context.Context
-
Gets the named projection.
- getProjection() - Method in class repast.simphony.context.ContextEvent
-
Gets the project that was the target of the event.
- getProjection(String) - Method in class repast.simphony.context.FormerDefaultContext
-
- getProjection(Class<X>, String) - Method in class repast.simphony.context.FormerDefaultContext
-
- getProjection(Object, String) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- getProjection(int) - Method in class repast.simphony.scenario.data.ContextData
-
- getProjection() - Method in class repast.simphony.space.projection.ProjectionEvent
-
Gets the projection associated with this event.
- getProjection() - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Gets the projection that this decorator decorates.
- getProjection() - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator2D
-
Gets the projection that this decorator decorates.
- getProjection() - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator3D
-
Gets the projection that this decorator decorates.
- getProjectionBuilderFactory() - Method in interface repast.simphony.dataLoader.engine.DataLoaderProjectionRegistryData
-
Provide a projection builder factory that can be used by the context data
loader to create the projection type directly from the context XML file.
- getProjectionBuilderFactory() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- getProjectionCount() - Method in class repast.simphony.scenario.data.ContextData
-
- getProjectionCount() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets the number of projections to display.
- getProjectionCount() - Method in interface repast.simphony.visualization.DisplayData
-
Gets the number of projections to display.
- getProjectionCount() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getProjectionCount() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getProjectionCount() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the number of projections in this display descriptor.
- getProjectionDescriptor(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the ProjectionDescriptor for the named projection.
- getProjectionDescriptor(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets the ProjectionDescriptor for the named projection.
- getProjectionDescriptor(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the ProjectionDescriptor for the named projection.
- getProjectionDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getProjectionDescriptorFactory() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getProjectionDescriptorFactory() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Get a factory for creation projection discritprs used by displays.
- getProjectionDescriptors() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getProjectionDescriptors() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getProjectionDescriptors() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getProjectionDryer() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
Provides an optional projection drier.
- getProjectionDryer() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- getProjectionListeners() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getProjectionListeners() - Method in class repast.simphony.space.projection.DefaultProjection
-
Gets all the listeners for this projection.
- getProjectionListeners() - Method in interface repast.simphony.space.projection.Projection
-
Gets all the listeners for this projection.
- getProjectionName() - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets the name of the projection.
- getProjectionName() - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the name of the projection.
- getProjections(Class<X>) - Method in class repast.simphony.context.AbstractContext
-
- getProjections() - Method in class repast.simphony.context.AbstractContext
-
Gets an iterable over all the projections contained by this Context.
- getProjections(Class<X>) - Method in interface repast.simphony.context.Context
-
Gets all the projections in this Context of the specified type.
- getProjections() - Method in interface repast.simphony.context.Context
-
Gets an iterable over all the projections contained by this Context.
- getProjections() - Method in class repast.simphony.context.FormerDefaultContext
-
- getProjections(Class<X>) - Method in class repast.simphony.context.FormerDefaultContext
-
- getProjections() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets an iterable over the projections to be displayed.
- getProjections() - Method in interface repast.simphony.visualization.DisplayData
-
Gets an iterable over the projections to be displayed.
- getProjections() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the data for all the projections for which this is the display info.
- getProjections() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets the data for all the projections for which this is the display info.
- getProjections() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the data for all the projections for which this is the display info.
- getProjectionXMLConverter() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
Provides an optional converter for XML (de-)serialization.
- getProjectionXMLConverter() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- getProperties() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- getProperties() - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- getProperties(Context<?>, T) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Retrieves the serializable properties for a given projection that is a member of the given
context.
- getProperties() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getProperties(Name) - Method in class repast.simphony.space.gis.FeatureAgent
-
- getProperties(String) - Method in class repast.simphony.space.gis.FeatureAgent
-
- getProperty(Object) - Method in class repast.simphony.annotate.FieldPropertyManipulator
-
- getProperty(Object) - Method in interface repast.simphony.annotate.PropertyManipulator
-
- getProperty() - Method in class repast.simphony.scenario.ScenarioChangedEvent
-
Gets the name of the scenario property that has changed.
- getProperty(Name) - Method in class repast.simphony.space.gis.FeatureAgent
-
- getProperty(String) - Method in class repast.simphony.space.gis.FeatureAgent
-
- getProperty() - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- getProperty(String) - Method in class repast.simphony.visualization.DisplayEvent
-
Gets the named property
- getProperty(String, String) - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Gets the named property in the specified property group.
- getProperty(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets the named property.
- getProperty(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets the named property.
- getProperty(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets the named property.
- getProperty(String, String) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Gets the named property in the specified property group.
- getProperty(String) - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
-
- getProperty(String) - Method in interface repast.simphony.visualization.VisualizationProperties
-
Gets the property associated with the specified key.
- getPropertyName(String) - Static method in class repast.simphony.util.ClassUtilities
-
- getPt() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the x coordinate of patch.
- getPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the x coordinate of patch here.
- getPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns the x coordinate of patch.
- getPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the x coordinate of patch here.
- getPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the y coordinate of patch.
- getPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the y coordinate of patch here.
- getPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns the y coordinate of patch.
- getPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the y coordinate of patch here.
- getQueryCondition() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getQueryCondition() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getQueryPredicate() - Method in class repast.simphony.query.AbstractPropertyQuery
-
Gets the Predicate that will be used in this Predicate's
next call to query().
- getQueryPredicate() - Method in interface repast.simphony.query.PredicateQuery
-
Gets the Predicate that will be used in this Predicate's
next call to query().
- getQueue() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getQueue() - Method in class repast.simphony.statecharts.MessageTrigger
-
- getQueue() - Method in class repast.simphony.statecharts.Transition
-
- getRadioButtonPanel() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getRandom() - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- getRandom(Uniform, U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Uniform, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Uniform, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
-
- getRandom(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Gets a random item from those at the specified location in the map.
- getRandom(Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Gets a random item from those at the specified location in the map.
- getRandomAdjacent(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getRandomAdjacent(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getRandomAdjacent(T) - Method in interface repast.simphony.space.graph.Network
-
Gets a random object that is adjacent to the specified object.
- getRandomObject() - Method in interface repast.simphony.context.Context
-
Gets an object in this context chosen at random from a uniform distribution.
- getRandomObject() - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an object in this context chosen at random from a uniform distribution.
- getRandomObject() - Method in class repast.simphony.context.SmallDefaultContext
-
Gets an object in this context chosen at random from a uniform distribution.
- getRandomObjectAt(double...) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(double...) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(int...) - Method in interface repast.simphony.space.grid.Grid
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(int...) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets a random object from among those at the specified location.
- getRandomObjectAt(double...) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets a random object from among those at the specified location.
- getRandomObjects(Class<? extends T>, long) - Method in interface repast.simphony.context.Context
-
Gets an iterable over a collection of objects chosen at random.
- getRandomObjects(Class<? extends T>, long) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an iterable over a collection of objects chosen at random.
- getRandomObjects(Class<? extends T>, long) - Method in class repast.simphony.context.SmallDefaultContext
-
Gets an iterable over a collection of objects chosen at random.
- GetRandomObjects(String, String, long) - Static method in class repast.simphony.essentials.RepastEssentials
-
- getRandomPredecessor(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getRandomPredecessor(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getRandomPredecessor(T) - Method in interface repast.simphony.space.graph.Network
-
Get a random predecessor of the specified object.
- getRandomRegistry() - Method in class repast.simphony.engine.environment.RunState
-
- getRandomSeedDataSource() - Method in class repast.simphony.data2.AbstractDataSetManager
-
- getRandomSeedDataSource() - Method in interface repast.simphony.data2.DataSetManager
-
Gets the default data source for returning the current random seed.
- getRandomSuccessor(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getRandomSuccessor(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getRandomSuccessor(T) - Method in interface repast.simphony.space.graph.Network
-
Gets a random successor of the specified object.
- getReadDescriptorFileName() - Method in interface repast.simphony.integration.DataFile
-
- getReadDescriptorFileName() - Method in class repast.simphony.integration.DefaultDataFile
-
- getReader(String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- getReader() - Method in class repast.simphony.integration.DefaultDataFile
-
- getReader() - Method in interface repast.simphony.integration.IntegrationSource
-
Retrieves the reader that will be used to perform reads.
- getReadObject() - Method in interface repast.simphony.integration.DataFile
-
- getReadObject() - Method in class repast.simphony.integration.DefaultDataFile
-
- getRectangle() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getRed(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
-
- getRed(double...) - Method in class repast.simphony.visualization.visualization2D.style.DefaultValueLayerStyle
-
Deprecated.
Gets the red component of the color for the specified coordinate.
- getRed(double...) - Method in interface repast.simphony.visualization.visualization2D.style.ValueLayerStyle
-
Deprecated.
- getRed(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the red component of the color for the specified coordinate.
- getRedMethod() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getRedMethod() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getRedMethod() - Method in interface repast.simphony.visualization.editedStyle.PaintableStyleData
-
- getRegisteredAgents() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- getRegisteredClasses() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Gets a list of the agent classes registered with this display.
- getRegisteredClasses() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- getRegisteredClasses() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Gets the classes for which styles have been registered.
- getRegistry() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
-
- getRegistry() - Static method in class repast.simphony.util.Settings
-
- getRegistryData() - Static method in class repast.simphony.engine.environment.ProjectionRegistry
-
- getRegistryData() - Static method in class repast.simphony.visualization.engine.VisualizationRegistry
-
- getRegistryID() - Method in interface repast.simphony.scenario.ScenarioEntry
-
Gets the id associated with the action itself.
- getRelationships() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- getRelativeError() - Method in class org.jscience.physics.amount.Amount
-
Returns the percentage by which the estimated amount may differ
from the true amount.
- getRemoteCount() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the numer of specified remote locations to run the model.
- getRenderableImage(int, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- getRenderedImage() - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- getRenderQuality() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- getRenderQuality() - Method in class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
-
- getRequiredLibraryClassName() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getRequiredLibraryClassName() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getRequiredLibraryClassName() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
Return an optional (can be null or emptystring) name of a class that is
required for this visualization type to work propely.
- getResultProducer() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- getResults() - Method in class org.josql.contrib.JoSQLSwingTableModel
-
- getResults() - Method in class repast.simphony.valueLayer.AbstractGridFunction
-
Gets the grid cell(s) with the maximum value
of those passed to the apply method.
- getRetainFilesCheckBox() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getRLDimensions() - Method in class repast.simphony.relogo.AbstractObserver
-
- getRLDimensions() - Method in interface repast.simphony.relogo.Observer
-
- getrLWorldDimensions() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- getRNext() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getRoot() - Method in class repast.simphony.integration.BeanBuilder
-
- getRoot() - Method in class repast.simphony.integration.BeanQueryer
-
Returns the root object for this queryer.
- getRoot() - Method in class repast.simphony.integration.DataFileWriter
-
- getRoot() - Method in class repast.simphony.integration.JDOMBuilder
-
- getRoot() - Method in class repast.simphony.integration.JDOMQueryer
-
The root element of the document specified in the construction.
- getRoot() - Method in interface repast.simphony.integration.Queryable
-
Retrieves the root object.
- getRoot() - Method in class repast.simphony.util.collections.NaryTree
-
Gets the root of the tree.
- getRoot() - Method in interface repast.simphony.util.collections.Tree
-
Gets the root of the tree.
- getRootBeanClass() - Method in class repast.simphony.integration.BeanBuilder
-
Retrieves the class that will act as the base for setting values.
- getRootParameterSetter() - Method in interface repast.simphony.parameter.ParameterSweeper
-
- getRootParameterSetter() - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
- getRootSetter() - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the root parameter setter.
- getRootTime() - Method in class repast.simphony.engine.graph.AbstractGraphExecutor
-
- getRot() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getRot3() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getRotation(T) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getRotation(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- getRotation(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getRotation(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getRotation(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getRotation(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getRotation(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getRotation(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getRotation(T) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getRotation(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getRotation(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the rotation, in degrees, of the VSpatial for the specified
object.
- getRow(int) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Gets the specified row of data for this matrix.
- getRow(int) - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Gets the specified row of data for this matrix.
- getRowCol() - Method in class repast.simphony.relogo.AbstractPatch
-
- getRowCol() - Method in interface repast.simphony.relogo.Patch
-
- getRowCount() - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Number of rows.
- getRowCount() - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- getRowCount() - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- getRowCount() - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- getRowCount() - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns the number of rows in the model.
- getRowCount() - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns the number of rows in the model.
- getRowCount() - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
-
- getRowCount() - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- getRowDelimiter(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- getRowFilterList() - Method in class repast.simphony.ui.table.TablePanel
-
- getRowFilterSet() - Method in class repast.simphony.ui.table.TableFilterDialog
-
- getRows(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- getRows(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
-
- getRSApplicationInstance() - Static method in class repast.simphony.ui.RSApplication
-
- getRule() - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- getRule() - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- getRule(int) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Gets the rule at the specified row.
- getRule(int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Gets the rule at the specified row.
- getRules(boolean) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Gets the rules that this model holds.
- getRunCount() - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
- getRunInfo() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the run info.
- getRunNumber() - Method in class repast.simphony.engine.environment.RunInfo
-
Retrieves the current run number.
- getRunResultProducer() - Method in class repast.simphony.parameter.optimizer.OptPropertiesParser
-
Gets the RunResultProducer from the class name in the properties file.
- getRunValue(RunState) - Method in interface repast.simphony.parameter.RunResultProducer
-
- getSafeMasterContext() - Static method in class repast.simphony.engine.environment.RunState
-
- getScale(T) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle3D
-
- getScale(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle3D
-
- getScale(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getScale(T) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getScale(T) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Scale factor for the mark size.
- getScale(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- getScale(T) - Method in class repast.simphony.visualization.visualization3D.style.DefaultStyle3D
-
- getScale(T) - Method in interface repast.simphony.visualization.visualization3D.style.Style3D
-
- getScale() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getScale(Object) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getScale(T) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the scale for the specified object.
- getScaleDenominator() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- getScenario() - Method in class repast.simphony.batch.BatchScenarioLoader
-
- getScenario() - Method in class repast.simphony.scenario.ScenarioLoader
-
- getScenario() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
-
- getScenario() - Method in class repast.simphony.util.wizard.DynamicWizardModel
-
- getScenarioDir() - Static method in class repast.simphony.scenario.ScenarioUtils
-
- getScenarioDirectory() - Method in class repast.simphony.scenario.Scenario
-
Gets the scenario directory.
- getScenarioPath() - Method in class repast.simphony.ui.newscenario.NewScenarioWizard
-
Gets the path to the scenario directory.
- getScenarioPath() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the path to the scenario dir.
- getSceneRoot() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- getSchedParams() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- getSchedule(RunState) - Method in class repast.simphony.batch.InteractivBatchRunner
-
- getSchedule(RunState) - Method in class repast.simphony.engine.environment.DefaultScheduleRunner
-
- getSchedule(RunState) - Method in class repast.simphony.ui.GUIScheduleRunner
-
- getScheduleDelta() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getScheduleDelta() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getScheduleFactory() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Gets the schedule factory used to create the schedule for simulation runs.
- getScheduleFactory() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Gets the schedule factory used to create the schedule for simulation runs.
- getScheduleParameters() - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
- getScheduleParameters() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets the schedule parameters that determine with the data set will
record its data.
- getScheduleParameters() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- getScheduleParameters(double) - Method in class repast.simphony.engine.graph.AbstractGraphExecutor
-
- getScheduleParameters() - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Retrieves the parameters for when the action should occur.
- getScheduleParameters() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getScheduleParameters() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getScheduleParameters() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Retrieves the parameters for when to activate the display update.
- getScheduleParams() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- getSchedulePriority() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getSchedulePriority() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getScheduleRegistry() - Method in class repast.simphony.engine.environment.RunState
-
Retrieves the schedule registry.
- getScheduleRunner() - Method in interface repast.simphony.engine.controller.Controller
-
Gets the ScheduleRunner that will be used to execute the model's schedule found through the
RunState.
- getScheduleRunner() - Method in class repast.simphony.engine.controller.DefaultController
-
- getScheduleRunner() - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Gets the schedule runner used to run each run of the simulation.
- getScheduleRunner() - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Retrieves the runner used for executing the schedule.
- getScheduleRunner() - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Gets the schedule runner used to run each run of the simulation.
- getScheduleRunner() - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Retrieves the runner used for executing the schedule.
- getScheduleTickDelay() - Method in class repast.simphony.engine.environment.RunEnvironment
-
- getScheduleTickDelay() - Method in class repast.simphony.ui.RunOptionsModel
-
The schedule tick delay.
- getSchema() - Method in class repast.simphony.parameter.BeanParameters
-
Gets the Schema for this Parameters object.
- getSchema() - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the Schema for this Parameters object.
- getSchema() - Method in class repast.simphony.parameter.EmptyParameters
-
Gets the Schema for this Parameters object.
- getSchema() - Method in interface repast.simphony.parameter.Parameters
-
Gets the Schema for this Parameters object.
- getScorePath() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the path to the score dir.
- getSecond() - Method in class repast.simphony.util.collections.Pair
-
Retrieves the second element in the tuple (first, second).
- getSeed(String) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the seed of the named generator.
- getSeed() - Static method in class repast.simphony.random.RandomHelper
-
Gets the seed used by the default random number generator.
- getSeed(String) - Static method in class repast.simphony.random.RandomHelper
-
Gets the seed of the named generator.
- getSeed(String) - Method in interface repast.simphony.random.RandomRegistry
-
Gets the seed of the named generator.
- getSelectedItem() - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
Returns the currently selected item.
- getSelectedItem() - Method in class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
-
- getSelectedItem() - Method in class org.jdesktop.swingx.autocomplete.ListAdaptor
-
- getSelectedItems() - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
Gets the list of items the user has selected.
- getSelectedItems() - Method in class repast.simphony.visualization.editor.FloatingList
-
Deprecated.
- getSelectedLayer() - Method in class repast.simphony.gis.legend.MapLegend
-
Deprecated.
- getSelectedNodes() - Method in class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.
Gets a list of the currently selected nodes.
- getSelectedOption() - Method in class repast.simphony.util.wizard.ChooseOptionStep
-
- getSelectedType() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getSerializationID() - Method in class repast.simphony.chart2.engine.HistogramControllerActionIO
-
- getSerializationID() - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO
-
- getSerializationID() - Method in class repast.simphony.data2.engine.ConsoleSinkControllerActionIO
-
- getSerializationID() - Method in class repast.simphony.data2.engine.DataSetControllerActionIO
-
- getSerializationID() - Method in class repast.simphony.data2.engine.FileSinkControllerActionIO
-
- getSerializationID() - Method in class repast.simphony.scenario.AbstractControllerActionIO
-
- getSerializationID() - Method in interface repast.simphony.scenario.ControllerActionIO
-
Gets the id for this ControllerActionIO to be used in loading and saving a ControllerAction.
- getSerializationID() - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO
-
- getSerialversionuid() - Static method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- getSeriesColor(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets the color of the specified series.
- getSeriesIds() - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets a list of the data source ids to use as series in the chart.
- getSeriesLabel(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Gets the label for the specified series.
- getServerDisplayString() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel
-
- getSessions() - Method in class repast.simphony.batch.ssh.SessionBuilder
-
- getSetter(String) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the added ParameterSetter for the named parameter
- getSettingsRegistry() - Method in class repast.simphony.ui.RSApplication
-
Gets the settings registry.
- getShape() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the shape of a turtle.
- getShape() - Method in class repast.simphony.relogo.styles.TurtleShapeComponent
-
- getShape() - Method in interface repast.simphony.relogo.Turtle
-
Returns the shape of a turtle.
- getShape(String) - Static method in class repast.simphony.visualization.gui.styleBuilder.IconFactory2D
-
- getShapeAppearance(Shape3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getShapefileFeatureAgentFactory(Class<?>, Class<? extends Geometry>, CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.FeatureAgentFactoryFinder
-
Gets a shapefile feature agent factory for the specified agent type.
- getShapefileFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
Gets a feature type appropriate for writing to shapefile.
- getShapefileFeatureType(Class, CoordinateReferenceSystem, Class<? extends Geometry>, List<FeatureAttributeAdapter>) - Method in class repast.simphony.space.gis.FeatureAgentFactory
-
Gets a feature type appropriate for writing to shapefile.
- getShapeWkt() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSheetName() - Method in class repast.simphony.relogo.util.SheetInfo
-
- getShortDescription() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getShortName() - Method in class repast.simphony.scenario.data.AgentData
-
- getShortName() - Method in class repast.simphony.ui.editor.ClassListItem
-
- getShuffle() - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Retrieves whether or not to shuffle the list of objects before executing
them or not.
- getShuffle() - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Retrieves whether or not to shuffle the list of objects before executing
them or not.
- getSiblings(T) - Method in class repast.simphony.util.collections.NaryTree
-
Retrieves the siblings of the specified object in the tree.
- getSimilarOneTimeParams(ScheduleParameters, double) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Creates a similar ScheduleParameters object with the same properties as
the given base, but with a different time.
- getSimilarParams(ScheduleParameters, double) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Creates a similar ScheduleParameters object with the same properties as
the given base, but with a different time.
- getSimilarParams(ScheduleParameters, double, Frequency, double) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Creates a similar ScheduleParameters object with the same properties as
the given base, but with a different time.
- getSize() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the size of a turtle.
- getSize() - Method in class repast.simphony.relogo.TrackingEdge
-
- getSize() - Method in interface repast.simphony.relogo.Turtle
-
Returns the size of a turtle.
- getSize() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSize() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSize(SizeableStyleData, Object) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getSize() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSizeMax() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSizeMax() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSizeMax() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSizeMaxMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSizeMaxMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSizeMaxMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSizeMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSizeMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSizeMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSizeMin() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSizeMin() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSizeMin() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSizeMinMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSizeMinMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSizeMinMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSizeScale() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSizeScale() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSizeScale() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSizeScaleMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- getSizeScaleMethodName() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getSizeScaleMethodName() - Method in interface repast.simphony.visualization.editedStyle.SizeableStyleData
-
- getSmallIcon() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Provide a small icon for table cells or other locations where just the
small icon is needed.
- getSource() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
-
- getSource() - Method in class repast.simphony.render.RenderEvent
-
- getSource() - Method in class repast.simphony.scenario.ScenarioChangedEvent
-
Gets the source of the scenario change.
- getSource() - Method in class repast.simphony.space.graph.RepastEdge
-
Get the source of this edge.
- getSource() - Method in class repast.simphony.statecharts.Transition
-
- getSource() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- getSource() - Method in class repast.simphony.visualization.DisplayEvent
-
Gets the source of the event.
- getSource() - Method in class repast.simphony.visualization.editor.EditorEvent
-
Deprecated.
- getSource() - Method in class repast.simphony.visualization.ProbeEvent
-
Gets the source of the probe.
- getSourceEndPaint(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
-
- getSourceEndPaint(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getSourceEndPaint(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getSourceEndStyle(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
-
- getSourceEndStyle(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getSourceEndStyle(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getSourceId() - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- getSourceIds() - Method in class repast.simphony.data2.AbstractDataSet
-
- getSourceIds() - Method in class repast.simphony.data2.AggregateDataSet
-
- getSourceIds() - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
Gets a list of the source ids this sink will record.
- getSourceIds() - Method in class repast.simphony.data2.NonAggregateDataSet
-
- getSourceListModel() - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
- getSources() - Method in class repast.simphony.integration.DefaultExtProgRunner
-
- getSources() - Method in interface repast.simphony.integration.ExternalProgramRunner
-
- getSourceType() - Method in class repast.simphony.data2.BatchRunDataSource
-
- getSourceType() - Method in class repast.simphony.data2.CountDataSource
-
- getSourceType() - Method in interface repast.simphony.data2.DataSource
-
Gets the type of the object that this DataSource can retreive data from.
- getSourceType() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
-
- getSourceType() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- getSourceType() - Method in class repast.simphony.data2.engine.NonAggregateDataSourceWrapper
-
- getSourceType() - Method in class repast.simphony.data2.MethodDataSource
-
- getSourceType() - Method in class repast.simphony.data2.ParameterDataSource
-
- getSourceType() - Method in class repast.simphony.data2.RandomSeedDataSource
-
- getSourceType() - Method in class repast.simphony.data2.TickCountDataSource
-
- getSourceTypes() - Method in class repast.simphony.data2.AggregateDataSet
-
- getSourceTypes() - Method in interface repast.simphony.data2.DataSet
-
Gets the type of object that this dataset will collect data from.
- getSourceTypes() - Method in class repast.simphony.data2.NonAggregateDataSet
-
- getSpace() - Method in class repast.simphony.relogo.AbstractObserver
-
- getSpace() - Method in interface repast.simphony.relogo.Observer
-
- getSparklineLength() - Method in class repast.simphony.engine.environment.RunEnvironment
-
- getSparklineLength() - Method in class repast.simphony.ui.RunOptionsModel
-
The sparkline length.
- getSparklineType() - Method in class repast.simphony.engine.environment.RunEnvironment
-
- getSparklineType() - Method in class repast.simphony.ui.RunOptionsModel
-
The sparkline type.
- getSpecPath() - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Gets the path to the model spec file.
- getSplitScale() - Method in enum repast.simphony.visualization.gis3D.RepastStereoOptionSceneController.RenderQuality
-
- getSSHKeyDir() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets the directory where the ssh keys for the
user are located.
- getStart() - Method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets the scheduled starting time for an action.
- getStateForUuid(String) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getStateForUuid(String) - Method in interface repast.simphony.statecharts.StateChart
-
Returns the state associated with the uuid or
null if not found.
- getStateUuidMap() - Method in class repast.simphony.statecharts.CompositeState
-
- getStaticCoverageMap() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- getStaticCoverageMap() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- getStatus(int) - Method in class repast.simphony.batch.ssh.LocalSession
-
- getStatus(int) - Method in class repast.simphony.batch.ssh.RemoteSession
-
- getStatus(int) - Method in interface repast.simphony.batch.ssh.Session
-
Gets the status of the specified instance.
- getStatus() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Returns the current temperature and number of iterations elapsed, as a
string.
- getStatus() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
By default, an AbstractLayout returns null for
its status.
- getStep() - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- getStep() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getSteps() - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
-
- getStepsForEditor() - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
-
- getStepsForEditor() - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
-
- getStepsForEditor() - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
-
- getStepsForEditor() - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
-
- getStepsForEditor() - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
-
- getStepSize() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- getStepSize() - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- getStopAt() - Method in class repast.simphony.ui.RunOptionsModel
-
Gets the tick to stop at.
- getStorageType() - Method in class repast.simphony.integration.ObjectHolder
-
How the object was stored.
- getStoreLogin() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- getStoreLogin() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- getStoreLogin() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getStoreLogin() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- getStreams() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- getStrength() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
-
- getString(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
-
- getString(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the String value associated with the specified parameter name.
- getString(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the String value associated with the specified parameter name.
- getString(String) - Method in class repast.simphony.parameter.EmptyParameters
-
- getString(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the String value associated with the specified parameter name.
- getStringConverter() - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Gets the StringConverter, if any.
- getStringConverter() - Method in class repast.simphony.ui.probe.MethodPropertyDescriptor
-
Gets the StringConverter, if any.
- getStringValue(Class, StringConverter, List) - Static method in class repast.simphony.parameter.ParameterUtils
-
Converts a list of object values to the string list representation
- getStroke() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkLayer
-
- getStroke(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
-
- getStroke(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- getStroke(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getStroke(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getStroke(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getStroke(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getStrokePaint(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- getStrokePaint(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- getStrokePaint(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- getStudentT() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default studentT distribution.
- getStudentT() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default studentT distribution.
- getStudentT() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default studentT distribution.
- getStyle() - Method in class repast.simphony.gis.styleEditor.ByRangePanel
-
- getStyle() - Method in class repast.simphony.gis.styleEditor.ByValuePanel
-
- getStyle() - Method in interface repast.simphony.gis.styleEditor.IStyleEditor
-
- getStyle() - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- getStyle() - Method in class repast.simphony.gis.styleEditor.StyleDialog
-
- getStyle() - Method in class repast.simphony.gis.styleEditor.StyleEditorPanel
-
- getStyle(String) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getStyle(String, Class<? extends Geometry>) - Method in class repast.simphony.visualization.gis.Styler
-
Deprecated.
Gets a style for the specified layerName.
- getStyle(String) - Method in class repast.simphony.visualization.gis.Styler
-
Deprecated.
Gets a style for the specified layerName.
- getStyle() - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Gets the style used by this display layer.
- getStyle() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Gets the style used by this display layer.
- getStyle() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Gets the style used by this display layer.
- getStyle() - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- getStyle() - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Gets the style used by this display layer.
- getStyleClassName(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getStyleClassName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getStyleClassName(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getStyleDirName() - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getStyleFor(String) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Gets the style for the specified agent type.
- getStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getStyleInterface() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getStyleInterface() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The style interface associated with the display.
- getStylePanel() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- getStylePanel() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Provide a JPanel with style editing capabilities.
- getStylePanel() - Method in class repast.simphony.visualization.gui.StyleClassStep
-
- getStylePanel() - Method in class repast.simphony.visualization.gui.StyleStep
-
Provide a JPanel with style editing capabilities.
- getStyles() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- getStyles() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getStyles() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- getSubContext(Object) - Method in class repast.simphony.context.AbstractContext
-
- getSubContext(Object) - Method in interface repast.simphony.context.Context
-
- getSubContext() - Method in class repast.simphony.context.ContextEvent
-
Gets the subcontext that was the target of the event, assuming
this was a subcontext event.
- getSubContext(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
- getSubContext(int) - Method in class repast.simphony.scenario.data.ContextData
-
- getSubContextCount() - Method in class repast.simphony.scenario.data.ContextData
-
- getSubContexts() - Method in class repast.simphony.context.AbstractContext
-
- getSubContexts() - Method in interface repast.simphony.context.Context
-
- getSubContexts() - Method in class repast.simphony.context.FormerDefaultContext
-
- getSubject() - Method in class repast.simphony.space.projection.ProjectionEvent
-
Gets the subject of this event.
- getSubject() - Method in class repast.simphony.visualization.DisplayEvent
-
Gets the subject of the event.
- getSubject() - Method in class repast.simphony.visualization.editor.EditorEvent
-
Deprecated.
- getSubmit() - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
-
- getSuccessors(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- getSuccessors(Context, Context) - Method in class repast.simphony.engine.controller.ContextTraverser
-
Returns the subContexts of the currentContext.
- getSuccessors(T, T) - Method in class repast.simphony.engine.graph.IterableTraverser
-
Retrieves an iterator that will return the next object in the iterator.
- getSuccessors(T, T) - Method in class repast.simphony.engine.graph.NaryTreeTraverser
-
Returns the currentNode's children.
- getSuccessors(T, T) - Method in class repast.simphony.engine.graph.NetworkTraverser
-
Retrieves what the current node's nearest neighbors excluding the
previous node.
- GetSuccessors(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
Gets the successors of the specified agent in the specified network.
- getSuccessors(Element, Element) - Method in class repast.simphony.integration.DOMTraverser
-
Returns the current node's children.
- getSuccessors(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- getSuccessors(T) - Method in interface repast.simphony.space.graph.Network
-
Gets the successors of the specified object.
- getSuccessors(E, E) - Method in interface repast.simphony.space.graph.Traverser
-
Retrieves the next set of nodes in the graph based on the given
GraphParams.
- GetSuffix(int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- getSurfaceImage() - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
- getSurfaceShape(RepastEdge, SurfacePolyline) - Method in class repast.simphony.visualization.gis3D.style.DefaultNetworkStyleGIS
-
- getSurfaceShape(T, SurfaceShape) - Method in class repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle
-
- getSurfaceShape(RepastEdge, SurfacePolyline) - Method in interface repast.simphony.visualization.gis3D.style.NetworkStyleGIS
-
- getSurfaceShape(T, SurfaceShape) - Method in interface repast.simphony.visualization.gis3D.style.SurfaceShapeStyle
-
- getSweeper() - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Gets the ParameterTreeSweeper containing the added parameter setters.
- getSweeperProducer() - Method in class repast.simphony.batch.BatchRunner
-
- getSym() - Method in class repast.simphony.space.delaunay.QuadEdge
-
- getSymbolizer() - Method in interface repast.simphony.visualization.gis3D.style.CoverageStyle
-
- getSymbolizer() - Method in class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
-
- getSymbolizerFactory(Color, Symbolizer) - Static method in class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
-
- getTable() - Method in class repast.simphony.ui.table.TablePanel
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.jdesktop.swingx.autocomplete.ComboBoxCellEditor
-
Sets an initial value for the combo box.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class repast.simphony.chart2.wizard.ColorEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class repast.simphony.ui.table.ComponentTableCellEditorRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class repast.simphony.chart2.wizard.ColorRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class repast.simphony.ui.table.ComponentTableCellEditorRenderer
-
- getTableName(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getTableName(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getTabSize(int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- getTag() - Method in enum repast.simphony.integration.DataFileElements
-
Retrieves the tag for this type of element.
- getTag() - Method in class repast.simphony.visualization.visualization3D.style.TaggedAppearance
-
- getTag() - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
-
- getTaggedBranchGroup() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getTarget(GL2) - Method in class aragost.repast.visualization.UpdatableTexture2D
-
Gets the target of this texture.
- getTarget() - Method in class repast.simphony.context.ContextEvent
-
Get the target of the event.
- getTarget() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
-
- getTarget() - Method in class repast.simphony.engine.schedule.CallBackAction
-
- getTarget() - Method in class repast.simphony.engine.schedule.DynamicTargetAction
-
- getTarget(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- getTarget(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- getTarget(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.RECORD_ATTRS
-
- getTarget() - Method in class repast.simphony.space.graph.RepastEdge
-
Gets the target of this edge.
- getTarget() - Method in class repast.simphony.statecharts.Transition
-
- getTarget() - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- getTargetAgentList(DisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISAgentSelectionStep
-
Deprecated.
- getTargetAgentList(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.AgentSelectionStep
-
Check if there are existing styles in the display.
- getTargetEndPaint(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
-
- getTargetEndPaint(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getTargetEndPaint(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getTargetEndStyle(RepastEdge) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyle2D
-
- getTargetEndStyle(RepastEdge) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- getTargetEndStyle(RepastEdge) - Method in interface repast.simphony.visualization.visualization2D.style.EdgeStyle2D
-
Deprecated.
- getTargetListModel() - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
- getTemplateVarNames(String) - Static method in class repast.simphony.util.VelocityUtils
-
Retrieves the names of the variables contained in the toParse string.
The code found in this method was harvested from Velocity's parsing code.
- getterName - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- getText() - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- getTextComponent() - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
Returns the text component that is being used for the automatic completion.
- getTextComponent() - Method in class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
-
- getTextComponent() - Method in class org.jdesktop.swingx.autocomplete.ListAdaptor
-
- getTextField1() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTextField2() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTextField3() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTextField4() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTextField5() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTexture() - Method in class repast.simphony.visualization.gis3D.PlaceMark
-
- getTexture(T, WWTexture) - Method in class repast.simphony.visualization.gis3D.style.DefaultMarkStyle
-
- getTexture(T, WWTexture) - Method in interface repast.simphony.visualization.gis3D.style.MarkStyle
-
Get the WWTexture that will be applied to the PlaceMark.
- getTextureData() - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- getTextureFile3D() - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- getTf1Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf1Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf1Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf2Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf2Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf2Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf3Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf3Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf3Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf4Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf4Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf4Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf5Grid() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf5Local() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTf5Optimized() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- getTickCount() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the current tick count.
- getTickCount() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the current tick count.
- GetTickCount() - Static method in class repast.simphony.essentials.RepastEssentials
-
- getTickCountDataSource() - Method in class repast.simphony.data2.AbstractDataSetManager
-
- getTickCountDataSource() - Method in interface repast.simphony.data2.DataSetManager
-
Gets the default data source for returning the tick count.
- getTickCountFormatter() - Method in class repast.simphony.ui.RSGui
-
Gets the current TickCountFormatter that is used to format the text in the
tick label.
- getTickCountInTimeUnits() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the current tick count in user time units.
- getTickCountInTimeUnits() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the current tick count in user time units.
- GetTickCountInTimeUnits() - Static method in class repast.simphony.essentials.RepastEssentials
-
- getTickListener() - Method in class repast.simphony.batch.InteractivBatchRunner
-
- getTickListener() - Method in class repast.simphony.ui.GUIScheduleRunner
-
- getTicks() - Method in class repast.simphony.relogo.ReLogoModel
-
- getTimeUnits() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Gets the current user time units.
- getTimeUnits() - Method in class repast.simphony.engine.schedule.Schedule
-
Gets the current user time units.
- getTitle() - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
-
- getTitle() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
-
- getTitle() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
-
- getTitle() - Method in class repast.simphony.ui.probe.Probe
-
Gets the title of this Probe.
- getTitle() - Method in class repast.simphony.util.wizard.AbstractWizardOption
-
- getTitle() - Method in interface repast.simphony.util.wizard.WizardOption
-
The text to be shown in the option select's list (or equivalent)
- getTitle() - Method in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
-
- getTo() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getToken(int) - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- getToolBar() - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- getToolBar() - Method in class repast.simphony.gis.tools.ToolManager
-
- getToolBar(JComponent) - Method in class repast.simphony.ui.RSGui
-
- getToolBar() - Method in class repast.simphony.ui.table.TablePanel
-
- getToolbarItems() - Method in class repast.simphony.ui.table.AgentTablePanel
-
- getToolLayer() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
Gets the layer on which tools should draw.
- getToolManager() - Method in class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
- getToolManager() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- getToolTipText(MouseEvent) - Method in class repast.simphony.visualization.gui.AgentSelectionPanel.AgentList
-
- getTopLevelActiveState() - Method in class repast.simphony.statecharts.old.StateChart
-
- getTotalRuns() - Method in class repast.simphony.parameter.RunParameterSetter
-
- getTrackAgents() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- getTransformedLocation(int...) - Method in class repast.simphony.space.grid.AbstractGrid
-
- getTransformedLocation(int...) - Method in class repast.simphony.valueLayer.GridValueLayer
-
- getTransformForObject(T) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- getTransformForObject(T) - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- getTransitionForUuid(String) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getTransitionForUuid(String) - Method in interface repast.simphony.statecharts.StateChart
-
Returns the transition associated with the uuid or
null if not found.
- getTransitionResolutionStrategy() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getTranslation(Point3f, float) - Method in class repast.simphony.visualization.network.EdgeLabel
-
- getTranslation(Point3f, float) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- getTranslation(Point3f, float) - Method in class repast.simphony.visualization.visualization3D.AgentLabel
-
- getTree() - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
-
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
-
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendCellRenderer
-
Deprecated.
Render the Cell in the Legend tree.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendDefaultCellRenderer
-
Deprecated.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.gis.legend.LegendTreeRuleCellRenderer
-
Deprecated.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class repast.simphony.ui.tree.ScenarioTreeCellRenderer
-
- getTreeState() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- getTrigger() - Method in class repast.simphony.statecharts.Transition
-
- getTriggerSchedule() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getTriggerSchedule() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getTrueFieldName(String, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getTrueOffset() - Method in class repast.simphony.integration.RandomAccessWriter
-
Retrieves the actual offset of the file, disregarding any buffering.
- getTurtleAgentSetOfType(String, Observer) - Static method in class repast.simphony.relogo.Utility
-
- getTurtleFactory() - Method in class repast.simphony.relogo.AbstractObserver
-
- getTurtleFactory() - Method in class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- getTurtleFactory() - Method in interface repast.simphony.relogo.Observer
-
- getTurtleLocation() - Method in class repast.simphony.relogo.AbstractTurtle
-
- getTurtleLocation() - Method in interface repast.simphony.relogo.Turtle
-
- getTurtlesOnGridPoint(GridPoint, Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the turtles on the patch corresponding to the patchLocation
GridPoint.
- getTurtlesOnGridPoint(GridPoint, Observer, Class) - Static method in class repast.simphony.relogo.Utility
-
Returns the turtles of this type on the patch corresponding to the
patchLocation GridPoint.
- getTurtlesOnGridPoint(GridPoint, Observer, String) - Static method in class repast.simphony.relogo.Utility
-
Returns the turtles of this typeName on the patch corresponding to the
patchLocation GridPoint.
- getTurtleType() - Method in class repast.simphony.relogo.AbstractTurtle
-
- getTurtleTypeClass(String) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- getType() - Method in class repast.simphony.context.ContextEvent
-
Get the type of event this represents.
- getType() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- getType() - Method in class repast.simphony.engine.watcher.FieldDescriptor
-
- getType(Class) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getType(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getType(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getType(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getType() - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- getType(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- getType(Queryable, Element) - Static method in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- getType() - Method in enum repast.simphony.integration.NewLinePatternConverter
-
- getType() - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Gets the type of the parameter.
- getType() - Method in interface repast.simphony.parameter.ParameterSchema
-
Gets the type of the parameter.
- getType() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets the type of this attribute.
- getType() - Method in class repast.simphony.scenario.data.ProjectionData
-
Gets the projection's type.
- getType(String) - Static method in enum repast.simphony.scenario.data.ProjectionType_old
-
- getType() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getType() - Method in class repast.simphony.space.graph.NetworkEvent
-
Gets the type of this event.
- getType() - Method in class repast.simphony.space.projection.ProjectionEvent
-
Gets the type of this event.
- getType() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- getType() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- getType() - Method in class repast.simphony.visualization.ProbeEvent
-
Gets the type of this probe.
- getTypeAsString(Object) - Method in class repast.simphony.freezedry.FieldUtilities
-
- getTypeDescriptor(String) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- getTypeID() - Method in class repast.simphony.context.AbstractContext
-
Gets an id that indentifies the user-defined type of this context.
- getTypeID() - Method in interface repast.simphony.context.Context
-
Gets an id that indentifies the user-defined type of this context.
- getTypeID() - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an id that indentifies the user-defined type of this context.
- getTypeName() - Method in class repast.simphony.data2.engine.CountSourceDefinition
-
- getTypeName() - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
The projection type Name, e.g.
- getTypeName() - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- getTypeName() - Method in enum repast.simphony.integration.DataTypeHandler
-
- getTypeName(Class<?>) - Static method in class repast.simphony.scenario.data.AttributeFactory
-
- getTypesAndComponents() - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Retrieves the (type, components) pairs that were registered with this
registry.
- getTypesAndComponents() - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Retrieves the (type, components) pairs that were registered with this
registry.
- getUI(ControllerAction) - Method in class repast.simphony.ui.plugin.ComponentActionEditorExtensions
-
- getUI(ControllerAction) - Method in class repast.simphony.ui.plugin.CompositeActionEditorExtensions
-
- getUiCreator() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- getUiCreatorMap() - Method in class repast.simphony.ui.probe.ProbeManager
-
- getUIRepresentation() - Method in class repast.simphony.ui.tree.ScenarioNode
-
- getUnderflow() - Method in class repast.simphony.chart2.StaticHistogramDataset
-
- getUndirectedNetworks(Observer) - Static method in class repast.simphony.relogo.Utility
-
- getUniform() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default uniform distribution.
- getUniform() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default uniform distribution.
- getUniform() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default uniform distribution.
- getUnit() - Method in class org.jscience.physics.amount.Amount
-
- getUnits(int) - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the coordinate reference system's axis units.
- getUnits(int) - Method in interface repast.simphony.space.gis.Geography
-
Gets the coordinate reference system's axis units.
- getUnitSize() - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Gets the unit size of the decoration.
- getUnitSize() - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
-
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.AddedRemovedLayoutUpdater
-
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.IntervalLayoutUpdater
-
- getUpdateItemsLocation() - Method in interface repast.simphony.visualization.LayoutUpdater
-
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.MovedLayoutUpdater
-
- getUpdateItemsLocation() - Method in class repast.simphony.visualization.UpdateLayoutUpdater
-
- getUpper() - Method in class repast.simphony.visualization.Box
-
- getURL() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- getUser() - Method in class repast.simphony.batch.ssh.LocalSession
-
- getUser() - Method in class repast.simphony.batch.ssh.RemoteSession
-
- getUser() - Method in interface repast.simphony.batch.ssh.Session
-
Gets the user account used to log into the remote host.
- getUserData() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getUserName() - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- getUsername() - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- getUserName() - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- getUserName() - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getUserName() - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- getUserPanelCreatorClass() - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
-
- getUserPanelCreatorClass() - Method in interface repast.simphony.userpanel.ui.UserPanelDescriptor
-
- getUserPanelCreatorClass() - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- getUserStyleName() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedEdgeStyleDialog
-
- getUserStyleName() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
-
- getUserStyleName() - Method in class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
-
- getUserStyleName() - Method in class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
-
- getUTMFor(Geometry, CoordinateReferenceSystem) - Static method in class repast.simphony.space.gis.UTMFinder
-
Gets the UTM appropriate for the specified geometry in the specified
CoordinateReferenceSystem.
- getUTMfor(double, double) - Static method in class repast.simphony.space.gis.UTMFinder
-
Gets the UTM CRS for the specified lat and lon.
- getUTMfor(short) - Static method in class repast.simphony.space.gis.UTMFinder
-
- getUuidForState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- getUuidForState(AbstractState<T>) - Method in interface repast.simphony.statecharts.StateChart
-
- getVal(FreezeDryedObject, String, Class<T>) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
-
- getVal(Object, Class<T>, String) - Method in class repast.simphony.freezedry.AbstractFreezeDryer
-
- getVal() - Method in class repast.simphony.ui.probe.ValueLayerProbeObject2D
-
- getValue(Class, String) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
-
- getValue(String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getValue(char[]) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getValue(Number) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getValue(String) - Method in enum repast.simphony.freezedry.ArrayValueHandler
-
Converts the string value to a value for the type of array.
- getValue(String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- getValue() - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
-
- getValue(Object) - Method in class repast.simphony.integration.BeanBuilder
-
- getValue(Object) - Method in class repast.simphony.integration.BeanQueryer
-
Just returns the passed in object since JXPath doesn't have a concept of nodes.
- getValue() - Method in class repast.simphony.integration.DataContent
-
Retrieves the string value of the data.
- getValue(Object) - Method in class repast.simphony.integration.DataFileWriter
-
- getValue(Object) - Method in class repast.simphony.integration.JDOMBuilder
-
- getValue(Object) - Method in class repast.simphony.integration.JDOMQueryer
-
- getValue(Object) - Static method in class repast.simphony.integration.JDOMXPathUtils
-
Retrieves the value of an object.
- getValue() - Method in class repast.simphony.integration.ObjectHolder
-
The value that was stored.
- getValue(Object) - Method in interface repast.simphony.integration.Queryable
-
Extracts a value from a Node and returns it.
- getValue(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets the value associated with the specified parameter name.
- getValue(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets the value associated with the specified parameter name.
- getValue() - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
- getValue(String) - Method in class repast.simphony.parameter.EmptyParameters
-
Gets the value associated with the specified parameter name.
- getValue(String) - Method in class repast.simphony.parameter.FileParameterType
-
Creates a File from a path string.
- getValue() - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- getValue(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets the value associated with the specified parameter name.
- getValue(String) - Method in interface repast.simphony.parameter.ParameterType
-
Gets an initial or default value for a parameter of this type from
the string.
- getValue(String) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator.AttributesValueGetter
-
- getValue(String) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator.MapValueGetter
-
- getValue(String) - Method in interface repast.simphony.parameter.xml.AbstractParameterSetterCreator.ValueGetter
-
- getValue() - Method in interface repast.simphony.scenario.data.Attribute
-
Gets the attribute's value as a String.
- getValue(String) - Method in class repast.simphony.scenario.data.AttributeFactory.PType
-
- getValue() - Method in class repast.simphony.space.gis.FeatureAgent
-
- getValue(double, double) - Method in class repast.simphony.space.gis.RasterLayer
-
- getValue() - Method in class repast.simphony.ui.parameters.ParameterValueModel
-
- getValue() - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- getValue(Object, String) - Static method in class repast.simphony.util.ClassUtilities
-
- getValue() - Method in class repast.simphony.util.IntRange
-
- getValue() - Method in class repast.simphony.valueLayer.GridCell
-
- getValue(double...) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Retrieves a value from the layer, taking into account the toroidal'ness.
- getValue() - Method in class repast.simphony.visualization.gis3D.CoverageProbeObject
-
- getValue(String) - Method in class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
-
- getValue(String) - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
-
- getValue(String) - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
-
- getValueArray(Object) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- getValueAsString(String) - Method in class repast.simphony.parameter.BeanParameters
-
Gets a String representation of the specified parameter's value.
- getValueAsString(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Gets a String representation of the specified parameter's value.
- getValueAsString(String) - Method in class repast.simphony.parameter.EmptyParameters
-
Gets a String representation of the specified parameter's value.
- getValueAsString(String) - Method in interface repast.simphony.parameter.Parameters
-
Gets a String representation of the specified parameter's value.
- getValueAt(int, int) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Get the object at row r, column c.
- getValueAt(int, int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- getValueAt(int, int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- getValueAt(int, int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- getValueAt(int, int) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Returns the value for the cell at columnIndex and
rowIndex.
- getValueAt(int, int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns the value for the cell at columnIndex and
rowIndex.
- getValueAt(int, int) - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- getValueLayer(String) - Method in class repast.simphony.context.AbstractContext
-
Gets the named ValueLayer.
- getValueLayer(String) - Method in interface repast.simphony.context.Context
-
Gets the named ValueLayer.
- getValueLayer(String) - Method in class repast.simphony.context.FormerDefaultContext
-
Gets the named ValueLayer.
- getValueLayer() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- getValueLayerColor(EditedValueLayerStyleData, double) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getValueLayerCount() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets the number of ValueLayers to display.
- getValueLayerCount() - Method in interface repast.simphony.visualization.DisplayData
-
Gets the number of ValueLayers to display.
- getValueLayerCount() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
- getValueLayerCount() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- getValueLayerCount() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets the number of Value Layers in this display descriptor.
- getValueLayerEditedStyleName() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Gets the name of the value layer edited style.
- getValueLayerEditedStyleName() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets the name of the value layer edited style.
- getValueLayerEditedStyleName() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets the name of the edited value layer style.
- getValueLayerNames() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Gets a List of all the names of the value layers to display.
- getValueLayerNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets a List of all the names of the value layers to display.
- getValueLayerNames() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets a List of all the names of the value layers to display.
- getValueLayers() - Method in class repast.simphony.context.AbstractContext
-
Gets an iterable over the ValueLayer-s contained by this Context.
- getValueLayers() - Method in interface repast.simphony.context.Context
-
Gets an iterable over the ValueLayer-s contained by this Context.
- getValueLayers() - Method in class repast.simphony.context.FormerDefaultContext
-
Gets an iterable over the ValueLayer-s contained by this Context.
- getValueLayers() - Method in class repast.simphony.visualization.AbstractDisplayData
-
Gets an iterable over the ValueLayers to be displayed.
- getValueLayers() - Method in interface repast.simphony.visualization.DisplayData
-
Gets an iterable over the ValueLayers to be displayed.
- getValueLayerStyle(String) - Static method in class repast.simphony.visualization.editedStyle.EditedStyleUtils
-
- getValueLayerStyleName() - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Gets the name of the value layer style.
- getValueLayerStyleName() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets the name of the value layer style.
- getValueLayerStyleName() - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Gets the name of the value layer style.
- getValues() - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- getValueString(int, int) - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
-
- getVDistance() - Method in class repast.simphony.visualization.cgd.graph.GraphUtil
-
- getVertex(double, double) - Method in interface repast.simphony.visualization.visualization3D.layout.JungGraphElementAccessor
-
Returns a Vertex which is associated with the
location (x,y).
- getVertex(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getVertex(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Deprecated.
- getVertex(double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected,
within a distance of maxDistance.
- getVertex(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
Gets the vertex nearest to the location of the (x,y) location selected,
within a distance of maxDistance.
- getVertexIterator() - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
-
- getVertexIterator() - Method in interface repast.simphony.visualization.visualization3D.layout.JungVertexLocationFunction
-
- getViewType() - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- getViewType() - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- getVisibleEdges() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Gets edges that are equivalent to the ones passed in from the argument to
applyFilter().
- getVisibleGraph() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Accessor for the graph that represets all visible vertices
- getVisibleVertices() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Gets vertices that are equivalent to the ones passed in from the argument
to applyFilter().
- getVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- getVisualItem(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- getVisualItem(Object) - Method in interface repast.simphony.visualization.IDisplayLayer
-
Gets the visual representation of this object.
- getVisualItem(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- getVisualItem(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- getVisualItem(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- getVisualItem(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- getVisualItem(Object) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Gets the visual item that represents the specified object in the display.
- getVisualizationType() - Method in class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- getVisualizationType() - Method in class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- getVisualizationType() - Method in interface repast.simphony.visualization.engine.VisualizationRegistryData
-
The visualization type Name, e.g.
- getVisualizedObject() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- getVisualObject(Object) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- getVMArguments() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets any arguments to pass the VM that runs the model.
- getVonMises() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default vonMises distribution.
- getVonMises() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default vonMises distribution.
- getVonMises() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default vonMises distribution.
- getVoronoiDiagram() - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- getVSpatial(Object, VSpatial) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- getVSpatial(Object, VSpatial) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- getVSpatial(T, VSpatial) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Gets the VSpatial visual representation of the object.
- getWatcheeClass() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getWatcheeClass() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getWatcheeCondition() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getWatcheeCondition() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getWatcher() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getWatcherCount() - Method in class repast.simphony.engine.watcher.Notifier2
-
Gets the number watchers managed by this Notifier.
- getWatcherCount() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Gets the amount of watchers to trigger.
- getWatcherCount() - Method in class repast.simphony.engine.watcher.WatchParameters
-
Gets the amount of watchers to trigger.
- getWatcherMethodName() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getWatchID() - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- getWatchID() - Method in class repast.simphony.engine.watcher.WatchParameters
-
- getWayPoints(Observer) - Static method in class repast.simphony.relogo.Utility
-
- getWeight() - Method in class repast.simphony.space.graph.RepastEdge
-
Gets the weight of this edge.
- getWho() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the id number of a turtle.
- getWho() - Method in interface repast.simphony.relogo.Turtle
-
Returns the id number of a turtle.
- getWhoCounter() - Static method in class repast.simphony.relogo.AbstractTurtle
-
- getWidth() - Method in class aragost.repast.visualization.DirtyRegion
-
- getWidth() - Method in class aragost.repast.visualization.UpdatableTexture2D
-
- getWidth() - Method in class repast.simphony.space.Dimensions
-
Gets the size of the x dimension.
- getWidth() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the size of the x dimension.
- getWidth() - Method in class repast.simphony.visualization.Box
-
- getWidth() - Method in class repast.simphony.visualization.engine.BoundingBox
-
- getWindowRegistry() - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- getWizard() - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
-
- getWizard() - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
-
- getWizard() - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
-
- getWizard() - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
-
- getWizard() - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
-
- getWizard() - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
-
- getWizard() - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
- getWizardModel(SimplePath, Scenario, Object) - Method in class repast.simphony.dataLoader.ui.DataLoaderEditor
-
- getWizardModel(SimplePath, Scenario, Object) - Method in class repast.simphony.freezedry.gui.FreezerEditor
-
- getWizardModel(SimplePath, Scenario, Object, ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardActionUI
-
Retrieves the WizardModel to be used when creating the wizard used when adding steps
to the created dialog.
- getWizardModel(SimplePath, Scenario, Object) - Method in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
Retrieves the WizardModel to be used when creating the wizard used when adding steps
to the created dialog.
- getWizardOptions() - Static method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
-
- getWizardOptions() - Static method in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
-
- getWizardOptions(String) - Static method in class repast.simphony.util.wizard.DynamicWizard
-
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.builder.GraphicalBuilderOption
-
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.ContextXMLDataLoaderOption
-
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.DelimitedFileDataLoaderOption
-
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.MIContextXMLDataLoaderOption
-
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
-
- getWizardPath() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
-
- getWizardPath() - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderOption
-
- getWizardPath() - Method in class repast.simphony.freezedry.wizard.DelimitedFileOption
-
- getWizardPath() - Method in class repast.simphony.freezedry.wizard.JDBCFreezerOption
-
- getWizardPath() - Method in class repast.simphony.freezedry.wizard.XMLFileOption
-
- getWizardPath() - Method in interface repast.simphony.util.wizard.WizardOption
-
The path this wizard option represents.
- getWKT_List() - Static method in class repast.simphony.gis.styleEditor.SimpleMarkFactory
-
Provide a list of all well-know text strings for mark shapes.
- getWrappedObject() - Method in class repast.simphony.util.collections.SimpleWrapper
-
- getWriteDescriptorFileName() - Method in interface repast.simphony.integration.DataFile
-
- getWriteDescriptorFileName() - Method in class repast.simphony.integration.DefaultDataFile
-
- getWriter() - Method in class repast.simphony.integration.DefaultDataFile
-
- getWriter() - Method in interface repast.simphony.integration.IntegrationSource
-
Retrieves the writer that will be used to perform writes.
- getWrittenObject() - Method in class repast.simphony.integration.BeanBuilder
-
Retrieves the object (an instance of the root bean class) that was written to by this
instance.
- getWrittenObject() - Method in class repast.simphony.integration.JDOMBuilder
-
Returns the Document that holds the Element tree of values.
- getWrittenObject() - Method in interface repast.simphony.integration.OutputBuilder
-
Retrieves the object (or tree) that has been built with this outputter.
- getWwglCanvas() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- getX() - Method in class aragost.repast.visualization.DirtyRegion
-
- getX() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the x coordinate.
- getX() - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
- getX() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the x coordinate.
- getX() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- getX() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- getX(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the x coordinate of the vertex from the Coordinates object.
- getXAxisLabel() - Method in class repast.simphony.chart2.AbstractXYChartCreator
-
- getXAxisLabel() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- getXcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the x coordinate of a turtle.
- getXcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the x coordinate of a turtle.
- getXdim() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getXdim() - Method in class repast.simphony.relogo.RLDimensions
-
- getXDisp() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
-
- getXMLFile() - Method in class repast.simphony.dataLoader.engine.XMLContextBuilder
-
Gets the serialized xml file from which this builder loads
a context.
- getXMLFile() - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- getXmlFile() - Method in class repast.simphony.xml.AbstractConverter
-
- getXPathNode(JXPathContext, JXPathContext, String) - Static method in class repast.simphony.integration.JXPathUtils
-
Retrieves a value from a context (which depends on the path) based on the xpath expression
and returns it.
- getXPathNodes(JXPathContext, JXPathContext, String) - Static method in class repast.simphony.integration.JXPathUtils
-
Retrieves a set of nodes from a context (which depends on the path) based on the xpath expression
and returns it.
- getXSize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- getXSourceId() - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
-
Gets the id of the data source that produces the x value.
- getXY() - Method in class repast.simphony.relogo.AbstractPatch
-
- getXY(Point2D) - Method in class repast.simphony.visualization.grid.GridShape
-
Gets the x,y location that corresponds to the specified
mouse pixel point.
- getY() - Method in class aragost.repast.visualization.DirtyRegion
-
- getY(int, int) - Method in class repast.simphony.chart2.StaticHistogramDataset
-
- getY() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the y coordinate.
- getY() - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
- getY() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the y coordinate.
- getY() - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- getY(double...) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle3D
-
- getY() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getY() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- getY(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns the y coordinate of the vertex from the Coordinates object.
- getY(double...) - Method in class repast.simphony.visualization.visualization3D.style.DefaultValueLayerStyle3D
-
Gets the Y (height) value for the specified coordinates.
- getY(double...) - Method in interface repast.simphony.visualization.visualization3D.style.ValueLayerStyle3D
-
Gets the Y (height) value for the specified coordinates.
- getYAxisLabel() - Method in class repast.simphony.chart2.AbstractXYChartCreator
-
- getYAxisLabel() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- getYcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the y coordinate of a turtle.
- getYcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns the y coordinate of a turtle.
- getYdim() - Method in class repast.simphony.relogo.factories.RLWorldDimensions
-
- getYdim() - Method in class repast.simphony.relogo.RLDimensions
-
- getYDisp() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
-
- getYMax() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getYMin() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getYScale() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- getYSize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- getYValue(int, int) - Method in class repast.simphony.chart2.StaticHistogramDataset
-
- getZ() - Method in class repast.simphony.space.continuous.NdPoint
-
Gets the z coordinate.
- getZ() - Method in class repast.simphony.space.grid.GridPoint
-
Gets the z coordinate.
- getZ() - Method in class repast.simphony.visualization.visualization3D.layout.DimensionLocal
-
- getZ() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- getZDisp() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
-
- getZeta() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Gets the default Zeta distribution.
- getZeta() - Static method in class repast.simphony.random.RandomHelper
-
Gets the default Zeta distribution.
- getZeta() - Method in interface repast.simphony.random.RandomRegistry
-
Gets the default Zeta distribution.
- GIS3DDisplayWizardStepCreator - Class in repast.simphony.gis.visualization.engine
-
Adds wizard step panels to the Display editor for GIS3D displays.
- GIS3DDisplayWizardStepCreator() - Constructor for class repast.simphony.gis.visualization.engine.GIS3DDisplayWizardStepCreator
-
- GIS3DOptionsPanel - Class in repast.simphony.visualization.gui
-
Panel for GIS options step
- GIS3DOptionsPanel() - Constructor for class repast.simphony.visualization.gui.GIS3DOptionsPanel
-
- GIS3DOptionStep - Class in repast.simphony.visualization.gui
-
Display wizard step for setting GIS 3D options
- GIS3DOptionStep() - Constructor for class repast.simphony.visualization.gui.GIS3DOptionStep
-
- GIS3DVisualizationRegistryData - Class in repast.simphony.gis.visualization.engine
-
- GIS3DVisualizationRegistryData() - Constructor for class repast.simphony.gis.visualization.engine.GIS3DVisualizationRegistryData
-
- GIS_FRAME_UPDATE_INTERVAL - Static variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- GISAdder<T> - Interface in repast.simphony.space.gis
-
Interface for classes that wish to add objects to a real, geographic space.
- GISAddHandler - Class in repast.simphony.visualization.editor.gis
-
- GISAddHandler(PGISCanvas, DisplayEditorGIS) - Constructor for class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- GISAddListener - Class in repast.simphony.visualization.editor.gis
-
- GISAddListener(DisplayGIS, GISAddHandler) - Constructor for class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- GISAgentSelectionStep - Class in repast.simphony.gis.visualization.engine
-
- GISAgentSelectionStep() - Constructor for class repast.simphony.gis.visualization.engine.GISAgentSelectionStep
-
Deprecated.
- GISCompositeControllerActionCreator - Class in repast.simphony.gis.engine
-
- GISCompositeControllerActionCreator() - Constructor for class repast.simphony.gis.engine.GISCompositeControllerActionCreator
-
- GISConstants - Interface in repast.simphony.space.gis
-
GIS constant values.
- GISDisplayData<T> - Class in repast.simphony.gis.visualization.engine
-
Provides GIS Display used for initialization of the display.
- GISDisplayData(Context<T>) - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayData
-
- GISDisplayDescriptor - Class in repast.simphony.gis.visualization.engine
-
Display descriptor for GIS displays.
- GISDisplayDescriptor(DisplayDescriptor) - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- GISDisplayDescriptor(String) - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- GISDisplayDescriptor.VIEW_TYPE - Enum in repast.simphony.gis.visualization.engine
-
- GISDisplayDescriptorFactory - Class in repast.simphony.gis.visualization.engine
-
- GISDisplayDescriptorFactory() - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayDescriptorFactory
-
- GisDisplayMediator - Class in repast.simphony.gis.display
-
- GisDisplayMediator() - Constructor for class repast.simphony.gis.display.GisDisplayMediator
-
Deprecated.
- GISDisplayValidator - Class in repast.simphony.gis.visualization.engine
-
Validates GIS displays against the provided list of projection types.
- GISDisplayValidator() - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayValidator
-
- GISDisplayWizardStepCreator - Class in repast.simphony.gis.visualization.engine
-
- GISDisplayWizardStepCreator() - Constructor for class repast.simphony.gis.visualization.engine.GISDisplayWizardStepCreator
-
Deprecated.
- GISEditorUtilities - Class in repast.simphony.visualization.editor.gis
-
- GISEditorUtilities() - Constructor for class repast.simphony.visualization.editor.gis.GISEditorUtilities
-
Deprecated.
- GISMoveHandler - Class in repast.simphony.visualization.editor.gis
-
- GISMoveHandler(PGISCanvas, DisplayGIS, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- GISNetAddEdgeHandler - Class in repast.simphony.visualization.editor.gis
-
- GISNetAddEdgeHandler(DisplayEditorGIS, PGISCanvas, DisplayGIS) - Constructor for class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
- GISNetworkListener - Class in repast.simphony.space.gis
-
A ProjectionListener implementation for managing Repast network edges in a
Repast geography projection.
- GISNetworkListener(Context, Geography, Network) - Constructor for class repast.simphony.space.gis.GISNetworkListener
-
- GISProbeHandler - Class in repast.simphony.gis.ui.probe
-
- GISProbeHandler(DisplayGIS) - Constructor for class repast.simphony.gis.ui.probe.GISProbeHandler
-
Deprecated.
- GisProjectionDescriptor - Class in repast.simphony.visualization.gis
-
Projection descriptor for grids.
- GisProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.gis.GisProjectionDescriptor
-
- GISProjectionDescriptorFactory - Class in repast.simphony.gis.visualization.engine
-
ProjectionDescritorFactory for that creates ProjectionDescriptors for GIS displays.
- GISProjectionDescriptorFactory() - Constructor for class repast.simphony.gis.visualization.engine.GISProjectionDescriptorFactory
-
- GISSelectionHandler - Class in repast.simphony.visualization.editor.gis
-
- GISSelectionHandler(DisplayGIS, PGISCanvas) - Constructor for class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
- GISStylePanel - Class in repast.simphony.visualization.gui
-
- GISStylePanel() - Constructor for class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
- GISStyleRegistrar - Class in repast.simphony.gis.visualization.engine
-
Creates GIS3D styles from a style classname.
- GISStyleRegistrar(DisplayGIS3D) - Constructor for class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- GISStyleStep - Class in repast.simphony.visualization.gui
-
- GISStyleStep() - Constructor for class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- GISVisualizationRegistryData - Class in repast.simphony.gis.visualization.engine
-
- GISVisualizationRegistryData() - Constructor for class repast.simphony.gis.visualization.engine.GISVisualizationRegistryData
-
Deprecated.
- GISVizCompositeControllerActionCreator - Class in repast.simphony.gis.visualization.engine
-
Provides the GIS visualization registry data creator.
- GISVizCompositeControllerActionCreator() - Constructor for class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
-
- glInitialized - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- globeLayers - Variable in class repast.simphony.gis.visualization.engine.GISDisplayData
-
Globe layers are the default WWJ layers like the WMS background, stars,
etc that can be optionally added to displays.
- globeLayers - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Globe layers are the default WWJ layers like the WMS background, stars,
etc that can be optionally added to displays.
- globeLayers - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- GlobePositionListener() - Constructor for class repast.simphony.visualization.gis3D.DisplayGIS3D.GlobePositionListener
-
- go() - Method in class repast.simphony.batch.InteractivBatchRunner
-
- go() - Method in class repast.simphony.engine.environment.AbstractRunner
-
- go() - Method in interface repast.simphony.engine.environment.Runner
-
Specifies if the simulation should continue to run (returns true) or if it
should stop (returns false).
- go() - Method in class repast.simphony.ui.GUIScheduleRunner
-
- goRoot() - Method in class repast.simphony.integration.BeanBuilder
-
Sets the current object to be the root object.
- goRoot() - Method in class repast.simphony.integration.JDOMBuilder
-
Goes to the root of the DOM tree.
- goRoot() - Method in interface repast.simphony.integration.OutputBuilder
-
Goes to the root in the hierarchy.
- goUp() - Method in class repast.simphony.integration.BeanBuilder
-
Sets the current object up a level in the hierarchy.
- goUp() - Method in class repast.simphony.integration.JDOMBuilder
-
Goes up a level in the DOM tree.
- goUp() - Method in interface repast.simphony.integration.OutputBuilder
-
Goes up a level in the hierarchy.
- graph - Variable in class repast.simphony.space.graph.JungNetwork
-
- GraphExecutor<E> - Interface in repast.simphony.engine.graph
-
Interface for objects that will perform execution on a graph.
- GraphicalBuilderOption - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- GraphicalBuilderOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.GraphicalBuilderOption
-
- GraphParams<E> - Class in repast.simphony.engine.graph
-
An object used to hold parameters for use when executing graphs.
- GraphParams(E, E, double) - Constructor for class repast.simphony.engine.graph.GraphParams
-
Constructs this GraphParams object holding the specified values.
- GraphScheduleUtilities - Class in repast.simphony.engine.graph
-
Utilities for working with the schedule.
- GraphScheduleUtilities() - Constructor for class repast.simphony.engine.graph.GraphScheduleUtilities
-
- GraphUtil - Class in repast.simphony.visualization.cgd.graph
-
- GraphUtil() - Constructor for class repast.simphony.visualization.cgd.graph.GraphUtil
-
- gray() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color gray.
- green() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color green.
- greenMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- greenMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- grid - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
-
- grid - Variable in class repast.simphony.query.space.grid.GridCellNgh
-
- Grid<T> - Interface in repast.simphony.space.grid
-
Interface for classes implementing grid type projection space.
- Grid2DLayout - Class in repast.simphony.visualization.grid
-
Layout for a 2D single occupancy grid.
- Grid2DLayout() - Constructor for class repast.simphony.visualization.grid.Grid2DLayout
-
- Grid2DLayout(Grid) - Constructor for class repast.simphony.visualization.grid.Grid2DLayout
-
- Grid2DProjectionDecorator - Class in repast.simphony.visualization.grid
-
2D grid decorator that decorates a grid projection with a 2D grid.
- Grid2DProjectionDecorator() - Constructor for class repast.simphony.visualization.grid.Grid2DProjectionDecorator
-
- Grid3DLayout - Class in repast.simphony.visualization.grid
-
3D Layout for a 2D or 3D single occupancy grid.
- Grid3DLayout() - Constructor for class repast.simphony.visualization.grid.Grid3DLayout
-
- Grid3DProjectionDecorator - Class in repast.simphony.visualization.grid
-
Decorator for 2D and 3D grids when displayed in 3D.
- Grid3DProjectionDecorator() - Constructor for class repast.simphony.visualization.grid.Grid3DProjectionDecorator
-
- GRID_3D_DECORATOR - Static variable in class repast.simphony.visualization.grid.Grid3DProjectionDecorator
-
- GRID_DECORATOR - Static variable in interface repast.simphony.visualization.grid.GridDecorator
-
- GRID_TYPE - Static variable in class repast.simphony.scenario.data.ProjectionData
-
- GridAdder<T> - Interface in repast.simphony.space.grid
-
- GridAddHandler - Class in repast.simphony.visualization.editor
-
- GridAddHandler(PCanvas, DisplayEditor2D, Grid) - Constructor for class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
- GridAddListener - Class in repast.simphony.visualization.editor
-
- GridAddListener(Grid, GridAddHandler) - Constructor for class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.
- GridBuilderParameters<T> - Class in repast.simphony.space.grid
-
Parameters for creating grids.
- GridBuilderParameters(GridPointTranslator, GridAdder<T>, boolean, int...) - Constructor for class repast.simphony.space.grid.GridBuilderParameters
-
Creates parameters with the specified border rule, adder, multi occupancy and dimensions.
- GridBuilderParameters(GridPointTranslator, GridAdder<T>, boolean, int[], int[]) - Constructor for class repast.simphony.space.grid.GridBuilderParameters
-
Creates parameters with the specified border rule, adder, multi occupancy, dimensions and origin.
- GridCell<T> - Class in repast.simphony.query.space.grid
-
Encapsulates a Grid point location and the objects at that point.
- GridCell(GridPoint, Class<T>) - Constructor for class repast.simphony.query.space.grid.GridCell
-
Creates a GridCell for the specified point.
- GridCell - Class in repast.simphony.valueLayer
-
Encapsulates a grid location and value.
- GridCell(double, int...) - Constructor for class repast.simphony.valueLayer.GridCell
-
- GridCellNgh<T> - Class in repast.simphony.query.space.grid
-
Retrieves the MooreNeighborhood around a particular GridPoint.
- GridCellNgh(Grid<? extends Object>, GridPoint, Class<T>, int...) - Constructor for class repast.simphony.query.space.grid.GridCellNgh
-
Creates a GridCellNgh using the specified grid, point, type and extent.
- GridConverter - Class in repast.simphony.xml
-
XStream converter for ContextGrids, the default grid type
in simphony.
- GridConverter() - Constructor for class repast.simphony.xml.GridConverter
-
- gridCoverage - Variable in class repast.simphony.space.gis.RasterLayer
-
- GridDecorator - Interface in repast.simphony.visualization.grid
-
Constants for grid decoration.
- GridDimensions - Class in repast.simphony.space.grid
-
Encapsulates the dimensions of a space in N dimensions.
- GridDimensions(int...) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridDimensions(int[], int[]) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridDimensions(double...) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridDimensions(double[], double[]) - Constructor for class repast.simphony.space.grid.GridDimensions
-
Creates a Dimensions from the specified array.
- GridFactory - Interface in repast.simphony.context.space.grid
-
- GridFactoryFinder - Class in repast.simphony.context.space.grid
-
- GridFactoryFinder() - Constructor for class repast.simphony.context.space.grid.GridFactoryFinder
-
- GridFunction - Interface in repast.simphony.valueLayer
-
Callback type function interface for classes that can be
passed to a GridValueLayer for each method.
- gridLineColor - Variable in class repast.simphony.chart2.engine.ChartDescriptor
-
- GridLocationProbe - Class in repast.simphony.ui.probe
-
Probe of an objects location in a grid.
- GridLocationProbe(Object, Grid<?>) - Constructor for class repast.simphony.ui.probe.GridLocationProbe
-
- GridLocationToolTip - Class in repast.simphony.visualization.editor
-
- GridLocationToolTip(PCamera) - Constructor for class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- GridMoveHandler - Class in repast.simphony.visualization.editor
-
- GridMoveHandler(PCanvas, Display2D, Grid, List<Network>, EditorNotifier) - Constructor for class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- GridPoint - Class in repast.simphony.space.grid
-
Represents an n-dimensional discrete point in a grid.
- GridPoint(int...) - Constructor for class repast.simphony.space.grid.GridPoint
-
Creates a GridPoint from the passed in array of points.
- GridPointTranslator - Interface in repast.simphony.space.grid
-
Interface for classes that will translate a point by some specified amount.
- GridPointTranslatorDecorator - Interface in repast.simphony.space.grid
-
This represents a
PointTranslator that performs an operation using its
methods, and then after it has finished doing its translations will pass its result to another
PointTranslator.
- GridProjectionBuilder - Class in repast.simphony.dataLoader.engine
-
Builds a grid projection based on SGrid data.
- GridProjectionBuilder() - Constructor for class repast.simphony.dataLoader.engine.GridProjectionBuilder
-
- GridProjectionDescriptor - Class in repast.simphony.visualization.grid
-
Projection descriptor for grids.
- GridProjectionDescriptor(ProjectionData) - Constructor for class repast.simphony.visualization.grid.GridProjectionDescriptor
-
- GridProjectionDryer2 - Class in repast.simphony.freezedry.freezedryers.proj
-
- GridProjectionDryer2() - Constructor for class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
- GridShape - Class in repast.simphony.visualization.grid
-
Grid shaped PNode that can convert a point to row, column coordinates.
- GridShape(float, Color, int, int) - Constructor for class repast.simphony.visualization.grid.GridShape
-
- GridStyleStep - Class in repast.simphony.visualization.gui
-
- GridStyleStep() - Constructor for class repast.simphony.visualization.gui.GridStyleStep
-
- GridValueLayer - Class in repast.simphony.valueLayer
-
A grid value layer.
- GridValueLayer(String, boolean, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, density, and dimensions.
- GridValueLayer(String, double, boolean, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, density, defaultValue and
dimensions.
- GridValueLayer(String, boolean, GridPointTranslator, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, density, translator, and
dimensions.
- GridValueLayer(String, double, boolean, GridPointTranslator, int...) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, defaultValue, density,
translator and dimensions.
- GridValueLayer(String, double, boolean, GridPointTranslator, int[], int[]) - Constructor for class repast.simphony.valueLayer.GridValueLayer
-
Creates a GridValueLayer with the specified name, defaultValue, density,
translator and dimensions.
- GridValueLayerConverter - Class in repast.simphony.xml
-
XStream converter for GridValueLayers.
- GridValueLayerConverter() - Constructor for class repast.simphony.xml.GridValueLayerConverter
-
- GridWithin<T> - Class in repast.simphony.query.space.grid
-
A within type query over a grid space.
- GridWithin(Context<T>, T, double) - Constructor for class repast.simphony.query.space.grid.GridWithin
-
Creates a GridWithin query that will find all the objects
within the specified distance of the specified object in
all the grid spaces in the specified context.
- GridWithin(Grid<T>, T, double) - Constructor for class repast.simphony.query.space.grid.GridWithin
-
Creates a GridWithin query that will find all the objects
within the specified distance of the specified object in the
specified space.
- GroovyRunner - Class in repast.simphony.parameter.groovy
-
Runs a groovy file to setup a parameter sweep.
- GroovyRunner(File) - Constructor for class repast.simphony.parameter.groovy.GroovyRunner
-
- group - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- groupToExecute - Variable in class repast.simphony.engine.schedule.Schedule
-
- GuardCondition<T> - Interface in repast.simphony.statecharts
-
- GUI_PLUGIN_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- GUIContextActionBuilder - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- GUIContextActionBuilder() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.GUIContextActionBuilder
-
- GUIParametersManager - Class in repast.simphony.ui
-
Manages gui parameters such that parameters can be changed in the gui and
then reset back to some set of default parameters.
- GUIParametersManager(Parameters, ParametersUI) - Constructor for class repast.simphony.ui.GUIParametersManager
-
- GUIRegistry - Interface in repast.simphony.engine.environment
-
This interface represents an object that contains GUI elements generated for
a simulation and that are to be displayed to the user.
- GUIRegistryType - Enum in repast.simphony.engine.environment
-
Enumeration of types that can be displayed in
the visualization area of the GUI.
- GUIScheduleRunner - Class in repast.simphony.ui
-
This class executes the model schedule found in the RunState's
ScheduleRegistry.
- GUIScheduleRunner() - Constructor for class repast.simphony.ui.GUIScheduleRunner
-
- IAction - Interface in repast.simphony.engine.schedule
-
Interface for executable object.
- IActionFactory - Interface in repast.simphony.engine.schedule
-
Factory for producing IActions to be executed by a Schedule.
- IActionParameterPair - Class in repast.simphony.engine.schedule
-
A simple pair object containing an IAction and ScheduleParameters.
- IActionParameterPair(IAction, ScheduleParameters) - Constructor for class repast.simphony.engine.schedule.IActionParameterPair
-
Creates an IActionParameterPair from the specified IAction and
parameters.
- IBooleanExpression - Interface in repast.simphony.engine.watcher.query
-
- IconFactory2D - Class in repast.simphony.visualization.gui.styleBuilder
-
Simple 2D icon factory based adapted from the Geotools WellKnownMarkFactory.
- IconFactory2D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.IconFactory2D
-
- iconFile2D - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- IconFile2DFilter - Class in repast.simphony.visualization.gui.styleBuilder
-
- IconFile2DFilter() - Constructor for class repast.simphony.visualization.gui.styleBuilder.IconFile2DFilter
-
- iconified() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- iconified() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- iconified() - Method in interface repast.simphony.visualization.IDisplay
-
Notifies this IDisplay that its associated gui widget has been iconified.
- iconified - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- iconified() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
Notifies this IDisplay that its associated gui widget has been iconified.
- iconified - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- iconified() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Notifies this IDisplay that its associated gui widget has been iconified.
- iconified - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- iconified() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- IconRotator - Class in repast.simphony.ui.widget
-
Rotates an icon on a JButton.
- IconRotator(JButton, ImageIcon) - Constructor for class repast.simphony.ui.widget.IconRotator
-
- IControllerRegistryBuilder - Interface in repast.simphony.ui
-
- IconUtils - Class in repast.simphony.ui.widget
-
- IconUtils() - Constructor for class repast.simphony.ui.widget.IconUtils
-
- iconWidth - Variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- id - Variable in class repast.simphony.data2.AbstractDataSet
-
- ID - Static variable in class repast.simphony.data2.BatchRunDataSource
-
- id - Variable in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
- ID - Static variable in class repast.simphony.data2.RandomSeedDataSource
-
- ID - Static variable in class repast.simphony.data2.TickCountDataSource
-
- id - Variable in class repast.simphony.engine.watcher.query.SimpleNode
-
- id - Variable in class repast.simphony.scenario.data.AttributeContainer
-
- id - Variable in class repast.simphony.space.gis.FeatureAgent
-
- id - Variable in class repast.simphony.statecharts.AbstractStateBuilder
-
- id - Variable in class repast.simphony.visualization.cgd.util.Clan
-
- id - Variable in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
-
- ID_A - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
-
- ID_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
Name of the column used to identify objects.
- ID_MARKER - Static variable in interface repast.simphony.freezedry.FreezeDryer
-
- IDisplay - Interface in repast.simphony.visualization
-
Interface for displays used in repast simphony.
- IDisplay.LayoutFrequency - Enum in repast.simphony.visualization
-
Enum values for specifying the frequency of laying out a display.
- IDisplayLayer<T> - Interface in repast.simphony.visualization
-
Interface for display layers.
- IDisplayLayer2D - Interface in repast.simphony.visualization.visualization2D
-
- IDisplayLayer3D - Interface in repast.simphony.visualization.visualization3D
-
- IGNORE_DATA_TARGET - Static variable in class repast.simphony.integration.DataFileUtils
-
- IGraphSchedule - Interface in repast.simphony.engine.graph
-
A schedule that will schedule graphs.
- IGridValueLayer - Interface in repast.simphony.valueLayer
-
Interface for grid style value layers.
- IllegalParameterException - Exception in repast.simphony.parameter
-
Exception thrown when illegally setting a parameter via Parameters.
- IllegalParameterException() - Constructor for exception repast.simphony.parameter.IllegalParameterException
-
- IllegalParameterException(Throwable) - Constructor for exception repast.simphony.parameter.IllegalParameterException
-
- IllegalParameterException(String) - Constructor for exception repast.simphony.parameter.IllegalParameterException
-
- IllegalParameterException(String, Throwable) - Constructor for exception repast.simphony.parameter.IllegalParameterException
-
- image - Variable in class repast.simphony.engine.watcher.query.Token
-
The string image of the token.
- image - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- image - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
-
- image - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
-
- Imageable - Interface in repast.simphony.ui
-
Interface for classes that can produce a BufferedImage.
- ImageableJComponentAdapter - Class in repast.simphony.ui
-
Adapts a JComponent to an Imageable.
- ImageableJComponentAdapter(JComponent) - Constructor for class repast.simphony.ui.ImageableJComponentAdapter
-
Constructs a ImageableJComponentAdapter that adapts the
specified JComponent.
- ImageSpatialSource - Class in repast.simphony.visualizationOGL2D
-
Registers Spatials using an image (jpg, png, gif) as the source.
- ImageSpatialSource(String, String) - Constructor for class repast.simphony.visualizationOGL2D.ImageSpatialSource
-
- ImmediateExecutor - Class in repast.simphony.engine.watcher
-
A trigger scheduler that executes the trigger
immediately.
- ImmediateExecutor(NotifierTrigger, IBooleanExpression, int, boolean) - Constructor for class repast.simphony.engine.watcher.ImmediateExecutor
-
- ImplementingClassesFinder - Class in repast.simphony.userpanel.ui
-
Utility class to find all subclasses of superClass on the classpath entries specified in a scenario's model data.
- ImplementingClassesFinder(Scenario, Class) - Constructor for class repast.simphony.userpanel.ui.ImplementingClassesFinder
-
- inBounds(double...) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
Returns 1 if the coordinates are in the layer's bounds, otherwise returns
.
- inBuf - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.BooleanFilter
-
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.ComponentFilter
-
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.NamedRowFilter
-
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.NumberFilter
-
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.ObjectFilter
-
- include(RowFilter.Entry<? extends M, ? extends I>) - Method in class repast.simphony.ui.table.StringFilter
-
- INCLUDE_COL - Static variable in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- includeBatchRun() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- includeRandomSeed() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- includeTick() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- inCone(Collection, Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset within a distance and heading cone of the caller.
- inCone(Collection, Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset within a distance and heading cone of the caller.
- incrementActiveButtons() - Method in class repast.simphony.relogo.ReLogoModel
-
- incrementDisp(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
-
- incrementsAreDone() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Returns true once the current iteration has passed the maximum count,
MAX_ITERATIONS.
- INDEPENDENT - Static variable in class repast.simphony.visualization.cgd.util.Clan
-
- independentVariableName - Variable in class repast.simphony.adaptation.regression.RepastRegressionModel
-
- index - Variable in class repast.simphony.data2.AbstractFormatter.ItemFormatter
-
- index - Variable in class repast.simphony.freezedry.datasource.DFRowData
-
- index - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- index - Variable in class repast.simphony.util.collections.RandomIterable
-
- IndexedIterable<T> - Interface in repast.simphony.util.collections
-
An iterable that also provides indexed access to the underlying collection.
- indexUnion(TreeSet[], TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
-
- InfiniteBorders<T> - Class in repast.simphony.space.continuous
-
This represents an infinite space.
- InfiniteBorders() - Constructor for class repast.simphony.space.continuous.InfiniteBorders
-
- InfiniteBorders<T> - Class in repast.simphony.space.grid
-
This represents an infinite space.
- InfiniteBorders() - Constructor for class repast.simphony.space.grid.InfiniteBorders
-
- INFO_CURSOR - Static variable in class repast.simphony.visualization.AbstractDisplay
-
- init(String) - Static method in class repast.simphony.batch.ssh.SSHSessionFactory
-
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.AggregateChartStep
-
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
-
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
-
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.HistogramDataStep
-
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
-
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
-
- init(WizardModel) - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
-
- init(DataSetRegistry, boolean, boolean, String, String, String, String) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- init() - Method in class repast.simphony.data2.AbstractDataSet
-
- init() - Method in interface repast.simphony.data2.DataSet
-
Initializes this DataSet.
- init(WizardModel) - Method in class repast.simphony.data2.gui.FileChooserStep
-
- init(CompletableStep, DataSetWizardModel) - Method in class repast.simphony.data2.wizard.AggMethodSourcePanel
-
- init(WizardModel) - Method in class repast.simphony.data2.wizard.AggregateSourceStep
-
- init(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CommonSourcePanel
-
- init(WizardModel) - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
-
- init(CompletableStep, DataSetDescriptor) - Method in class repast.simphony.data2.wizard.CustomDataSourcePanel
-
- init(WizardModel) - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
-
- init(WizardModel) - Method in class repast.simphony.data2.wizard.FileSinkPropertiesStep
-
- init(CompletableStep, DataSetWizardModel) - Method in class repast.simphony.data2.wizard.MethodSourcePanel
-
- init(WizardModel) - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
-
- init(WizardModel) - Method in class repast.simphony.data2.wizard.SinkDataStep
-
- init(PluginManager) - Method in class repast.simphony.dataLoader.ui.DefaultDataLoaderMenuItem
-
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
-
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
-
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.DataLoadingSetupFinish
-
- init(PluginManager) - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
-
- init(WizardModel) - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
-
- init(PluginManager) - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
-
- init() - Method in class repast.simphony.engine.environment.AbstractRunner
-
- init(ISchedule, Runner, Parameters, boolean) - Static method in class repast.simphony.engine.environment.RunEnvironment
-
Initializes a RunEnvironment.
- init() - Method in interface repast.simphony.engine.environment.Runner
-
- init() - Static method in class repast.simphony.engine.environment.RunState
-
- init(RunInfo, ScheduleRegistry, GUIRegistry) - Static method in class repast.simphony.engine.environment.RunState
-
- init(PluginManager) - Method in class repast.simphony.freezedry.gui.FreezerMenuItem
-
- init(WizardModel) - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
-
- init(FeatureType, Style) - Method in class repast.simphony.gis.styleEditor.ByRangePanel
-
- init(List<Rule>, String) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- init(FeatureType, Style, FeatureSource<SimpleFeatureType, SimpleFeature>) - Method in class repast.simphony.gis.styleEditor.ByValuePanel
-
- init(SimpleFeatureType, Rule) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- init(List<Rule>) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
- init(SimpleFeatureType, Rule) - Method in class repast.simphony.gis.styleEditor.SymbolEditorDialog
-
- init(Class) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
- init(Class, List<Rule>) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
- init(Context) - Method in class repast.simphony.gis.ui.GeographyExportDialog
-
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.bsf.ScriptRunner
-
Initializes the producer with the controller registry and
master context id.
- init(RunState) - Method in class repast.simphony.parameter.groovy.CustomParameterSetter
-
Initializes this CustomParameterSetter with the RunState for the
next run.
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.groovy.GroovyRunner
-
Initializes the producer with the controller registry and
master context id.
- init(double) - Method in interface repast.simphony.parameter.optimizer.CoolingSchedule
-
- init(double) - Method in class repast.simphony.parameter.optimizer.DefaultExponentialCoolingSchedule
-
- init(ControllerRegistry, Object) - Method in interface repast.simphony.parameter.SweeperProducer
-
Initializes the producer with the controller registry and
master context id.
- init(Attributes) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.AbstractParameterSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
Initializes the producer with the controller registry and
master context id.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantBooleanSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.ConstantNumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantObjectSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ConstantStringSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.ListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.NumberSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Attributes) - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(Map<String, String>) - Method in class repast.simphony.parameter.xml.ObjectListSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init(ControllerRegistry, Object) - Method in class repast.simphony.parameter.xml.OptimizedXMLSweeperProducer
-
Initializes the producer with the controller registry and
master context id.
- init(Attributes) - Method in interface repast.simphony.parameter.xml.ParameterSetterCreator
-
Initializes this ParameterSetterCreator with the specified attributes.
- init() - Static method in class repast.simphony.random.RandomHelper
-
Initializes the random helper.
- init(Observer) - Method in class repast.simphony.relogo.factories.LinkFactory
-
- init(Observer) - Method in class repast.simphony.relogo.factories.PatchFactory
-
- init(Observer) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- init() - Static method in class repast.simphony.relogo.styles.PPathBuilder
-
- init(Dimensions) - Method in class repast.simphony.space.continuous.AbstractPointTranslator
-
Initializes this with the given dimensions.
- init(Dimensions) - Method in class repast.simphony.space.continuous.BouncyBorders
-
- init(Dimensions) - Method in class repast.simphony.space.continuous.InfiniteBorders
-
- init(Dimensions) - Method in interface repast.simphony.space.continuous.PointTranslator
-
Initializes this with the given dimensions.
- init(Dimensions) - Method in class repast.simphony.space.continuous.StickyBorders
-
Initializes this with the given dimensions.
- init(Dimensions) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
Initializes this with the given dimensions.
- init() - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- init(GridDimensions) - Method in class repast.simphony.space.grid.AbstractGridPointTranslator
-
Initializes this with the given dimensions.
- init(GridDimensions) - Method in class repast.simphony.space.grid.BouncyBorders
-
- init(GridDimensions) - Method in interface repast.simphony.space.grid.GridPointTranslator
-
Initializes this with the given dimensions.
- init(GridDimensions) - Method in class repast.simphony.space.grid.InfiniteBorders
-
- init(GridDimensions) - Method in class repast.simphony.space.grid.StickyBorders
-
Initializes this with the given dimensions.
- init(GridDimensions) - Method in class repast.simphony.space.grid.WrapAroundBorders
-
Initializes this with the given dimensions.
- init(RSApplication) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory
-
- init(MutableParameters) - Method in class repast.simphony.ui.AddParameterDialog
-
- init(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
-
- init(Parameters) - Method in class repast.simphony.ui.DefaultParamsDialog
-
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
-
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.ModelInitPanel
-
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.NewScenarioFinalPanel
-
- init(WizardModel) - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
-
- init(P) - Method in class repast.simphony.ui.ParameterSelectionDialog
-
Initialize the list for the Parameters object.
- init(P, boolean, boolean) - Method in class repast.simphony.ui.ParameterSelectionDialog
-
- init(PluginManager) - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
A null implementation of this method.
- init(PluginManager) - Method in interface repast.simphony.ui.plugin.EditorMenuItem
-
Called when the menu item is being initialized.
- init(RSApplication) - Method in interface repast.simphony.ui.probe.PPUICreatorFactory
-
Initialize this PPUICreatorFactory.
- init(MutableParameters) - Method in class repast.simphony.ui.RemoveParametersDialog
-
- init(ErrorLog) - Method in class repast.simphony.ui.RSGui
-
- init(RunOptionsModel) - Method in class repast.simphony.ui.RunOptionsPanel
-
- init(MutableParameters) - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
-
- init(MutableParameters) - Method in class repast.simphony.ui.sweep.ParameterSweepDialog
-
- init() - Method in class repast.simphony.ui.table.TableFilterDialog
-
- init(Context<? extends Object>) - Method in class repast.simphony.ui.widget.NetworkExportDialog
-
Initializes the dialog with any networks contained in the specified Context
including all sub-contexts.
- init() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Initializes the iterator.
- init(PluginManager) - Method in class repast.simphony.util.wizard.AbstractWizardOption
-
- init(WizardModel) - Method in class repast.simphony.util.wizard.ChooseOptionStep
-
- init(WizardModel) - Method in class repast.simphony.util.wizard.ModelAwarePanelStep
-
- init(PluginManager) - Method in interface repast.simphony.util.wizard.WizardOption
-
Called when the option is first loaded.
- init(DisplayOGL2D, VComposite) - Method in class repast.simphony.visualization.continuous.Continuous2DProjectionDecorator
-
- init(Display3D, Group) - Method in class repast.simphony.visualization.continuous.Continuous3DProjectionDecorator
-
- init(DisplayOGL2D, VComposite) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator2D
-
Initializes the decorator.
- init(Display3D, Group) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator3D
-
Initializes the decorator.
- init(ShapeFactory2D) - Method in class repast.simphony.visualization.editedStyle.EditedStyleOGL2D
-
- init(ValueLayer) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleOGL2D
-
- init(DisplayEditor, List<Class>, List<RepastEdge>, int) - Method in class repast.simphony.visualization.editor.AgentEditor
-
Deprecated.
- init() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- init() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
- init() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
- init() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
Initializes this listener.
- init() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
Initializes this listener.
- init() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
- init(DisplayEditor, List<Network>) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- init() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Initializes the display.
- init() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- init(DisplayOGL2D, VComposite) - Method in class repast.simphony.visualization.grid.Grid2DProjectionDecorator
-
Initializes the decorator by adding a grid shape of the appropriate size to
the parent.
- init(Display3D, Group) - Method in class repast.simphony.visualization.grid.Grid3DProjectionDecorator
-
Initializes the decorator by adding a 2 or 3D grid
to the parent.
- init(List<AgentData>, List<AgentData>) - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.AgentSelectionStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.GeneralStep
-
- init(ContextData, GISDisplayDescriptor) - Method in class repast.simphony.visualization.gui.GIS3DOptionsPanel
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
-
- init(ContextData, DisplayDescriptor) - Method in class repast.simphony.visualization.gui.GISStylePanel
-
Deprecated.
Initialize the panel.
- init(WizardModel) - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- init(WizardModel) - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.NetLayoutStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.ScheduleStep
-
- init(ContextData, String, String, CartesianDisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedEdgeStyleDialog
-
- init(Class, String, CartesianDisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
-
- init(String, String, CartesianDisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedValueLayerStyleDialog
-
- init(ContextData, String, String, DisplayDescriptor) - Method in class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.StyleStep
-
- init(WizardModel) - Method in class repast.simphony.visualization.gui.ValueLayerStep
-
- init() - Method in interface repast.simphony.visualization.IDisplay
-
Initializes the display.
- init() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- init(ValueLayer) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- init() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- init(Behavior) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
-
- init() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- init(VisualizationProperties, TransformGroup, BranchGroup, Display3D, U) - Method in interface repast.simphony.visualization.visualization3D.ProjectionStyle3D
-
- init(Behavior) - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
-
- init(ShapeFactory2D) - Method in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- init() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- init(GLAutoDrawable, VRoot) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- init(ShapeFactory2D) - Method in interface repast.simphony.visualizationOGL2D.StyleOGL2D
-
Initializes this style with the ShapeFactory2D that should be used
to create any VSpatials produced by this style.
- init(ValueLayer) - Method in interface repast.simphony.visualizationOGL2D.ValueLayerStyleOGL
-
Initializes this style with the specified ValueLayer.
- INIT_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- initAddListener(GISAddListener) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
- initBatch(String, String[]) - Method in class repast.simphony.batch.BatchClassLoader
-
- initButtons() - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- initClass(Class) - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
Sets up the artificial selected attribute for the
specified object type.
- initColors() - Static method in class repast.simphony.relogo.util.ReLogoSupport
-
- initColumnData(List<List<ProbedPropertiesFinder.Property>>) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
-
Sets the cell values in each row, column from data in the agent properties list.
- initColumns(List<List<ProbedPropertiesFinder.Property>>) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
-
Configure the columns from data in the agent properties list.
- initComponents() - Method in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- initData - Variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- initData - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- initData - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- initData - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- initDelegate(EdgeCreator) - Method in class repast.simphony.xml.DelegatingEdgeCreator
-
Sets the delegate to the specified EdgeCreator.
- initDistributed() - Static method in class repast.simphony.engine.environment.RunState
-
- initGlobes(GISDisplayDescriptor.VIEW_TYPE) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Initialize the WWJ globe (flat/globe)
- initialize(Workspace<RSApplication>) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- initialize(Workspace<RSApplication>) - Method in class repast.simphony.freezedry.wizard.FreezeDryButtonModel
-
- initialize() - Method in class repast.simphony.integration.BeanBuilder
-
Instantiates an instance of the root bean class and starts using it.
- initialize() - Method in class repast.simphony.integration.JDOMBuilder
-
Creates the document to return and it's root element
- initialize() - Method in interface repast.simphony.integration.OutputBuilder
-
Initializes the writer for writing.
- initialize(Scenario, RunEnvironmentBuilder) - Method in class repast.simphony.relogo.ReLogoInitializer
-
- initialize(Scenario, RunEnvironmentBuilder) - Method in interface repast.simphony.scenario.ModelInitializer
-
Initializes the model context using the specified Scenario and RunEnviromentBuilder.
- initialize(Workspace<RSApplication>) - Method in class repast.simphony.sql.RunSQLModel
-
- initialize() - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- initialize() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- initialize() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- initialize() - Method in class repast.simphony.statecharts.MessageTrigger
-
- initialize() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- initialize() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
-
- initialize() - Method in enum repast.simphony.statecharts.StateChartScheduler
-
Initializes the scheduler.
- initialize() - Method in class repast.simphony.statecharts.TimedTrigger
-
- initialize(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.Transition
-
- initialize() - Method in interface repast.simphony.statecharts.Trigger
-
- initialize() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- initialize() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Initialize sub classes.
- initialize() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
- initialize() - Method in class repast.simphony.visualization.gui.StyleClassStep
-
- initialize() - Method in class repast.simphony.visualization.gui.StyleStep
-
Initialize sub classes.
- initialize() - Method in class repast.simphony.visualization.visualization3D.DataUpdateBehavior
-
- initialize() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
-
- initialize(DimensionLocal) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- initialize(DimensionLocal, JungVertexLocationFunction) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- initialize(Dimension) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- initialize(Dimension, JungVertexLocationFunction) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- initialize_local() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- initialize_local() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Initializes all local information, and is called immediately within the
initialize() process.
- initialize_local_vertex(Object) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- initialize_local_vertex(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Initializes the local information on a single vertex.
- initializeBaseObserver(String, Context, TurtleFactory, PatchFactory, LinkFactory, RLWorldDimensions) - Method in class repast.simphony.relogo.AbstractObserver
-
- initializeBranch(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.BranchState
-
- initializeLocation(Object, double[], DimensionLocal) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
Sets random locations for a vertex within the dimensions of the space.
- initializeLocation(Object, double[], Dimension) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Sets random locations for a vertex within the dimensions of the space.
- initializeLocations() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- initializeLocations() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- initializeModel(SVGDocument) - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- initializeSourceTexture(DrawContext) - Method in class repast.simphony.visualization.gis3D.RepastSurfaceImage
-
- initializeState() - Method in class repast.simphony.statecharts.old.CompositeState
-
- initializeState() - Method in class repast.simphony.statecharts.old.SimpleState
-
- initializeState() - Method in class repast.simphony.statecharts.old.State
-
- initializeTrigger() - Method in class repast.simphony.statecharts.old.TimedTransition
-
- initInstance(WatcheeInstrumentor) - Static method in class repast.simphony.engine.watcher.WatcherTrigger
-
Initializes the WatcherTrigger instance with the specified instrumentor.
- initJAI() - Method in class repast.simphony.gis.engine.JAIInitializer
-
Initialize Java Advanced Imaging library performs init functions for JAI that
are needed because Repast uses a custom classloader that prevents JAI from
initializing itself automatically.
- initMapContext(MapContent) - Method in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- initModelArchive(Configuration, String) - Method in class repast.simphony.batch.ssh.LocalSession
-
Initializes the model for running.
- initModelArchive(Configuration, String) - Method in class repast.simphony.batch.ssh.RemoteSession
-
Initializes the model for running.
- initModelArchive(Configuration, String) - Method in interface repast.simphony.batch.ssh.Session
-
Initializes the model for running.
- initMyComponents(String) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedEdgeStyleDialog
-
- initMyComponents(String) - Method in class repast.simphony.visualization.gui.styleBuilder.EditedStyleDialog
-
- initMyComponents(String) - Method in class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
-
- initPhysics(boolean) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- InitRun - Class in repast.simphony.ui.action
-
Action for initializing a run
- InitRun() - Constructor for class repast.simphony.ui.action.InitRun
-
- initScene() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- initSim() - Method in class repast.simphony.ui.RSApplication
-
Initializes a simulation run.
- initStyle(FeatureTypeStyle) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
- initToolBar(Map<String, TableModel>) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- inLinkFrom(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the directed link from a turtle to the caller.
- inLinkFrom(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Returns the directed link from a turtle to the caller.
- inLinkNeighborQ(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if there is a directed link from a turtle to the caller.
- inLinkNeighborQ(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
Queries if there is a directed link from a turtle to the caller.
- inLinkNeighbors() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the agentset with directed links to the caller.
- inLinkNeighbors() - Method in interface repast.simphony.relogo.Turtle
-
Returns the agentset with directed links to the caller.
- innerStyle - Variable in class repast.simphony.visualization.editedStyle.EditedValueLayerStyle2D
-
- input_stream - Variable in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- inputFile(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Method writes out string content to a batch xml file used for temporary
data storage.
- inputStream - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- inputStream - Variable in class repast.simphony.essentials.DevNull
-
- inRadius(Collection, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset within a distance of the caller.
- inRadius(Collection, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset within a distance of the caller.
- inRadius(Collection, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset within a distance of the caller.
- inRadius(Collection, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset within a distance of the caller.
- inRadiusUtility(AgentSet, Number, ContinuousSpace, NdPoint) - Static method in class repast.simphony.relogo.JavaUtility
-
- insert(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionQueue
-
Insert the specified action into the queue.
- insert(T) - Method in class repast.simphony.util.PriorityQueue
-
Insert the specified item into the queue.
- insertAfterPlacenames(WorldWindow, Layer) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
- insertBeforeCompass(WorldWindow, Layer) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
- insertBeforeLayerName(WorldWindow, Layer, String) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
- insertBeforePlacenames(WorldWindow, Layer) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
- insertRowLabels() - Method in class repast.simphony.ui.table.TablePanel
-
Adds numbered row labels.
- insertSite(TriangulationPoint, Object) - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- insertString(int, String, AttributeSet) - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
-
- insertString(int, String, AttributeSet) - Method in class repast.simphony.gis.styleEditor.DoubleDocument
-
- installHome - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- installHomeKey - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- Instance(String) - Constructor for class repast.simphony.batch.ssh.OutputFinder.Instance
-
- INSTANCE - Static variable in class repast.simphony.filter.AllFilter
-
- INSTANCE - Static variable in class repast.simphony.freezedry.FieldUtilities
-
- instance() - Static method in class repast.simphony.parameter.ParameterTypeFactory
-
- instance() - Static method in class repast.simphony.parameter.StringConverterFactory
-
Gets the singleton instance.
- instance - Static variable in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- INSTANCE_COUNT_PN - Static variable in interface repast.simphony.batch.BatchConstants
-
- INSTANCE_DIR_PREFIX - Static variable in interface repast.simphony.batch.BatchConstants
-
- InstanceOfFilter<T> - Class in repast.simphony.filter
-
- InstanceOfFilter(Class<T>) - Constructor for class repast.simphony.filter.InstanceOfFilter
-
- InstanceOfQuery<T> - Class in repast.simphony.query
-
Query that returns objects in a given context that are
instances of the specified type.
- InstanceOfQuery(Context<T>, Class) - Constructor for class repast.simphony.query.InstanceOfQuery
-
Creates an InstanceofQuery to query the specified context for objects of
the specified type.
- InstanceRunner - Class in repast.simphony.batch
-
Runs a single instance of a simphony model in a batch run.
- InstanceRunner() - Constructor for class repast.simphony.batch.InstanceRunner
-
- instantiate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
- instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
- instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.NetworkProjectionDryer
-
This instantiates the network using the
DefaultNetworkFactory,
based on the network's name, and directedness (determined from the
properties).
- instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
Should createa a Projection for the given context.
- instantiate(Context<?>, Map<String, Object>) - Method in class repast.simphony.gis.freezedry.GeographyProjectionDryer
-
- instantiate(Class<T>, ClassLoader, String) - Method in class repast.simphony.plugin.ActionExtensions
-
- instrument(String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Instrument the fields and classes as Watchees searching the boot classpath
as well as the specified classpath.
- instrument(String, Filter<String>) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Instrument the watched classes.
- INT_PATTERN - Static variable in enum repast.simphony.integration.DataFileElementReader
-
- IntConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.IntConverter
-
- integrate(StateChart<?>) - Method in class repast.simphony.statecharts.DefaultIntegrator
-
- integrate(StateChart<?>) - Method in interface repast.simphony.statecharts.StateChartSimIntegrator
-
Integrates the specified StateChart with the larger
simulation.
- IntegrationSource - Interface in repast.simphony.integration
-
Interface representing something that performs both Writing and Reading for outputting and
reading in data.
- integrator - Variable in enum repast.simphony.statecharts.StateChartScheduler
-
- interacting - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- InteractivBatchRunner - Class in repast.simphony.batch
-
Modified version of BatchScheduleRunner that lets the user
programmatically call the scheduler
- InteractivBatchRunner() - Constructor for class repast.simphony.batch.InteractivBatchRunner
-
- intersect(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
-
- intersects(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
-
- intersects(Point3f, Accumulator) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- intersects(Point3f, Vector3f, Accumulator) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- IntersectsQuery<T> - Class in repast.simphony.query.space.gis
-
Query that determines what objects are intersected by a geometry.
- IntersectsQuery(Geography<T>, T) - Constructor for class repast.simphony.query.space.gis.IntersectsQuery
-
Creates an IntersectsQuery that will query
the specified geography for objects that are intersected by the
geometry of the specified object.
- IntersectsQuery(Geography<T>, Geometry) - Constructor for class repast.simphony.query.space.gis.IntersectsQuery
-
Creates a IntersectsQuery that will query
the specified geography for objects that are intersected by the
specified geometry.
- interval - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The interval at which to execute this action.
- intervalFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- IntervalLayoutUpdater - Class in repast.simphony.visualization
-
A layout updater that will update the layout at some specified interval, or if
objects have been added, removed or moved.
- IntervalLayoutUpdater(Layout, int) - Constructor for class repast.simphony.visualization.IntervalLayoutUpdater
-
Creates an IntervalLayoutUpdater to manage the specified layout and update at the specified interval.
- IntervalRescheduler() - Constructor for class repast.simphony.engine.schedule.AbstractAction.IntervalRescheduler
-
- intPart(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the integer portion of a number.
- IntRange - Class in repast.simphony.util
-
- IntRange(int, int) - Constructor for class repast.simphony.util.IntRange
-
- IntRange(int, int, int) - Constructor for class repast.simphony.util.IntRange
-
- IntSteppedSetter - Class in repast.simphony.parameter
-
- IntSteppedSetter(String, int, int, int) - Constructor for class repast.simphony.parameter.IntSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- InvalidStateException - Exception in repast.simphony.ui.plugin.editor
-
Thrown by an OptionsDialogContent when we attempt to "apply" the gui values to the content and an
error occurs.
- InvalidStateException(Throwable) - Constructor for exception repast.simphony.ui.plugin.editor.InvalidStateException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- InvalidStateException(String) - Constructor for exception repast.simphony.ui.plugin.editor.InvalidStateException
-
Constructs a new exception with the specified detail message.
- InvalidStateException(String, Throwable) - Constructor for exception repast.simphony.ui.plugin.editor.InvalidStateException
-
Constructs a new exception with the specified detail message and
cause.
- inverse() - Method in class org.jscience.physics.amount.Amount
-
Returns the multiplicative inverse of this measure.
- ioException() - Method in class repast.simphony.util.Scanner
-
Returns the last IOException that occurred.
- ioExt - Variable in class repast.simphony.batch.BatchScenarioLoader
-
- ioExts - Variable in class repast.simphony.plugin.ActionExtensions
-
- IrregularGridRenderer - Class in repast.simphony.space.delaunay
-
- IrregularGridRenderer() - Constructor for class repast.simphony.space.delaunay.IrregularGridRenderer
-
- IS_DIRECTED_ID - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
-
- isAddTimeStamp() - Method in class repast.simphony.data2.engine.FileSinkDescriptor
-
- isAdjacent(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- isAdjacent(T, T) - Method in class repast.simphony.space.graph.JungNetwork
-
- isAdjacent(T, T) - Method in interface repast.simphony.space.graph.Network
-
Returns true if the first object is adjacent to the second.
- isAgentQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agent.
- isAgentSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset.
- isAggregate() - Method in class repast.simphony.data2.builder.AggregateDataSetBuilder
-
- isAggregate() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets whether or not this DataSetBuilder builds an aggregate DataSet.
- isAggregate() - Method in class repast.simphony.data2.builder.NonAggregateDataSetBuilder
-
- isBatch() - Method in class repast.simphony.data2.BatchRunDataSetManager
-
- isBatch() - Method in interface repast.simphony.data2.DataSetManager
-
Gets whether or not this is a batch run.
- isBatch() - Method in class repast.simphony.data2.SingleRunDataSetManager
-
- isBatch() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Gets whether or not this run is part of a series of batch runs.
- isBatch() - Method in class repast.simphony.engine.environment.RunInfo
-
- isBooleanQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a boolean.
- isBuffered() - Method in class repast.simphony.ui.probe.Probe
-
A probe is buffered if changes to its values are not automatically
reflected in the probed object.
- isCanceled() - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- isCartesian(DisplayDescriptor) - Static method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
Evaluates a DisplayScriptor and returns true if its a Cartesian 2D/3D
- isCascadeSelection() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- isCellEditable(int, int) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Cells are not editable since we do not store the results separately.
- isCellEditable(EventObject) - Method in class repast.simphony.chart2.wizard.ColorEditor
-
- isCellEditable(int, int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- isCellEditable(int, int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- isCellEditable(int, int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- isCellEditable(int, int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Returns false.
- isCellEditable(int, int) - Method in class repast.simphony.ui.table.ProbePropertyTableModel
-
- isCellEditable(int, int) - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- isChangingColor() - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
- isChangingColor() - Method in class repast.simphony.relogo.styles.TurtleShapeComponent
-
- ISchedulableAction - Interface in repast.simphony.engine.schedule
-
Interface for actions that can be scheduled and executed by a Schedule.
- ISchedulableActionFactory - Interface in repast.simphony.engine.schedule
-
Interface for Factories for producing ISchedulableAction-s.
- ISchedule - Interface in repast.simphony.engine.schedule
-
Interface for objects that manage the execution of actions according to a simulation clock.
- IScheduleFactory - Interface in repast.simphony.engine.schedule
-
Interface for Factories producing Schedules.
- isConcatenate() - Method in class repast.simphony.batch.ssh.OutputPattern
-
- isCreateContextFromData() - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
-
- isCreateContextFromData() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- isDataEditable() - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- isDataVisible() - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
Is this entry currently selected?
- isDataVisible() - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- isDirected() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- isDirected() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- isDirected() - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- isDirected() - Method in class repast.simphony.space.graph.DirectedJungNetwork
-
- isDirected() - Method in interface repast.simphony.space.graph.Network
-
- isDirected() - Method in class repast.simphony.space.graph.RepastEdge
-
- isDirected() - Method in class repast.simphony.space.graph.UndirectedJungNetwork
-
- isDirectedLinkQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a directed link.
- isDirty() - Method in class repast.simphony.scenario.Scenario
-
Gets whether or not this scenario is dirty, i.e.
- isDouble(String) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
-
- isDouble(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
- isDummy - Variable in class repast.simphony.visualization.cgd.graph.CGDNode
-
- isEditable() - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- isEmpty() - Method in class repast.simphony.batch.ssh.MatchedFiles
-
Gets whether or not this MatchedFiles collection has any files.
- isEmpty() - Method in class repast.simphony.context.FormerDefaultContext
-
- isEmpty() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Returns true if the queue is empty, otherwise false.
- isEmpty() - Method in class repast.simphony.util.PriorityQueue
-
Returns true if the queue is empty, otherwise false.
- isEnabled() - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
-
- isExact() - Method in class org.jscience.physics.amount.Amount
-
Indicates if this measure amount is exact.
- isExcluded(String) - Method in class repast.simphony.sql.RepastJoSQLFunctionHandler
-
- isFileReadable() - Method in class repast.simphony.relogo.FileInfo
-
- isFinishing() - Method in interface repast.simphony.engine.schedule.ISchedule
-
Returns whether or not the simultation is finishing, which means that this schedule will no
longer allow actions to be scheduled or rescheduled.
- isFinishing() - Method in class repast.simphony.engine.schedule.Schedule
-
Returns whether or not the simultation is finishing, which means that this schedule will no
longer allow actions to be scheduled or rescheduled.
- isFinishing() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
- isFirstStepRandom() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- isFlatGlobe() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- isFloat(String) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
-
- isFloat(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
- isGarbage(String) - Static method in class repast.simphony.integration.DataFileUtils
-
Checks if a string is null or "".
- isGIS(DisplayDescriptor) - Static method in class repast.simphony.gis.visualization.engine.GISDisplayWizardStepCreator
-
Deprecated.
Evaluates a DisplayScriptor and returns true if its a GIS 2D
- isGIS3D(DisplayDescriptor) - Static method in class repast.simphony.gis.visualization.engine.GIS3DDisplayWizardStepCreator
-
Evaluates a DisplayScriptor and returns true if its a GIS 3D
- isGreaterThan(Amount<Q>) - Method in class org.jscience.physics.amount.Amount
-
Indicates if this measure is ordered after that measure
(independently of the measure unit).
- isGui() - Static method in class repast.simphony.ui.RSApplication
-
- isHeader() - Method in class repast.simphony.batch.ssh.OutputPattern
-
- isHiddenQ() - Method in class repast.simphony.relogo.AbstractLink
-
Queries if caller is hidden.
- isHiddenQ() - Method in class repast.simphony.relogo.AbstractTurtle
-
Queries if caller is hidden.
- isHiddenQ() - Method in class repast.simphony.relogo.Link
-
Queries if caller is hidden.
- isHiddenQ() - Method in interface repast.simphony.relogo.Turtle
-
Queries if caller is hidden.
- isInCircle(TriangulationPoint, TriangulationPoint, TriangulationPoint) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Tests whether this point is inside the circumcircle of the other three
points.
- isIncremental() - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
This one is an incremental visualization.
- isInstrumented(String) - Method in class repast.simphony.engine.watcher.WatcheeInstrumentor
-
Gets whether or not the named class has been instrumented as a Watchee.
- isInt(Double) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
-
- isInt(Double) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
- isLargerThan(Amount<Q>) - Method in class org.jscience.physics.amount.Amount
-
Compares this measure with that measure ignoring the sign.
- isLayerSelected() - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- isLeftOf(QuadEdge) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Is this point to the left of the supplied Edge.
- isLessThan(Amount<Q>) - Method in class org.jscience.physics.amount.Amount
-
Indicates if this measure is ordered before that measure
(independently of the measure unit).
- isLineGraph() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- isLinkQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a link.
- isLinkSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset of links.
- isListQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a list.
- isLong(String) - Method in class repast.simphony.parameter.xml.AbstractNumberSetterCreator
-
- isLong(String) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
- isMasterOnly() - Method in class repast.simphony.chart2.engine.ChartActionCreator
-
- isMasterOnly() - Method in class repast.simphony.data2.engine.DataInitActionCreator
-
- isMasterOnly() - Method in class repast.simphony.data2.engine.DataSetsActionCreator
-
- isMasterOnly() - Method in class repast.simphony.data2.engine.TextSinkActionCreator
-
- isMasterOnly() - Method in class repast.simphony.dataLoader.engine.DataLoaderCompositeActionCreator
-
- isMasterOnly() - Method in class repast.simphony.gis.engine.GISCompositeControllerActionCreator
-
- isMasterOnly() - Method in class repast.simphony.gis.visualization.engine.GISVizCompositeControllerActionCreator
-
- isMasterOnly() - Method in interface repast.simphony.plugin.CompositeControllerActionCreator
-
Return true if this action creator should only create a ControllerAction for the master context.
- isMasterOnly() - Method in class repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
-
- isMasterOnly() - Method in class repast.simphony.visualization.engine.DisplayCompositeActionCreator
-
- isMulti - Variable in class repast.simphony.space.grid.GridBuilderParameters
-
- isMultOccupancy() - Method in class repast.simphony.space.grid.GridBuilderParameters
-
- isNeighbor(T, T, int...) - Method in class repast.simphony.space.grid.MooreContains
-
Checks if the specified target is within the Moore neighborhood of the
specified source.
- isNeighbor(T, T, int...) - Method in class repast.simphony.space.grid.VNContains
-
Checks if the specified target is within the Von Neumann neighborhood of the
specified source.
- isNetworkAvailable - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- isNew(VisualItem3D) - Method in class repast.simphony.visualization.visualization3D.VisualItem3DAdderRemover
-
- isNewLocationWrapped() - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
- isNillable() - Method in class repast.simphony.space.gis.FeatureAgent
-
- isNonModelAction() - Method in class repast.simphony.engine.schedule.AbstractAction
-
- isNonModelAction() - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
This is used by the schedule to determine if the action is a model related action or a back-end action.
- isNonModelAction() - Method in interface repast.simphony.engine.schedule.PriorityQueueAction
-
Gets whether or not this PriorityQueueAction is a non-model action.
- isNumberQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a number.
- isNumeric(CustomDataSourceDefinition) - Static method in class repast.simphony.data2.util.DataUtilities
-
Gets whether or not the specified data sources produces numeric data.
- isNumeric(Class<?>) - Static method in class repast.simphony.data2.util.DataUtilities
-
- isNumeric(MethodDataSourceDefinition) - Static method in class repast.simphony.data2.util.DataUtilities
-
Gets whether or not the specified data sources produces numeric data.
- isNumericType(Class) - Static method in class repast.simphony.util.ClassUtilities
-
- ISOMLayout2D<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Layout that wraps JUNG ISOMLayout
- ISOMLayout2D() - Constructor for class repast.simphony.visualization.visualization2D.layout.ISOMLayout2D
-
- isOn(QuadEdge) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Is this point on the supplied edge?
- isPatchQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a patch.
- isPatchSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset of patches.
- isPaused() - Method in class repast.simphony.relogo.ReLogoModel
-
- isPeriodic() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- isPeriodic() - Method in class repast.simphony.space.continuous.BouncyBorders
-
- isPeriodic() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
True if this space is periodic (in the sense that moving off one border
makes you appear on the other one), otherwise false.
- isPeriodic() - Method in interface repast.simphony.space.continuous.PointTranslator
-
True if this translator is periodic (in the sense that moving off one border makes you appear on
the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.space.continuous.StickyBorders
-
- isPeriodic() - Method in class repast.simphony.space.continuous.StrictBorders
-
True if this translator is periodic (in the sense that moving off one border makes you appear on
the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
- isPeriodic() - Method in class repast.simphony.space.grid.AbstractGrid
-
True if this grid is peridoic (in the sense that moving off one border
makes you appear on the other one), otherwise false.
- isPeriodic() - Method in interface repast.simphony.space.grid.Grid
-
True if this grid is peri0dic (in the sense that moving off one border
makes you appear on the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
True if this grid is peridoic (in the sense that moving off one border
makes you appear on the other one), otherwise false.
- isPeriodic() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
True if this space is periodic (in the sense that moving off one border
makes you appear on the other one), otherwise false.
- isPredecessor(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- isPredecessor(T, T) - Method in class repast.simphony.space.graph.JungNetwork
-
- isPredecessor(T, T) - Method in interface repast.simphony.space.graph.Network
-
Returns true if the first object is a predecessor of the second.
- isPrimitive(Field) - Method in class repast.simphony.freezedry.FieldUtilities
-
- isPrimitive(String) - Method in class repast.simphony.freezedry.FieldUtilities
-
- isPrimitive(Class<?>) - Method in class repast.simphony.freezedry.FieldUtilities
-
- isPrimitiveArray(Field) - Method in class repast.simphony.freezedry.FieldUtilities
-
Checks if the specified field's value represents a primitive array of rank 1.
- isPrimitiveArray(String) - Method in class repast.simphony.freezedry.FieldUtilities
-
Checks if the specified string representation of a class represents a primitive array of rank 1.
- isPrimitiveArray(Class<?>) - Method in class repast.simphony.freezedry.FieldUtilities
-
Checks if the specified class represents a primitive array of rank 1.
- isProjectionAttribute(String) - Method in interface repast.simphony.engine.environment.ProjectionRegistryData
-
Return true if the attribute is a special projection attribute.
- isProjectionAttribute(String) - Method in class repast.simphony.gis.engine.GeographyProjectionRegistryData
-
- isQueueConsuming() - Method in class repast.simphony.statecharts.AbstractTrigger
-
- isQueueConsuming() - Method in class repast.simphony.statecharts.MessageTrigger
-
- isQueueConsuming() - Method in interface repast.simphony.statecharts.Trigger
-
- isRandomPriority(ScheduleParameters) - Static method in class repast.simphony.engine.schedule.ScheduleParameters
-
Gets whether or not the specified parameters are scheduled with a Random
priority.
- isReadOnly(String) - Method in class repast.simphony.parameter.BeanParameters
-
True if parameter is read only.
- isReadOnly(String) - Method in class repast.simphony.parameter.DefaultParameters
-
True if parameter is read only.
- isReadOnly(String) - Method in class repast.simphony.parameter.EmptyParameters
-
True if parameter is read only.
- isReadOnly(String) - Method in interface repast.simphony.parameter.Parameters
-
True if parameter is read only.
- isRecurring() - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- isRecurring() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- isRecurring() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- isRecurring() - Method in class repast.simphony.statecharts.MessageTrigger
-
- isRecurring() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- isRecurring() - Method in class repast.simphony.statecharts.TimedTrigger
-
- isRecurring() - Method in interface repast.simphony.statecharts.Trigger
-
- isRenderFinished() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
-
- isResolveNow() - Method in class repast.simphony.statecharts.Transition
-
- isRetainFiles() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- isRightOf(QuadEdge) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
Is this point to the right of the supplied Edge.
- isRoot() - Method in class repast.simphony.engine.watcher.WatcheeDataNode
-
- isRotates() - Method in class repast.simphony.relogo.image.NLImage
-
- isRotates() - Method in class repast.simphony.relogo.styles.TurtleShape
-
- isRunning() - Method in class repast.simphony.chart2.BatchUpdateXYSeries
-
- isRunning() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
Checks to see if simulation is running.
- isScaled(Object) - Method in class repast.simphony.visualization.editedStyle.EditedStyle2D
-
- isScaled(Object) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- isScaled(T) - Method in interface repast.simphony.visualization.visualization2D.style.Style2D
-
Deprecated.
- isScheduleAtEnd() - Method in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
- isScheduleAtEnd() - Method in interface repast.simphony.data2.builder.DataSetBuilder
-
Gets whether or not the data should be recorded at the end of the sim.
- isScheduleAtEnd() - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- isScheduleAtEnd() - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- isSelected - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- isSelected() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- isShallow() - Method in class repast.simphony.statecharts.HistoryState
-
- isShapeChanged() - Method in class repast.simphony.relogo.AbstractTurtle
-
- isShapeChanged() - Method in interface repast.simphony.relogo.Turtle
-
- isShowGrid() - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- isShowNetworkStatus() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- isSimple() - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
-
- isSimple() - Method in class repast.simphony.relogo.styles.ReLogoImageSpatialSource
-
- isSimple() - Method in interface repast.simphony.relogo.styles.ReLogoSpatialSource
-
Gets whether or not this source is simple enough to be represented as
geometry rather than a strict image.
- isSimple() - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
-
- isSmoothed() - Method in interface repast.simphony.visualization.gis3D.style.CoverageStyle
-
- isSmoothed() - Method in class repast.simphony.visualization.gis3D.style.DefaultCoverageStyle
-
- isStartSim() - Method in class repast.simphony.ui.RSApplication
-
Checks to see the state of startSim.
- isStrictMatching() - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
-
Returns if only items from the adaptor's list should be allowed to be entered.
- isStringQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a string.
- isSubset(TreeSet) - Method in class repast.simphony.visualization.cgd.util.CGDTreeSet
-
Check if ts is a subset of this set.
- isSuccessor(T, T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- isSuccessor(T, T) - Method in class repast.simphony.space.graph.JungNetwork
-
- isSuccessor(T, T) - Method in interface repast.simphony.space.graph.Network
-
Returns true if the first object is a successor of the second.
- isTickFormatterLoaded() - Method in class repast.simphony.ui.UIExtPointLoader
-
- isToroidal() - Method in class repast.simphony.space.grid.BouncyBorders
-
- isToroidal() - Method in interface repast.simphony.space.grid.GridPointTranslator
-
True if this grid is toroidal (in the sense that moving off one border makes you appear on
the other one), otherwise false.
- isToroidal() - Method in class repast.simphony.space.grid.StickyBorders
-
- isToroidal() - Method in class repast.simphony.space.grid.StrictBorders
-
True if this grid is toroidal (in the sense that moving off one border makes you appear on
the other one), otherwise false.
- isToroidal() - Method in class repast.simphony.space.grid.WrapAroundBorders
-
- isToroidal() - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- isTransitionConditionTrue() - Method in class repast.simphony.statecharts.Transition
-
- isTransitionTriggered() - Method in class repast.simphony.statecharts.Transition
-
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.MessageTrigger
-
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- isTriggerConditionTrue() - Method in class repast.simphony.statecharts.TimedTrigger
-
- isTriggerConditionTrue() - Method in interface repast.simphony.statecharts.Trigger
-
- isTriggered() - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- isTriggered() - Method in class repast.simphony.statecharts.ConditionTrigger
-
- isTriggered() - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
- isTriggered() - Method in class repast.simphony.statecharts.MessageTrigger
-
- isTriggered() - Method in class repast.simphony.statecharts.old.TimedTransition
-
- isTriggered() - Method in interface repast.simphony.statecharts.old.Transition
-
- isTriggered() - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- isTriggered() - Method in class repast.simphony.statecharts.TimedTrigger
-
- isTriggered() - Method in interface repast.simphony.statecharts.Trigger
-
- isTriggerQueueConsuming() - Method in class repast.simphony.statecharts.Transition
-
- isTrue(T, Transition<T>, U, Parameters) - Method in interface repast.simphony.statecharts.MessageCondition
-
- isTurtleQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is a turtle.
- isTurtleSetQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an agentset of turtles.
- IStyleEditor - Interface in repast.simphony.gis.styleEditor
-
Interface for GIS style editors
- isType(Class, Class) - Method in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
-
- isUndirectedLinkQ(Object) - Static method in class repast.simphony.relogo.Utility
-
Queries if object is an undirected link.
- isValid() - Method in class repast.simphony.util.ClassPathEntry
-
Gets whether or not this ClassPathEntry contains a directory that contains classes, or jars.
- isValidEdge() - Method in class repast.simphony.space.delaunay.QuadEdge
-
Determine if this edge is one of the inifinite edges.
- isVisibilityChanged() - Method in class repast.simphony.relogo.AbstractTurtle
-
- isVisibilityChanged() - Method in interface repast.simphony.relogo.Turtle
-
- isVisible() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- isYValue() - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- isZipNShip() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- item(int, List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns item i in a list.
- item(int, String) - Static method in class repast.simphony.relogo.Utility
-
Returns character i in a string.
- itemCompleteListener - Variable in class repast.simphony.util.wizard.CompleteHandlerWizardStep
-
- ItemFormatter(int) - Constructor for class repast.simphony.data2.AbstractFormatter.ItemFormatter
-
- items() - Method in class repast.simphony.query.space.grid.GridCell
-
Gets an iterable of the objects held by this GridCell.
- items - Variable in class repast.simphony.visualization.gui.StyleTableModel
-
- itemStateChanged(ItemEvent) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- itemStateChanged(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- IterableAdaptor<T> - Class in repast.simphony.util.collections
-
Adapts an iterator into an iterable.
- IterableAdaptor(Iterator<T>) - Constructor for class repast.simphony.util.collections.IterableAdaptor
-
Creates an IterableAdaptor for the specified iterator.
- IterableCallBackAction - Class in repast.simphony.engine.schedule
-
An IAction created from an Iterable, a method name and method parameters.
- IterableCallBackAction(Iterable, String, boolean, Object...) - Constructor for class repast.simphony.engine.schedule.IterableCallBackAction
-
Creates an IterableCallBackAction from the specified Iterable, method name, and method parameters.
- IterableLayout<T> - Class in repast.simphony.visualization.visualization2D.layout
-
Abstract Layout class for Jung IterativeContext
- IterableLayout() - Constructor for class repast.simphony.visualization.visualization2D.layout.IterableLayout
-
- IterableTraverser<T> - Class in repast.simphony.engine.graph
-
A simple
Traverser that will return elements from
an Iterator in the order they are returned by that iterator.
- IterableTraverser(Iterable<T>) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this
iterable.
Same as:
IterableTraverser(iterable.iterator(), true)
- IterableTraverser(Iterable<T>, boolean) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this
iterable.
Same as:
IterableTraverser(iterable.iterator(), skipFirst)
- IterableTraverser(Iterator<T>) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this
iterable.
Same as:
IterableTraverser(iterator, true)
- IterableTraverser(Iterator<T>, boolean) - Constructor for class repast.simphony.engine.graph.IterableTraverser
-
Constructs this traverser based on the iterator returned by this
iterable.
Based on the skipFirst value this traverser will (or will not) skip the
first value returned by the iterator.
- iterate() - Method in class repast.simphony.visualization.visualization2D.layout.IterableLayout
-
- iterator() - Method in class repast.simphony.context.AbstractContext
-
By default the iterator returns in the contents in this context in the
order entered then it returns the contents of the subcontexts in the order
the subcontexts were added.
- iterator() - Method in class repast.simphony.context.FormerDefaultContext
-
- iterator() - Method in class repast.simphony.data2.AbstractDataSetManager.ObjList
-
- iterator() - Method in class repast.simphony.engine.schedule.ActionList
-
- iterator() - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.DelegatedIterable
-
Fetches the result of calling the specified method on the specified object.
- iterator() - Method in class repast.simphony.util.collections.FilteredIterator
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.IterableAdaptor
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.ListIndexedIterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.NaryTree.ChildIterator
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Get an iterator over map elements.
- iterator() - Method in class repast.simphony.util.collections.RandomIterable
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class repast.simphony.util.collections.UnremoveableIterator
-
Returns an iterator over a set of elements of type T.
- iteratorInternal() - Method in class repast.simphony.context.AbstractContext
-
- iteratorInternal() - Method in class repast.simphony.context.DefaultContext
-
- iteratorInternal() - Method in class repast.simphony.context.SmallDefaultContext
-
- IteratorOverIterables<T> - Class in repast.simphony.util.collections
-
Abstract base class for creating an Iterator that wraps object that returns
multiple iterables.
- IteratorOverIterables() - Constructor for class repast.simphony.util.collections.IteratorOverIterables
-
- PACKAGE_ID - Static variable in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardPluginUtil
-
- PACKAGE_ID - Static variable in class repast.simphony.freezedry.wizard.FreezeDryWizardPluginUtil
-
- paint(Graphics) - Method in class repast.simphony.dataLoader.ui.wizard.builder.LegendLabel
-
- paint(Graphics) - Method in class repast.simphony.ui.widget.DropDownButton
-
Performs the super's drawing and then draws the little arrow icon
- paint(PPaintContext) - Method in class repast.simphony.visualization.grid.GridShape
-
- PAINT_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- PaintableStyleData - Interface in repast.simphony.visualization.editedStyle
-
Interface for edited styles that have a color.
- paintComponent(Graphics) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.gis.styleEditor.PaletteIcon
-
Draw the icon at the specified location.
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.relogo.factories.RegularButtonIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.relogo.factories.ToggleButtonIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class repast.simphony.ui.plugin.editor.SquareIcon
-
Draw the icon at the specified location.
- pair(String, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- Pair<X,Y> - Class in repast.simphony.util.collections
-
A simple pair class that represents a tuple with two elements.
This class is not implemented to handle null pair values, however it will
accept them.
- Pair(X, Y) - Constructor for class repast.simphony.util.collections.Pair
-
Constructs this class with the specified first and second values
- pair(WizardStep, Condition) - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
- PajekNetWriter - Class in repast.simphony.space.graph
-
- PajekNetWriter() - Constructor for class repast.simphony.space.graph.PajekNetWriter
-
- Palette - Class in repast.simphony.gis.styleEditor
-
- Palette(Palette) - Constructor for class repast.simphony.gis.styleEditor.Palette
-
- Palette(Color[], String) - Constructor for class repast.simphony.gis.styleEditor.Palette
-
- paletteChanged() - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- PaletteIcon - Class in repast.simphony.gis.styleEditor
-
- PaletteIcon(Palette, PaletteIcon.Orientation) - Constructor for class repast.simphony.gis.styleEditor.PaletteIcon
-
- PaletteIcon(SquareIcon[], PaletteIcon.Orientation) - Constructor for class repast.simphony.gis.styleEditor.PaletteIcon
-
- PaletteIcon.Orientation - Enum in repast.simphony.gis.styleEditor
-
- panel - Variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- panel - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- panel - Variable in class repast.simphony.visualization.gui.AgentSelectionStep
-
- panel - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- panel - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- panel - Variable in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- panel1 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- panel4 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- panel5 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- PARAM_MAP_SUFFIX - Static variable in interface repast.simphony.batch.BatchConstants
-
- Parameter - Annotation Type in repast.simphony.parameter
-
Marks a get or set accessor method as a Parameter.
- parameterAdded() - Method in class repast.simphony.ui.AddParameterDialog
-
- ParameterBinder - Interface in repast.simphony.ui.parameters
-
Interface for classes that can create a JComponent for a particular parameter
and "bind" that component to a parameter.
- ParameterConstants - Interface in repast.simphony.parameter
-
Constants used by parameter mechanism.
- ParameterDataSource - Class in repast.simphony.data2
-
DataSource that will return the current value of a parameter.
- ParameterDataSource(String) - Constructor for class repast.simphony.data2.ParameterDataSource
-
Creates a ParametersDataSource that will the value of the
named parameter.
- ParameterFormatException - Exception in repast.simphony.parameter
-
- ParameterFormatException(String) - Constructor for exception repast.simphony.parameter.ParameterFormatException
-
- ParameterFormatException(String, Throwable) - Constructor for exception repast.simphony.parameter.ParameterFormatException
-
- ParameterLineParser - Class in repast.simphony.batch.parameter
-
Parses a batch parameter line and into a Parameters object.
- ParameterLineParser(URI) - Constructor for class repast.simphony.batch.parameter.ParameterLineParser
-
Creates a ParameterLineParser for parsing parameter lines produced from the
specified parameters file.
- parameterName - Variable in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- parameterName - Variable in class repast.simphony.parameter.ConstantSetter
-
- parameterNames() - Method in class repast.simphony.parameter.DefaultSchema
-
Gets an iterable over a list of parameter names.
- parameterNames() - Method in interface repast.simphony.parameter.Schema
-
Gets an iterable over a list of parameter names.
- ParameterProbeBeanCreator - Class in repast.simphony.ui.probe
-
- ParameterProbeBeanCreator() - Constructor for class repast.simphony.ui.probe.ParameterProbeBeanCreator
-
- parameterRemoved() - Method in class repast.simphony.ui.RemoveParametersDialog
-
- Parameters - Interface in repast.simphony.parameter
-
Encapsulates simulation time model parameters.
- PARAMETERS_FILE_NAME - Static variable in class repast.simphony.ui.RSGUIConstants
-
- ParameterSchema - Interface in repast.simphony.parameter
-
Encapsulates the details about a particular individual parameter.
- ParametersCreator - Class in repast.simphony.parameter
-
Creates Parameters objects.
- ParametersCreator() - Constructor for class repast.simphony.parameter.ParametersCreator
-
- ParameterSelectionDialog<P extends Parameters> - Class in repast.simphony.ui
-
- ParameterSelectionDialog(Frame, String) - Constructor for class repast.simphony.ui.ParameterSelectionDialog
-
- ParameterSelectionDialog(Dialog, String) - Constructor for class repast.simphony.ui.ParameterSelectionDialog
-
- ParameterSetter - Interface in repast.simphony.parameter
-
- ParameterSetterCreator - Interface in repast.simphony.parameter.xml
-
Interface for classes that create ParameterSetters from
xml attribute data.
- ParametersParser - Class in repast.simphony.parameter
-
Parser for parsing parameter defs and values in xml format.
- ParametersParser(Parameters, File) - Constructor for class repast.simphony.parameter.ParametersParser
-
- ParametersParser(File) - Constructor for class repast.simphony.parameter.ParametersParser
-
- ParametersToInput - Class in repast.simphony.batch.parameter
-
- ParametersToInput(File) - Constructor for class repast.simphony.batch.parameter.ParametersToInput
-
- ParametersToInput(InputStream) - Constructor for class repast.simphony.batch.parameter.ParametersToInput
-
- ParametersUI - Class in repast.simphony.ui.parameters
-
- ParametersUI(Parameters) - Constructor for class repast.simphony.ui.parameters.ParametersUI
-
- ParametersUIParser - Class in repast.simphony.ui.parameters
-
Parses a parameters file into chunks suitable for creating a parameters GUI.
- ParametersUIParser() - Constructor for class repast.simphony.ui.parameters.ParametersUIParser
-
- ParametersValuesLoader - Class in repast.simphony.parameter
-
Parser for loading stored parameter values into a Parameters object.
- ParametersValuesLoader(File) - Constructor for class repast.simphony.parameter.ParametersValuesLoader
-
- ParametersValuesLoader(String) - Constructor for class repast.simphony.parameter.ParametersValuesLoader
-
- ParameterSweepDialog - Class in repast.simphony.ui.sweep
-
- ParameterSweepDialog(Frame) - Constructor for class repast.simphony.ui.sweep.ParameterSweepDialog
-
- ParameterSweepDialog(Dialog) - Constructor for class repast.simphony.ui.sweep.ParameterSweepDialog
-
- parameterSweeper - Variable in class repast.simphony.batch.BatchScenario
-
- ParameterSweeper - Interface in repast.simphony.parameter
-
An interface representing an object that will perform a sweep of a parameter space represented by
a series of
ParameterSetters.
- ParameterSweeperBuilder - Class in repast.simphony.parameter
-
Builder for creating parameter sweepers and Parameters for all the
parameters in the created sweeper.
- ParameterSweeperBuilder() - Constructor for class repast.simphony.parameter.ParameterSweeperBuilder
-
Creates a ParametertSweeperBuilder
- ParameterSweeperBuilder(ParameterTreeSweeper) - Constructor for class repast.simphony.parameter.ParameterSweeperBuilder
-
Creates ParameterSweeperBuilder with the specified
ParameterTreeSweeper.
- ParameterSweepInput - Class in repast.simphony.ui.sweep
-
- ParameterSweepInput(String, Parameters) - Constructor for class repast.simphony.ui.sweep.ParameterSweepInput
-
- ParameterSweepPanel - Class in repast.simphony.ui.sweep
-
- ParameterSweepPanel(Parameters, JDialog) - Constructor for class repast.simphony.ui.sweep.ParameterSweepPanel
-
Create the GUI and show it.
- ParameterSweepParameterPanel - Class in repast.simphony.ui.sweep
-
- ParameterSweepParameterPanel(Parameters) - Constructor for class repast.simphony.ui.sweep.ParameterSweepParameterPanel
-
- ParameterSweepParser - Class in repast.simphony.parameter.xml
-
Parses a parameters xml file and creates ParameterTreeSweeper based on that.
- ParameterSweepParser(URL) - Constructor for class repast.simphony.parameter.xml.ParameterSweepParser
-
Creates a ParameterSweepParser to parse the specified URL.
- ParameterSweepParser(InputStream) - Constructor for class repast.simphony.parameter.xml.ParameterSweepParser
-
- ParameterSweepParser(ParameterTreeSweeper, URL) - Constructor for class repast.simphony.parameter.xml.ParameterSweepParser
-
Creates a ParameterSweeper parser to use the specified sweeper and to parse
the specified URL.
- ParameterSweepSubmitButton - Class in repast.simphony.ui.sweep
-
- ParameterSweepSubmitButton() - Constructor for class repast.simphony.ui.sweep.ParameterSweepSubmitButton
-
- ParameterSweepSubmitPanel - Class in repast.simphony.ui.sweep
-
- ParameterSweepSubmitPanel(ParameterSweepPanel, JDialog) - Constructor for class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
-
- ParametersWriter - Class in repast.simphony.parameter
-
Writes the current values of a Parameters object out to an xml file.
- ParametersWriter() - Constructor for class repast.simphony.parameter.ParametersWriter
-
- ParameterTreeSweeper - Class in repast.simphony.parameter
-
The default implementation of a parameter sweeper.
- ParameterTreeSweeper() - Constructor for class repast.simphony.parameter.ParameterTreeSweeper
-
Default constructor.
- ParameterType<T> - Interface in repast.simphony.parameter
-
Type info combined with parameter related methods.
- ParameterTypeFactory - Class in repast.simphony.parameter
-
Factory for ParameterTypes.
- ParameterUtils - Class in repast.simphony.parameter
-
Utility methods for working with Parameters.
- ParameterUtils() - Constructor for class repast.simphony.parameter.ParameterUtils
-
- ParameterValueModel - Class in repast.simphony.ui.parameters
-
Bingings value model for a single Parameter.
- params - Variable in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
- params - Variable in class repast.simphony.ui.parameters.AbstractParameterBinder
-
- params - Variable in class repast.simphony.ui.ParameterSelectionDialog
-
- params - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
-
- params - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel.LayerInfo
-
- paramSetters - Variable in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- paramSweepers - Variable in class repast.simphony.scenario.Scenario
-
- paramTree - Variable in class repast.simphony.parameter.ParameterTreeSweeper
-
- parent - Variable in class repast.simphony.engine.watcher.query.SimpleNode
-
- parent - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- PARENT_ID_COL - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
In child tables, this is the parent's identifier column.
- parentActionCreators - Variable in class repast.simphony.batch.BatchScenarioLoader
-
- parentActionCreators() - Method in class repast.simphony.plugin.ControllerActionExtensions
-
- ParentActionUI - Class in repast.simphony.ui.plugin
-
Default user interfaces for composite or parent actions.
- ParentActionUI(String) - Constructor for class repast.simphony.ui.plugin.ParentActionUI
-
- parentGroup - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- parents(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
Parents of all the nodes leading to n
- parentsContains(String) - Method in class repast.simphony.plugin.ControllerActionExtensions
-
- parse(String) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Parse the SQL.
- parse(String) - Method in class repast.simphony.batch.parameter.ParameterLineParser
-
Parses the parameters line and returns a Parameters object initialized with those parameters.
- parse(String) - Method in class repast.simphony.batch.ssh.OutputPatternPropsParser
-
Parse the output patterns defined in the specified file into a List of
OutputPattern objects.
- parse(Properties) - Method in class repast.simphony.batch.ssh.OutputPatternPropsParser
-
Parse the output patterns defined in the specified properties into a List
of OutputPattern objects.
- parse(String) - Method in class repast.simphony.batch.ssh.SessionPropsParser
-
Parse the Sessions defined in the specified file into a List of Session
objects.
- parse(Properties) - Method in class repast.simphony.batch.ssh.SessionPropsParser
-
- parse() - Method in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
- parse() - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Parse the url and return the created ParameterTreeSweeper.
- parse(String, ParsePosition) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
-
- parse(String) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
-
- parseAttribute(StartElement) - Static method in class repast.simphony.scenario.data.AttributeFactory
-
- parseBooleanValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of boolean values.
- parseByteValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Byte values.
- parseChildRow(FreezeDryedObject, X) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- ParseClanTree - Class in repast.simphony.visualization.cgd.util
-
- ParseClanTree() - Constructor for class repast.simphony.visualization.cgd.util.ParseClanTree
-
- parseDefaultValue(Class, String, String) - Static method in class repast.simphony.parameter.ParameterUtils
-
Parses and converts string representations of primitive values, their Object
representations (ie.
- parseDoubleValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Double values.
- ParseException - Exception in repast.simphony.engine.watcher.query
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception repast.simphony.engine.watcher.query.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception repast.simphony.engine.watcher.query.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception repast.simphony.engine.watcher.query.ParseException
-
- parseFloatValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Float values.
- parseIntValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Integer values.
- parseLongValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Long values.
- parseObject(String) - Method in class repast.simphony.ui.probe.StringConverterFormat
-
- parseObject(String, ParsePosition) - Method in class repast.simphony.ui.probe.StringConverterFormat
-
- parseObject(String) - Method in class repast.simphony.ui.probe.ZeroNumberFormat
-
- parseProps(String) - Method in class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
-
- parseProps(String) - Method in class repast.simphony.visualizationOGL2D.SVGSpatialSource
-
- parser - Variable in class repast.simphony.engine.watcher.query.SimpleNode
-
- parser - Variable in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
- Parser - Class in repast.simphony.visualization.cgd.algorithm
-
- Parser() - Constructor for class repast.simphony.visualization.cgd.algorithm.Parser
-
- parseRow(Class, X) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- parseSet(TreeSet[], TreeSet[], TreeSet[], TreeSet[], TreeSet) - Method in class repast.simphony.visualization.cgd.algorithm.Parser
-
- parseShortValues(String, String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of Short values.
- parseStringValues(String) - Static method in class repast.simphony.parameter.ListTokenizer
-
Parses a space delimited list of strings into an array of individual String values.
- password - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- password - Variable in class repast.simphony.freezedry.datasource.DBConnectionInfo
-
- password - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- passwordField - Variable in class repast.simphony.dataLoader.wizard.JDBCDataStep
-
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractLink
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractObserver
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch containing a point.
- patch(Number, Number) - Method in class repast.simphony.relogo.Link
-
Returns the patch containing a point.
- patch(Number, Number) - Method in interface repast.simphony.relogo.Observer
-
Returns the patch containing a point.
- Patch - Interface in repast.simphony.relogo
-
ReLogo Patch interface.
- patch(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the patch containing a point.
- patch(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch containing a point.
- patchAhead(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a distance ahead of a turtle.
- patchAhead(Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a distance ahead of a turtle.
- patchAt(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch at a direction (ndx, ndy) from the caller.
- patchAt(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch at a direction (nX, nY) from the caller.
- patchAt(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the patch at a direction (ndx, ndy) from the caller.
- patchAt(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch at a direction (nX, nY) from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Returns the patch that is at a direction and distance from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a direction and distance from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in interface repast.simphony.relogo.Patch
-
Returns the patch that is at a direction and distance from the caller.
- patchAtHeadingAndDistance(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a direction and distance from the caller.
- patches() - Method in class repast.simphony.relogo.AbstractLink
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns an agentset containing all patches.
- patches() - Method in class repast.simphony.relogo.Link
-
Returns an agentset containing all patches.
- patches() - Method in interface repast.simphony.relogo.Observer
-
Returns an agentset containing all patches.
- patches() - Method in interface repast.simphony.relogo.Patch
-
Returns an agentset containing all patches.
- patches() - Method in interface repast.simphony.relogo.Turtle
-
Returns an agentset containing all patches.
- patchesU(Observer) - Static method in class repast.simphony.relogo.Utility
-
- PatchFactory - Class in repast.simphony.relogo.factories
-
- PatchFactory(Class<? extends BasePatch>) - Constructor for class repast.simphony.relogo.factories.PatchFactory
-
- patchHere() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch where the turtle is located.
- patchHere() - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch where the turtle is located.
- patchLeftAndAhead(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a distance and degrees left from the caller.
- patchLeftAndAhead(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a distance and degrees left from the caller.
- patchRightAndAhead(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns the patch that is at a distance and degrees right from the caller.
- patchRightAndAhead(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Returns the patch that is at a distance and degrees right from the
caller.
- patchSet(Object...) - Static method in class repast.simphony.relogo.Utility
-
Collects arguments into an agenset of patches.
- patchU(double, double, Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns the patch containing a point.
- PATH - Static variable in class repast.simphony.batch.ssh.Configuration
-
- path - Variable in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- path - Variable in class repast.simphony.gis.tools.DistanceTool
-
- PATTERN - Static variable in class repast.simphony.batch.ssh.Configuration
-
- pattern - Variable in class repast.simphony.filter.RegExStringFilter
-
- PATTERN - Static variable in class repast.simphony.integration.DataFileElements.DATA_ATTRS
-
- PATTERN_PREFIX - Static variable in class repast.simphony.batch.ssh.Configuration
-
- pause - Variable in class repast.simphony.batch.BatchRunner
-
- pause - Variable in class repast.simphony.batch.OneRunBatchRunner
-
- pause - Variable in class repast.simphony.engine.environment.AbstractRunner
-
- pause() - Static method in class repast.simphony.relogo.Utility
-
Pause the simulation.
- pause() - Method in class repast.simphony.ui.RSApplication
-
Pauses the simulation run.
- pause - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- PAUSE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- PAUSE_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- pauseAt(double) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Sets the run to pause at the specified tick.
- paused() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been paused.
- paused() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been paused.
- paused() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
-
- paused() - Method in class repast.simphony.data2.AbstractDataSetManager
-
- paused() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been paused.
- paused() - Method in class repast.simphony.relogo.ReLogoModel
-
- paused() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- paused() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been paused.
- pauseReLogo() - Static method in class repast.simphony.relogo.Utility
-
- pauseRun() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Pauses the current run as soon as possible.
- PauseRun - Class in repast.simphony.ui.action
-
Action for pausing a run
- PauseRun() - Constructor for class repast.simphony.ui.action.PauseRun
-
- PauseSimulationRun() - Static method in class repast.simphony.essentials.RepastEssentials
-
- PauseSimulationRunAt(double) - Static method in class repast.simphony.essentials.RepastEssentials
-
- pcolor - Variable in class repast.simphony.relogo.AbstractPatch
-
- pcs - Variable in class repast.simphony.parameter.DefaultParameters
-
- pd() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to draw lines.
- pd() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to draw lines.
- pe() - Method in class repast.simphony.relogo.AbstractTurtle
-
Does nothing, included for translation compatibility.
- pe() - Method in interface repast.simphony.relogo.Turtle
-
Does nothing, included for translation compatibility.
- PEdge - Class in repast.simphony.visualization.network
-
Deprecated.
- PEdge(PNode, PNode) - Constructor for class repast.simphony.visualization.network.PEdge
-
Deprecated.
- PEditorEventListener - Interface in repast.simphony.visualization.editor
-
- peekMin() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Get the minimum element from the queque without removing it from the queue.
- peekMin() - Method in class repast.simphony.util.PriorityQueue
-
Get the minimum element from the queque without
removing it from the queue.
- peekNextAction() - Method in class repast.simphony.engine.schedule.Schedule
-
- PEN_DOWN - Static variable in class repast.simphony.relogo.Utility
-
- PEN_ERASE - Static variable in class repast.simphony.relogo.Utility
-
- PEN_UP - Static variable in class repast.simphony.relogo.Utility
-
- penDown() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to draw lines.
- penDown() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to draw lines.
- penErase() - Method in class repast.simphony.relogo.AbstractTurtle
-
Does nothing, included for translation compatibility.
- penErase() - Method in interface repast.simphony.relogo.Turtle
-
Does nothing, included for translation compatibility.
- penUp() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to stop drawing lines.
- penUp() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to stop drawing lines.
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.dataLoader.engine.CNDataLoaderActionLoader
-
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.dataLoader.engine.DFDataLoaderActionLoader
-
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderActionLoader
-
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.scenario.AbstractActionLoader
-
- performLoad(Reader, XStream, Scenario, ControllerRegistry) - Method in class repast.simphony.scenario.ObjectActionLoader
-
- PERIODIC_RULE - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
-
- PERSONAL_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- PGISCanvas - Class in repast.simphony.gis.display
-
- PGISCanvas(MapContent) - Constructor for class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
Create and new Canvas for the given context.
- PGisLayer - Class in repast.simphony.gis.display
-
- PGisLayer(Layer, MapContent, AffineTransform) - Constructor for class repast.simphony.gis.display.PGisLayer
-
Deprecated.
Create a new Layer based on the FeatureLayer, the MapContext (eventually for
projection) and the AffineTransform as supplied by piccolo.
- PGisLayer.RenderEnum - Enum in repast.simphony.gis.display
-
Deprecated.
- PGISPanTool - Class in repast.simphony.gis.tools
-
- PGISPanTool(MapContent, PGISCanvas) - Constructor for class repast.simphony.gis.tools.PGISPanTool
-
- PhysicsScheduleAction - Class in repast.simphony.space.physics
-
- PhysicsScheduleAction(PhysicsSpace) - Constructor for class repast.simphony.space.physics.PhysicsScheduleAction
-
- PhysicsSpace<T> - Interface in repast.simphony.space.physics
-
- PhysicsSpaceFactory - Interface in repast.simphony.context.space.physics
-
- PhysicsSpaceFactoryFinder - Class in repast.simphony.context.space.physics
-
- PhysicsSpaceFactoryFinder() - Constructor for class repast.simphony.context.space.physics.PhysicsSpaceFactoryFinder
-
- pi() - Static method in class repast.simphony.relogo.Utility
-
Returns the number for pi.
- PiccoloMapPanel - Class in repast.simphony.gis.display
-
- PiccoloMapPanel(MapContent) - Constructor for class repast.simphony.gis.display.PiccoloMapPanel
-
Deprecated.
Create a new panel based on an existing MapContext.
- pick - Variable in class repast.simphony.visualization.visualization3D.Display3D
-
- pickPerformed(PickEvent) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- pImage - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- pink() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color pink.
- plabelColor - Variable in class repast.simphony.relogo.AbstractPatch
-
- PlaceMark - Class in repast.simphony.visualization.gis3D
-
PlaceMark extends the WWJ PointPlacemark and only overrides the handling of
the WWTexture such that PlaceMark does not store the texture in a map keyed
on the image source.
- PlaceMark() - Constructor for class repast.simphony.visualization.gis3D.PlaceMark
-
- PlaceMark(Position) - Constructor for class repast.simphony.visualization.gis3D.PlaceMark
-
- PlaceMarkLayer - Class in repast.simphony.visualization.gis3D
-
Styled display layer for WorldWind display layers.
- PlaceMarkLayer(String, MarkStyle<?>) - Constructor for class repast.simphony.visualization.gis3D.PlaceMarkLayer
-
- plot(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotChanged(PlotChangeEvent) - Method in class repast.simphony.chart2.OverflowLegendUpdater
-
- plotName() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenDown() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenExistsQ() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenReset() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotPenUp() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotXMax() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotXMin() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotxy(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotYMax() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- plotYMin() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- PluginLifecycleHandler - Class in repast.simphony.plugin
-
- PluginLifecycleHandler() - Constructor for class repast.simphony.plugin.PluginLifecycleHandler
-
- PluginOutputStream - Class in repast.simphony.data.analysis
-
- PluginOutputStream(InputStream) - Constructor for class repast.simphony.data.analysis.PluginOutputStream
-
- PluginWizard - Class in repast.simphony.ui.plugin.editor
-
Wizard for editors.
- PluginWizard(WizardModel) - Constructor for class repast.simphony.ui.plugin.editor.PluginWizard
-
- PluginWizardStep - Class in repast.simphony.ui.plugin.editor
-
Plugin step for wizards that provides some customization.
- PluginWizardStep() - Constructor for class repast.simphony.ui.plugin.editor.PluginWizardStep
-
- PluginWizardStep(String, String) - Constructor for class repast.simphony.ui.plugin.editor.PluginWizardStep
-
- PluginWizardStepListener - Interface in repast.simphony.ui.plugin.editor
-
Listener for Repast Plugin wizard step classes
- plus(Amount) - Method in class org.jscience.physics.amount.Amount
-
Returns the sum of this measure with the one specified.
- PMarqueeZoomIn - Class in repast.simphony.gis.tools
-
- PMarqueeZoomIn(MapContent) - Constructor for class repast.simphony.gis.tools.PMarqueeZoomIn
-
- PMarqueeZoomOut - Class in repast.simphony.gis.tools
-
- PMarqueeZoomOut(MapContent) - Constructor for class repast.simphony.gis.tools.PMarqueeZoomOut
-
- PNG - Static variable in class repast.simphony.ui.widget.SnapshotTaker
-
- PNodeSelectionListener - Interface in repast.simphony.visualization.editor
-
- PNodeSelector - Class in repast.simphony.visualization.editor
-
- PNodeSelector() - Constructor for class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.
- pNodesSelected(List<PNode>) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Invoked when nodes are selected.
- pNodesSelected(List<PNode>) - Method in interface repast.simphony.visualization.editor.PNodeSelectionListener
-
Deprecated.
Invoked when nodes have been selected.
- point - Variable in class repast.simphony.query.space.grid.AbstractGridQuery
-
- point - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace.PointHolder
-
- point - Variable in class repast.simphony.space.grid.GridPoint
-
- point - Variable in class repast.simphony.visualization.continuous.Continuous2DLayout
-
- point - Variable in class repast.simphony.visualization.continuous.Continuous3DLayout
-
- point - Variable in class repast.simphony.visualization.grid.Grid2DLayout
-
- point - Variable in class repast.simphony.visualization.grid.Grid3DLayout
-
- PointHolder() - Constructor for class repast.simphony.space.continuous.AbstractContinuousSpace.PointHolder
-
- PointHolder() - Constructor for class repast.simphony.space.grid.AbstractGrid.PointHolder
-
- points - Variable in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- PointTranslator - Interface in repast.simphony.space.continuous
-
Interface for classes that will translate a point by some specified amount.
- PointTranslatorDecorator - Interface in repast.simphony.space.continuous
-
This represents a
PointTranslator that performs an operation using its
methods, and then after it has finished doing its translations will pass its result to another
PointTranslator.
- POLL_INTERVAL_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
-
- polygonShape - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
-
- popMark() - Method in class repast.simphony.integration.DataFileReader
-
- popMark() - Method in class repast.simphony.integration.DataFileWriter
-
- popMark() - Method in class repast.simphony.integration.RandomAccessWriter
-
Removes a mark from the mark queue and returns it.
- popMark() - Method in class repast.simphony.util.RandomAccessScanner
-
Removes a mark from the mark stack.
- popMin() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Remove the minimum element from the queque and return it.
- popMin() - Method in class repast.simphony.util.PriorityQueue
-
Remove the minimum element from the queque and return it.
- position(long) - Method in class repast.simphony.integration.RandomAccessWriter
-
Positions the file to the specified position.
- position(Object, List) - Static method in class repast.simphony.relogo.Utility
-
Returns the position of the first occurrence of an item in a list.
- position(String, String) - Static method in class repast.simphony.relogo.Utility
-
Returns the position of the first occurrence of a string within another
string.
- position(long) - Method in class repast.simphony.util.RandomAccessScanner
-
Positions the stream to the specified location.
- position - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- position - Variable in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- positionListener - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- PositionTool - Class in repast.simphony.gis.tools
-
- PositionTool(CoordinateReferenceSystem, LocationSetter) - Constructor for class repast.simphony.gis.tools.PositionTool
-
- postAdd() - Method in interface repast.simphony.visualization.editor.AddListener
-
Deprecated.
Called immediately after the agent has been added.
- postAdd() - Method in class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- postAdd() - Method in class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.
Called immediately after the agent has been added.
- postAdd() - Method in class repast.simphony.visualization.editor.NetAddListener
-
Deprecated.
Called immediately after the agent has been added.
- postAdd() - Method in class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.
Called immediately after the agent has been added.
- postInitialize() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
may be overridden to do something after initializeLocations call
- postSwap() - Method in class repast.simphony.visualization.visualization3D.RepastCanvas3D
-
- postWindowClose() - Method in class repast.simphony.ui.RSAppConfigurator
-
- postWindowOpen(ISAFDisplay) - Method in class repast.simphony.ui.RSAppConfigurator
-
- pow(int) - Method in class org.jscience.physics.amount.Amount
-
Returns this measure raised at the specified exponent.
- PPathBuilder - Class in repast.simphony.relogo.styles
-
- PPathBuilder() - Constructor for class repast.simphony.relogo.styles.PPathBuilder
-
- PPUICreatorFactory - Interface in repast.simphony.ui.probe
-
Interface for classes that can create custom ProbedPropertyUICreator-s.
- preAdd(Object, double...) - Method in interface repast.simphony.visualization.editor.AddListener
-
Deprecated.
Called immediately prior to an agent being added.
- preAdd(List<Coordinate>, GeometryUtil.GeometryType) - Method in class repast.simphony.visualization.editor.gis.GISAddListener
-
Deprecated.
- preAdd(Object, double...) - Method in class repast.simphony.visualization.editor.GridAddListener
-
Deprecated.
Called immediately prior to an agent being added.
- preAdd(Object, double...) - Method in class repast.simphony.visualization.editor.NetAddListener
-
Deprecated.
Called immediately prior to an agent being added.
- preAdd(Object, double...) - Method in class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.
Called immediately prior to an agent being added.
- precision(BigDecimal, int) - Static method in class repast.simphony.relogo.Utility
-
Returns a number with precision to a given decimal place.
- predicate - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
- PredicateFiltered<T> - Interface in repast.simphony.util
-
Interface for an object that performs filtering based on a rule.
- PredicateQuery<T> - Interface in repast.simphony.query
-
Iterface marks a Query as dependent on an org.apache.commons.collections.Predicate.
- preExecute() - Method in class repast.simphony.engine.schedule.Schedule
-
Collects the actions to be executed at the current clock tick.
- preferred - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- preferred_lg - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- prefetch(Rectangle2D) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- preJumpAdvance - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- preJumpRunResult - Variable in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- preOrderTraveralsOfNodes(NaryTree<T>.Node<T>, TreeVisitor<NaryTree<T>.Node<T>>) - Method in class repast.simphony.util.collections.NaryTree
-
- preOrderTraversal(TreeVisitor<T>) - Method in class repast.simphony.util.collections.NaryTree
-
Traverse the tree in preOrder - depth first, processing parents before children -
applying the visitor to the nodes.
- preOrderTraversal(TreeVisitor<T>) - Method in interface repast.simphony.util.collections.Tree
-
Traverse the tree in preOrder - depth first, processing parents before children -
applying the visitor to the nodes.
- prepare(XStream) - Method in class repast.simphony.chart2.engine.TimeSeriesControllerActionIO.TimeSeriesActionLoader
-
- prepare() - Method in class repast.simphony.chart2.wizard.AggregateChartStep
-
- prepare() - Method in class repast.simphony.chart2.wizard.ChartPropertiesStep
-
- prepare() - Method in class repast.simphony.chart2.wizard.HistogramChartPropertiesStep
-
- prepare() - Method in class repast.simphony.chart2.wizard.HistogramDataStep
-
- prepare() - Method in class repast.simphony.chart2.wizard.HistogramPropertiesStep
-
- prepare() - Method in class repast.simphony.chart2.wizard.NonAggregateChartStep
-
- prepare() - Method in class repast.simphony.chart2.wizard.TimeSeriesGeneralStep
-
- prepare(XStream) - Method in class repast.simphony.data2.engine.DataSetControllerActionIO.DataSetActionLoader
-
- prepare() - Method in class repast.simphony.data2.gui.FileChooserStep
-
- prepare() - Method in class repast.simphony.data2.wizard.AggregateSourceStep
-
- prepare() - Method in class repast.simphony.data2.wizard.ConsoleSinkPropertiesStep
-
- prepare() - Method in class repast.simphony.data2.wizard.DataSetGeneralStep
-
- prepare() - Method in class repast.simphony.data2.wizard.DataSetScheduleStep
-
- prepare() - Method in class repast.simphony.data2.wizard.FileSinkPropertiesStep
-
- prepare() - Method in class repast.simphony.data2.wizard.NonAggregateSourceStep
-
- prepare() - Method in class repast.simphony.data2.wizard.SinkDataStep
-
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextBuilderWizardStep
-
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.ClassBuilderStep
-
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderDirectoryChooserStep
-
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryedClassChooserStep
-
- prepare() - Method in class repast.simphony.dataLoader.ui.wizard.XMLFileChooserStep
-
- prepare() - Method in class repast.simphony.dataLoader.wizard.JDBCDataLoaderDataChooserStep
-
- prepare() - Method in class repast.simphony.engine.controller.DefaultController
-
If the RunState object is invalidated (null) this will create a new
RunState object, using the next*Number fields and the model name of this
class.
- prepare() - Method in class repast.simphony.freezedry.wizard.ChooseContextStep
-
- prepare() - Method in class repast.simphony.freezedry.wizard.DFFreezerDirectoryChooserStep
-
- prepare() - Method in class repast.simphony.freezedry.wizard.FreezeDryScheduleStep
-
- prepare() - Method in class repast.simphony.freezedry.wizard.JDBCFreezerDataChooserStep
-
- prepare() - Method in class repast.simphony.freezedry.wizard.XMLFileChooserStep
-
- prepare(XStream) - Method in class repast.simphony.scenario.DefaultActionLoader
-
Override this method if you need to prepare the XStream before using it.
- prepare(XStream) - Method in class repast.simphony.scenario.ObjectActionLoader
-
Override this method if you need to prepare the XStream before using it.
- prepare() - Method in class repast.simphony.ui.newscenario.FileSelectionPanel
-
- prepare() - Method in class repast.simphony.ui.newscenario.ModelInitPanel
-
- prepare() - Method in class repast.simphony.ui.newscenario.NewScenarioFinalPanel
-
- prepare() - Method in class repast.simphony.ui.newscenario.ScenarioSelectionPanel
-
- prepare() - Method in class repast.simphony.userpanel.ui.UserPanelStep
-
- prepare(XStream) - Method in class repast.simphony.visualization.engine.DisplayControllerActionIO.DisplayActionLoader
-
- prepare() - Method in class repast.simphony.visualization.gui.AgentSelectionStep
-
- prepare() - Method in class repast.simphony.visualization.gui.ContinuousStyleStep
-
- prepare() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
- prepare() - Method in class repast.simphony.visualization.gui.EdgeStyleStep
-
- prepare() - Method in class repast.simphony.visualization.gui.GeneralStep
-
- prepare() - Method in class repast.simphony.visualization.gui.GIS3DOptionStep
-
- prepare() - Method in class repast.simphony.visualization.gui.GISStyleStep
-
Deprecated.
- prepare() - Method in class repast.simphony.visualization.gui.GridStyleStep
-
- prepare() - Method in class repast.simphony.visualization.gui.LayerOrderStep
-
- prepare() - Method in class repast.simphony.visualization.gui.NameOnlyGeneralStep
-
- prepare() - Method in class repast.simphony.visualization.gui.NetLayoutStep
-
- prepare() - Method in class repast.simphony.visualization.gui.ScheduleStep
-
- prepare() - Method in class repast.simphony.visualization.gui.StyleStep
-
- prepare() - Method in class repast.simphony.visualization.gui.ValueLayerStep
-
- prepareForNextRun() - Method in class repast.simphony.engine.controller.DefaultController
-
- prepareWatchee(String, String, String) - Method in class repast.simphony.batch.BatchScenario
-
Prepare the specified field in the specified class for watching.
- prepFileNameFor(String) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- prevCharIsCR - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- prevCharIsLF - Variable in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- PREVIEW_SIZE - Static variable in class repast.simphony.gis.styleEditor.PreviewLabel
-
- PreviewEdge - Interface in repast.simphony.visualization.gui.styleBuilder
-
- PreviewEdge2D - Class in repast.simphony.visualization.gui.styleBuilder
-
- PreviewEdge2D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewEdge2D
-
- PreviewEdge3D - Class in repast.simphony.visualization.gui.styleBuilder
-
- PreviewEdge3D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewEdge3D
-
- PreviewIcon - Interface in repast.simphony.visualization.gui.styleBuilder
-
- PreviewIcon2D - Class in repast.simphony.visualization.gui.styleBuilder
-
- PreviewIcon2D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- PreviewIcon3D - Class in repast.simphony.visualization.gui.styleBuilder
-
- PreviewIcon3D() - Constructor for class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
-
- PreviewLabel - Class in repast.simphony.gis.styleEditor
-
The icon ("label") that represents a styled mark in the GIS style editors.
- PreviewLabel() - Constructor for class repast.simphony.gis.styleEditor.PreviewLabel
-
- previous(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- previous(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
- previous(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- previous(Parameters) - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
-
- previousComponentSize - Variable in class repast.simphony.ui.sparkline.SparklineJComponent
-
- previousRunValue - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- previousValue(T) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- previousValue(Byte) - Method in class repast.simphony.parameter.ByteSteppedSetter
-
- previousValue(Integer) - Method in class repast.simphony.parameter.IntSteppedSetter
-
- previousValue(T) - Method in class repast.simphony.parameter.ListParameterSetter
-
- previousValue(Long) - Method in class repast.simphony.parameter.LongSteppedSetter
-
- previousValue(Short) - Method in class repast.simphony.parameter.ShortSteppedSetter
-
- preWindowClose() - Method in class repast.simphony.ui.RSAppConfigurator
-
- preWindowOpen(IWindowCustomizer) - Method in class repast.simphony.ui.RSAppConfigurator
-
- PRIMITIVE - Static variable in class repast.simphony.visualization.cgd.util.Clan
-
- PrimitiveArrayFreezeDryer - Class in repast.simphony.freezedry
-
- PrimitiveArrayFreezeDryer(FreezeDryedRegistry) - Constructor for class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
-
- PrimitiveFreezeDryer - Class in repast.simphony.freezedry.freezedryers
-
- PrimitiveFreezeDryer() - Constructor for class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
-
- primNums - Static variable in class repast.simphony.query.AbstractPropertyQuery
-
- printDocument(Document, OutputStream) - Static method in class repast.simphony.statecharts.runtime.SVGUtils
-
- printMemoryStats(String) - Method in class repast.simphony.batch.BatchRunner
-
- printValue(PresentationModel<Object>) - Method in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- priority - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The priority of this AbstractAction with respect to other
actions scheduled for the same clock tick.
- priorityFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- PriorityQueue<T> - Class in repast.simphony.util
-
A priority queue where the items are ordered according to a
specified comparator.
- PriorityQueue(T, Comparator<T>) - Constructor for class repast.simphony.util.PriorityQueue
-
Creates a PriorityQueue with a default initial size of 13.
- PriorityQueue(T, Comparator<T>, int) - Constructor for class repast.simphony.util.PriorityQueue
-
Creates a PriorityQueue with the specified initial size.
- PriorityQueueAction - Interface in repast.simphony.engine.schedule
-
Interface for classes that can be queued
in the action priority queue.
- PriorityType - Enum in repast.simphony.engine.schedule
-
Enumeration of different kinds of priority groups.
- ProbabilityTrigger<T> - Class in repast.simphony.statecharts
-
- ProbabilityTrigger(double, double) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
-
- ProbabilityTrigger(double) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
-
- ProbabilityTrigger(TriggerDoubleFunction<T>) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
-
- ProbabilityTrigger(TriggerDoubleFunction<T>, double) - Constructor for class repast.simphony.statecharts.ProbabilityTrigger
-
- Probe - Class in repast.simphony.ui.probe
-
Encapsulates the gui representation and the model of a gui probe.S
- Probe(List<? extends PresentationModel<?>>, JPanel, String) - Constructor for class repast.simphony.ui.probe.Probe
-
- Probe(List<? extends PresentationModel<?>>, JPanel, String, boolean) - Constructor for class repast.simphony.ui.probe.Probe
-
- probe(Envelope) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- probe(SelectEvent) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- probe(Shape3D, Point3d) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Given the shape3D, probe the object that it represents.
- PROBE_GROUP - Static variable in class repast.simphony.ui.RSGUIConstants
-
- PROBE_LOCATION_PROVIDER_EXT_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- ProbeableBeanCreator - Class in repast.simphony.ui.probe
-
- ProbeableBeanInfo - Class in repast.simphony.ui.probe
-
- ProbeableBeanInfo(OldProbeModel, Map<String, String>) - Constructor for class repast.simphony.ui.probe.ProbeableBeanInfo
-
- PROBED_OBJ_KEY - Static variable in class repast.simphony.ui.probe.ProbeManager
-
- ProbedPropertiesFinder - Class in repast.simphony.ui.probe
-
Finds the probed properties for an object instance.
- ProbedPropertiesFinder() - Constructor for class repast.simphony.ui.probe.ProbedPropertiesFinder
-
- ProbedPropertiesFinder.Property - Class in repast.simphony.ui.probe
-
- ProbedProperty - Annotation Type in repast.simphony.ui.probe
-
Marks an accessor type method as a Property that should show up when an
instance of the class containing it is probed.
- ProbedPropertyFactory - Class in repast.simphony.ui.probe
-
Creates ProbedProperties for use in the ProbableBeanCreator.
- ProbedPropertyFactory() - Constructor for class repast.simphony.ui.probe.ProbedPropertyFactory
-
- ProbedPropertyUICreator - Interface in repast.simphony.ui.probe
-
Interface for classes that can create the UI for a Probed property.
- ProbeEvent - Class in repast.simphony.visualization
-
A semantic event indicating that a probe of an object has occured.
- ProbeEvent(Object, List<?>) - Constructor for class repast.simphony.visualization.ProbeEvent
-
- ProbeEvent(Object, List<?>, ProbeEvent.Type) - Constructor for class repast.simphony.visualization.ProbeEvent
-
- ProbeEvent.Type - Enum in repast.simphony.visualization
-
- ProbeExtensionLoader - Class in repast.simphony.ui.probe
-
Loads any custom probe extensions into the ProbeManager.
- ProbeExtensionLoader(RSApplication, PluginManager) - Constructor for class repast.simphony.ui.probe.ProbeExtensionLoader
-
- ProbeID - Annotation Type in repast.simphony.ui.probe
-
Annotation that marks a particular method as producing a "probe id".
- ProbeInfo - Interface in repast.simphony.ui.probe
-
Bundles together the PropertyDescriptors used to
get and set the probed properties for a particular class.
- ProbeIntrospector - Class in repast.simphony.ui.probe
-
Introspect objects and creates ProbeInfo out of them.
- ProbeIntrospector() - Constructor for class repast.simphony.ui.probe.ProbeIntrospector
-
- ProbeListener - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- ProbeListener() - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.ProbeListener
-
- ProbeListener - Interface in repast.simphony.visualization
-
Interface for classes that wish to listen for probe events.
- ProbeListenerSupport - Class in repast.simphony.visualization
-
Utility class for handling the broadcast of ProbeEvents.
- ProbeListenerSupport() - Constructor for class repast.simphony.visualization.ProbeListenerSupport
-
- ProbeManager - Class in repast.simphony.ui.probe
-
Manages the creation, destruction and updating of probes.
- ProbeManager(RSGui) - Constructor for class repast.simphony.ui.probe.ProbeManager
-
Creates a ProbeManager and associates it with the specified gui.
- ProbeModel - Class in repast.simphony.ui.probe
-
Wraps the probed object in a jgoodies binding PresentationModel.
- ProbeModel(Object) - Constructor for class repast.simphony.ui.probe.ProbeModel
-
- probeObject - Variable in class repast.simphony.gis.ui.probe.CoverageLocationProbe
-
- ProbePanelCreator - Class in repast.simphony.ui.probe
-
Creates a panel showing the properties of a probed object.
- ProbePanelCreator(Parameters) - Constructor for class repast.simphony.ui.probe.ProbePanelCreator
-
- ProbePanelCreator2 - Class in repast.simphony.ui.probe
-
Creates a panel showing the properties of a probed object.
- ProbePanelCreator2(Object) - Constructor for class repast.simphony.ui.probe.ProbePanelCreator2
-
- ProbePropertyAccessProvider - Class in repast.simphony.ui.probe
-
PropertyAcessProvider implementation that does not rely on bean type propertyes for getting and setting.
- ProbePropertyAccessProvider() - Constructor for class repast.simphony.ui.probe.ProbePropertyAccessProvider
-
- ProbePropertyTableModel - Class in repast.simphony.ui.table
-
TableModel for Agent tables
- ProbePropertyTableModel(List<List<ProbedPropertiesFinder.Property>>) - Constructor for class repast.simphony.ui.table.ProbePropertyTableModel
-
- probeSupport - Variable in class repast.simphony.visualization.AbstractDisplay
-
- processAddedObjects() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Create visual items for each object added since the last update.
- processAnnotations(List<Class<?>>) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
Process any ScheduledMethod annotations on the specified class.
- processAnnotations(Class<?>) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
- processChildRelation() - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
This method assigns a list of children to each node.
- processClass(Class<?>) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
Process the specified class for watch annnotations.
- processClasses(List<Class<?>>) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
- processExtPoints(PluginManager) - Method in class repast.simphony.ui.UIExtPointLoader
-
Process rs gui related extension points using the specified plugin manager.
- processGraph(Network) - Method in class repast.simphony.visualization.cgd.CGDProcessor
-
- processJar(String) - Method in class repast.simphony.batch.BatchMain
-
- processJar(ClassPathEntry, File, ClassFinder.Adder) - Method in class repast.simphony.util.ClassFinder
-
- processObjectAsWatcher(Object, ISchedule, Context<Object>) - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
Examines the specified object to see if it should be a watcher and if so
sets up accordingly.
- ProcessOutputLogWriter - Class in repast.simphony.batch
-
Writes the output of a Process to a Logger.
- ProcessOutputLogWriter(Logger) - Constructor for class repast.simphony.batch.ProcessOutputLogWriter
-
- ProcessOutputWriter - Class in repast.simphony.batch
-
Writes the output of a Process to a log file.
- ProcessOutputWriter(File, boolean) - Constructor for class repast.simphony.batch.ProcessOutputWriter
-
- ProcessOutputWriter(File) - Constructor for class repast.simphony.batch.ProcessOutputWriter
-
- processRemovedObjects() - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Remove any items and their renderables since the last update.
- processStimulus(Enumeration) - Method in class repast.simphony.visualization.visualization3D.DataUpdateBehavior
-
- producer - Variable in class repast.simphony.batch.BatchRunner
-
- producer - Variable in class repast.simphony.batch.OneRunBatchRunner
-
- PROJ_LISTENING_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
- Projected3DGrid<T> - Class in repast.simphony.visualization.editor.space
-
A grid that reprojects a 3D grid into a 2D grid.
- Projected3DGrid(Grid<T>, int, int) - Constructor for class repast.simphony.visualization.editor.space.Projected3DGrid
-
- Projected3DSpace<T> - Class in repast.simphony.visualization.editor.space
-
A space that reprojects a 3D continuous space into a 2D grid.
- Projected3DSpace(ContinuousSpace<T>, int, int) - Constructor for class repast.simphony.visualization.editor.space.Projected3DSpace
-
- projectGeometry(Geometry, CoordinateReferenceSystem, CoordinateReferenceSystem) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
Projectthe given Geometry and CRS to a target CRS
- projectGeometryToWGS84(Geometry, CoordinateReferenceSystem) - Static method in class repast.simphony.visualization.gis3D.WWUtils
-
Project the given Geometry to WGS84
- Projection<T> - Interface in repast.simphony.space.projection
-
- projection - Variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
- PROJECTION_E - Static variable in interface repast.simphony.scenario.data.ContextFileIOConstants
-
- PROJECTION_TYPE_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- ProjectionBuilderFactory - Interface in repast.simphony.dataLoader.engine
-
Interface for classes that create and add
projections to contexts.
- ProjectionData - Class in repast.simphony.scenario.data
-
Encapsulates metadata about a projection in ContextData heirarchy.
- ProjectionData(String, String) - Constructor for class repast.simphony.scenario.data.ProjectionData
-
- ProjectionDecorator2D<T extends Projection<?>> - Interface in repast.simphony.visualization.decorator
-
Interface for classes that will decorate projection visualizations.
- ProjectionDecorator3D<T extends Projection> - Interface in repast.simphony.visualization.decorator
-
Interface for classes that will decorate projection visualizations.
- ProjectionDecoratorFactory - Class in repast.simphony.visualization.decorator
-
Factory for creating projection decorators.
- ProjectionDecoratorFactory() - Constructor for class repast.simphony.visualization.decorator.ProjectionDecoratorFactory
-
- ProjectionDescriptor - Interface in repast.simphony.visualization.engine
-
Interface for classes that describe how a projection should be
visualized.
- ProjectionDescriptorFactory - Interface in repast.simphony.visualization.engine
-
ProjectionDescriptorFactory implementations create ProjectionDescriptor that
are valid for specific display types.
- ProjectionDryer<T extends Projection> - Class in repast.simphony.freezedry.freezedryers.proj
-
Implementations of this class will handle storing settings for some projections.
- ProjectionDryer() - Constructor for class repast.simphony.freezedry.freezedryers.proj.ProjectionDryer
-
- ProjectionEvent<T> - Class in repast.simphony.space.projection
-
A semantic event indicating some sort of event occured in a projection.
- ProjectionEvent(Projection<T>, Object, ProjectionEvent.Type) - Constructor for class repast.simphony.space.projection.ProjectionEvent
-
Creates a ProjectionEvent for the specified projection, specified object
and of the specified type.
- ProjectionEvent.Type - Enum in repast.simphony.space.projection
-
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.relogo.AbstractObserver
-
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.space.gis.GISNetworkListener
-
- projectionEventOccurred(ProjectionEvent<T>) - Method in class repast.simphony.space.graph.ShortestPath
-
Called when the network is modified so that this will recalculate the
shortest path info.
- projectionEventOccurred(ProjectionEvent<T>) - Method in interface repast.simphony.space.projection.ProjectionListener
-
Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.AbstractDisplay
-
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.cgd.CGDLayout
-
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Invoked when a projection event occurs.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.gis3D.NetworkLayerGIS
-
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
-
- projectionEventOccurred(ProjectionEvent) - Method in class repast.simphony.visualizationOGL2D.NetworkLayerOGL2D
-
- ProjectionListener<T> - Interface in repast.simphony.space.projection
-
Inteface for classes that wish to listen for ProjectionEvent-s.
- ProjectionPredicate - Interface in repast.simphony.space.projection
-
Interface for predicates that are evaluated against projections.
- ProjectionRegistry - Class in repast.simphony.engine.environment
-
- ProjectionRegistry() - Constructor for class repast.simphony.engine.environment.ProjectionRegistry
-
- ProjectionRegistryData<T extends Projection<?>> - Interface in repast.simphony.engine.environment
-
Projection registry data stores information about the available projection
types and their associated capabilities, such as converters, loaders, and
GUI panels.
- projections() - Method in class repast.simphony.scenario.data.ContextData
-
Gets an iterable over all the ProjectionData-s contained
by this ContextData.
- ProjectionStyle3D<U extends Projection> - Interface in repast.simphony.visualization.visualization3D
-
- projectionTransGroup - Variable in class repast.simphony.visualization.visualization3D.Display3D
-
- ProjectionType_old - Enum in repast.simphony.scenario.data
-
- projs - Variable in class repast.simphony.visualization.AbstractDisplayData
-
- promptPassphrase(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
-
- promptPassword(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
-
- promptYesNo(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
-
- PropertiesMenu(Editor) - Constructor for class repast.simphony.ui.tree.ScenarioTree.PropertiesMenu
-
- property - Variable in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- PROPERTY_PROJECTIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- PropertyAnnot - Annotation Type in repast.simphony.annotate
-
- propertyChange(PropertyChangeEvent) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- propertyChange(PropertyChangeEvent) - Method in class repast.simphony.ui.RSGui
-
Called when probed properties are updated.
- PropertyDescriptorAdapter - Class in repast.simphony.visualization.editor
-
- PropertyDescriptorAdapter() - Constructor for class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- PropertyDescriptorAdapter(PropertyDescriptor) - Constructor for class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- PropertyEquals<T> - Class in repast.simphony.query
-
Query that returns any objects in a context with a specified property
whose value is equal to some specified value.
- PropertyEquals(Context<T>, String, Object) - Constructor for class repast.simphony.query.PropertyEquals
-
Creates a PropertyEquals query to query the specified context for objects with
the specified property where that property is equal to the specified value.
- PropertyEquals(Context<T>, String, Object, PropertyEqualsPredicate) - Constructor for class repast.simphony.query.PropertyEquals
-
Creates a PropertyEquals query to query the specified context for objects with
the specified property where that property is equal to the specified value.
- PropertyEqualsFilter<T> - Class in repast.simphony.filter
-
- PropertyEqualsFilter() - Constructor for class repast.simphony.filter.PropertyEqualsFilter
-
- PropertyEqualsPredicate<T,V> - Interface in repast.simphony.query
-
- PropertyGreaterThan<T> - Class in repast.simphony.query
-
Query that returns any objects in a context with a specified property
whose value is greater than some specified value.
- PropertyGreaterThan(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyGreaterThan
-
Creates a PropertyGreaterThan query to query the specified context for objects with
the specified property where that property is greater than the specified value.
- PropertyGreaterThanEquals<T> - Class in repast.simphony.query
-
Query that returns any objects in a context with a specified property
whose value is greater than or equal to some specified value.
- PropertyGreaterThanEquals(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyGreaterThanEquals
-
Creates a PropertyGreaterThan query to query the specified context for objects with
the specified property where that property is greater than the specified value.
- PropertyLessThan<T> - Class in repast.simphony.query
-
Query that returns any objects in a context with a specified property
whose value is less than some specified value.
- PropertyLessThan(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyLessThan
-
Creates a PropertyLessThan query to query the specified context for objects with
the specified property where that property is less than the specified value.
- PropertyLessThanEquals<T> - Class in repast.simphony.query
-
Query that returns any objects in a context with a specified property
whose value is less than or equal to some specified value.
- PropertyLessThanEquals(Context<T>, String, Number) - Constructor for class repast.simphony.query.PropertyLessThanEquals
-
Creates a PropertyLessThan query to query the specified context for objects with
the specified property where that property is less than the specified value.
- PropertyManipulator - Interface in repast.simphony.annotate
-
- propertyNames(Object) - Method in class repast.simphony.sql.RepastJoSQLFunctionHandler
-
- propertyNames() - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Gets an iterable of names of the properties contained by this descriptor.
- propertyNames() - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Gets an iterable of names of the properties contained by this descriptor.
- propertyNames() - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Gets an iterable of names of the properties contained by this descriptor.
- PropertyNotEquals<T> - Class in repast.simphony.query
-
Query that returns any objects in a context with a specified property
whose value is not equal to some specified value.
- PropertyNotEquals(Context<T>, String, Object) - Constructor for class repast.simphony.query.PropertyNotEquals
-
Creates a PropertyEquals query to query the specified context for objects with
the specified property where that property is equal to the specified value.
- propertyNotFound(String) - Method in class repast.simphony.query.AbstractPropertyQuery
-
- PropertySourcedSparklineJComponent - Class in repast.simphony.ui.sparkline
-
- PropertySourcedSparklineJComponent() - Constructor for class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- PropertySourcedSparklineJComponent(AbstractValueModel, NumericProbedProperty) - Constructor for class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- propertyValue - Variable in class repast.simphony.query.AbstractPropertyQuery
-
- propertyValues(Object) - Method in class repast.simphony.sql.RepastJoSQLFunctionHandler
-
- props - Variable in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
- PSEUDOINDEPENDENT - Static variable in class repast.simphony.visualization.cgd.util.Clan
-
- pType - Variable in class repast.simphony.engine.schedule.AbstractAction
-
- PType(Class<?>, StringConverter) - Constructor for class repast.simphony.scenario.data.AttributeFactory.PType
-
- pu() - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the turtle's pen to stop drawing lines.
- pu() - Method in interface repast.simphony.relogo.Turtle
-
Sets the turtle's pen to stop drawing lines.
- publishPlugins() - Method in class repast.simphony.plugin.ModelPluginLoader
-
Publishes any plugins found in the added paths.
- put(String, Object) - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- put(T, U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Attempts to put the specified object at the specified location.
- put(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Attempts to put the specified object at the specified location.
- put(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Attempts to put the specified object at the specified location.
- put(T, U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Attempts to put the specified object at the specified location.
- put(V, Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
-
- put(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Attempts to put the specified object at the specified location.
- put(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Attempts to put the specified object at the specified location.
- put(long, double) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Put a value associated with a key in the map.
- put(String, Object) - Static method in class repast.simphony.util.Settings
-
- putObjectAt(T, V) - Method in interface repast.simphony.context.SpatialContext
-
- putObjectAt(T, double...) - Method in interface repast.simphony.context.SpatialContext
-
- putStateUuid(AbstractState<T>, String) - Method in class repast.simphony.statecharts.CompositeState
-
- putStateUuid(AbstractState<T>, String) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- putTransitionUuid(Transition<T>, String) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- radius - Variable in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
- radius - Variable in class repast.simphony.visualization.visualization3D.style.DefaultEdgeStyle3D
-
- randDouble(double, double) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- randInt(int, int) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- random(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- random(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
- random(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- random(Parameters) - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
-
- random(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random number (integer).
- RANDOM - Static variable in class repast.simphony.ui.sweep.ParameterSweepInput
-
- Random2DLayout - Class in repast.simphony.visualization.visualization2D
-
- Random2DLayout() - Constructor for class repast.simphony.visualization.visualization2D.Random2DLayout
-
- Random2DLayout(float, float) - Constructor for class repast.simphony.visualization.visualization2D.Random2DLayout
-
- Random3DLayout - Class in repast.simphony.visualization.visualization3D.layout
-
Distributes objects uniformly at random within a 20 x 20 x 20 bounding box.
- Random3DLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
- RANDOM_LOADER_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
-
- RANDOM_PRIORITY - Static variable in class repast.simphony.engine.schedule.ScheduleParameters
-
Constant representing random priority.
- RandomAccessScanner - Class in repast.simphony.util
-
This class adds random access capabilities to the repast.simphony.integration.Scanner
class.
- RandomAccessScanner(FileChannel, String) - Constructor for class repast.simphony.util.RandomAccessScanner
-
- RandomAccessScanner(FileChannel) - Constructor for class repast.simphony.util.RandomAccessScanner
-
- RandomAccessScanner(String) - Constructor for class repast.simphony.util.RandomAccessScanner
-
- RandomAccessWriter - Class in repast.simphony.integration
-
A PrintWriter that writes to a file channel, allowing it to do random access
types of writes.
- RandomAccessWriter(File) - Constructor for class repast.simphony.integration.RandomAccessWriter
-
Opens this writer on the specified file.
- RandomAccessWriter(String) - Constructor for class repast.simphony.integration.RandomAccessWriter
-
Opens this writer on the specified file.
- randomActions - Variable in class repast.simphony.engine.schedule.ScheduleGroup
-
List of actions whose priority is random.
- RandomCartesianAdder<T> - Class in repast.simphony.space.continuous
-
This will place the added object at a random location in the space.
- RandomCartesianAdder() - Constructor for class repast.simphony.space.continuous.RandomCartesianAdder
-
- RandomDensityGenerator<T> - Class in repast.simphony.context.space.graph
-
Generates a random network with a specified approximate density.
- RandomDensityGenerator(double, boolean, boolean) - Constructor for class repast.simphony.context.space.graph.RandomDensityGenerator
-
Creates a random network.
- RandomDraw() - Static method in class repast.simphony.essentials.RepastEssentials
-
- RandomDraw(double, double) - Static method in class repast.simphony.essentials.RepastEssentials
-
- RandomDraw(BigDecimal, BigDecimal) - Static method in class repast.simphony.essentials.RepastEssentials
-
- RandomDrawAgainstThreshold(BigDecimal) - Static method in class repast.simphony.essentials.RepastEssentials
-
- RandomDrawAgainstThreshold(double) - Static method in class repast.simphony.essentials.RepastEssentials
-
- randomExponential(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random floating point number (exponentially distributed).
- randomFloat(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random number (floating point).
- randomGamma(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random floating point number (gamma distributed).
- RandomGISAdder<T> - Class in repast.simphony.space.gis
-
- RandomGISAdder(Geometry) - Constructor for class repast.simphony.space.gis.RandomGISAdder
-
- RandomGridAdder<T> - Class in repast.simphony.space.grid
-
This will place the added object at a random location in the space.
- RandomGridAdder() - Constructor for class repast.simphony.space.grid.RandomGridAdder
-
- RandomHelper - Class in repast.simphony.random
-
A helper class for creating random number streams and adding them to a
RandomRegistry.
- RandomHelper() - Constructor for class repast.simphony.random.RandomHelper
-
- RandomIterable<T> - Class in repast.simphony.util.collections
-
An iterable that iterates over a collection of objects at random.
- RandomIterable(IndexedIterable<T>, long) - Constructor for class repast.simphony.util.collections.RandomIterable
-
Creates a RandomIterable that will iterate over count number of objects
in the specified IndexedIterable.
- randomNormal(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random floating point number (normally distributed).
- randomPoisson(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a random integer (poisson distributed).
- randomPxcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in class repast.simphony.relogo.Link
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random x coordinate for patches.
- randomPxcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random x coordinate for patches.
- randomPxcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns a random x coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random y coordinate for patches.
- randomPycor() - Method in class repast.simphony.relogo.Link
-
Returns a random y coordinate for patches.
- randomPycor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random y coordinate for patches.
- randomPycor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random y coordinate for patches.
- randomPycor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random y coordinate for patches.
- randomPycorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
Returns a random y coordinate for patches.
- RandomRegistry - Interface in repast.simphony.random
-
A registry of random streams.
- randomSeed(int) - Static method in class repast.simphony.relogo.Utility
-
Sets the random seed.
- RandomSeedDataSource - Class in repast.simphony.data2
-
DataSource that returns the current random seed.
- RandomSeedDataSource() - Constructor for class repast.simphony.data2.RandomSeedDataSource
-
- RandomSeedParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for the random seed.
- RandomSeedParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.RandomSeedParameterBinder
-
- randomValue() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- randomValue() - Method in class repast.simphony.parameter.ByteSteppedSetter
-
- randomValue() - Method in class repast.simphony.parameter.IntSteppedSetter
-
- randomValue() - Method in class repast.simphony.parameter.ListParameterSetter
-
- randomValue() - Method in class repast.simphony.parameter.LongSteppedSetter
-
- randomValue() - Method in class repast.simphony.parameter.ShortSteppedSetter
-
- randomXcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in class repast.simphony.relogo.Link
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random x coordinate for turtles.
- randomXcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random x coordinate for turtles.
- randomXcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
- randomYcor() - Method in class repast.simphony.relogo.AbstractLink
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.AbstractObserver
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in class repast.simphony.relogo.Link
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in interface repast.simphony.relogo.Observer
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in interface repast.simphony.relogo.Patch
-
Returns a random y coordinate for turtles.
- randomYcor() - Method in interface repast.simphony.relogo.Turtle
-
Returns a random y coordinate for turtles.
- randomYcorU(Observer) - Static method in class repast.simphony.relogo.Utility
-
- RangeCombination - Class in repast.simphony.util
-
- RangeCombination(List<IntRange>) - Constructor for class repast.simphony.util.RangeCombination
-
- RangeCombination.RangeComboBuilder - Class in repast.simphony.util
-
- RangeComboBuilder() - Constructor for class repast.simphony.util.RangeCombination.RangeComboBuilder
-
- RangeFix - Class in repast.simphony.chart2
-
Sets the initial range from -2 to some specified amount and then when that
max has been exceeded reverts back to auto range.
- RangeFix(XYPlot, int) - Constructor for class repast.simphony.chart2.RangeFix
-
- rangeOf(double, double, Unit<Q>) - Static method in class org.jscience.physics.amount.Amount
-
Returns the measure corresponding to the specified interval stated
in the specified unit.
- RangeParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for ranged parameters.
- RangeParameterBinder(String, String, int, int, int) - Constructor for class repast.simphony.ui.parameters.RangeParameterBinder
-
- RasterLayer - Class in repast.simphony.space.gis
-
RasterLayer provides Repast ValueLayer like functionality using geographic
coordinates and can be displayed when part of a Geography instance.
- RasterLayer(String, GridCoverage2D) - Constructor for class repast.simphony.space.gis.RasterLayer
-
Create the RasterLayer from the provided GridCoverage2D.
- RasterLayer(GridCoverage2D) - Constructor for class repast.simphony.space.gis.RasterLayer
-
- RasterLayer(String, File) - Constructor for class repast.simphony.space.gis.RasterLayer
-
- RasterLayer(String, File, boolean) - Constructor for class repast.simphony.space.gis.RasterLayer
-
Create the RasterLayer using a raster file.
- RasterLayer(String, int, int, ReferencedEnvelope) - Constructor for class repast.simphony.space.gis.RasterLayer
-
- read(Class, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- read(Class) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- read(Class) - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
-
- read(Class, String) - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
-
- read() - Method in class repast.simphony.integration.DataFileReader
-
Loads in the xml descriptor file and causes the file to be parsed.
- read() - Method in class repast.simphony.integration.DefaultDataFile
-
- read() - Method in class repast.simphony.integration.DefaultExtProgRunner
-
- read() - Method in interface repast.simphony.integration.Reader
-
- read(File, Classpath) - Method in class repast.simphony.scenario.data.ContextFileReader
-
- read(File) - Method in class repast.simphony.scenario.data.UserPathFileReader
-
- read(ParametersUI, File) - Method in class repast.simphony.ui.parameters.ParametersUIParser
-
- read(Buffer) - Method in class repast.simphony.ui.widget.BufferSourceStream
-
- readArray(String, String, char) - Static method in enum repast.simphony.freezedry.ArrayValueHandler
-
Reads in an array from the given array string and returns it.
- readByteArray(FreezeDryedObject, String, Object) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Reads in a byte[] that corresponds to the specified bytesId and will be loaded into the
specified fdo through the specified field.
- readByteArray(FreezeDryedObject, String, Object) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- readByteArray(FreezeDryedObject, String, Object) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- readChar() - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- readChildren(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- readChildsRow(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- readChildsRow(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- readChildsRow(FreezeDryedObject, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- Reader - Interface in repast.simphony.integration
-
Interface representing a class that will read in data.
- ReadExternalFile(Object, String, String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- readFile(URL, int) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Method reads file URL and size (based on content) and returns a string
representation of that content.
- readFreezeDryedParentChild(FreezeDryedObject, String, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- readFromObject(Object) - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- reading - Variable in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- readNextObject(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class repast.simphony.xml.AbstractConverter
-
Gets the next object in the tree.
- readNextString(HierarchicalStreamReader) - Method in class repast.simphony.xml.AbstractConverter
-
Reads the next value as a String.
- readOnly - Variable in class repast.simphony.parameter.DefaultParameters
-
- ReadOnlyParameterBinder - Class in repast.simphony.ui.parameters
-
ParameterBinder for read-only parameters
- ReadOnlyParameterBinder(String, String) - Constructor for class repast.simphony.ui.parameters.ReadOnlyParameterBinder
-
- readRow(Class, String) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Reads in a row of data that will be parsed by the use of
#getFieldValue(X, String)
and
AbstractDataSource.getFields(String).
If the data source can find an object with the specified key it should return data for
reading that object, otherwise it may return any object.
- readRow(Class, String) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- readRow(Class, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- recalculate - Variable in class repast.simphony.adaptation.regression.RepastRegressionModel
-
- receiveInfoMessage(DisplayEvent) - Method in interface repast.simphony.visualization.DisplayListener
-
Called when a display sends an informational message.
- receiveMessage(Object) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- receiveMessage(Object) - Method in interface repast.simphony.statecharts.StateChart
-
Receive a message into the statechart queue.
- record(Map<Class<?>, SizedIterable<?>>) - Method in class repast.simphony.data2.AggregateDataSet
-
- record(Map<Class<?>, SizedIterable<?>>) - Method in interface repast.simphony.data2.DataSet
-
Records data from the specified ObjectListMap of objects.
- record(Map<Class<?>, SizedIterable<?>>) - Method in class repast.simphony.data2.NonAggregateDataSet
-
- RECORD_ATTRS() - Constructor for class repast.simphony.integration.DataFileElements.RECORD_ATTRS
-
- recordEnded() - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
-
- recordEnded() - Method in class repast.simphony.chart2.HistogramDataSink
-
- recordEnded() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
-
- recordEnded() - Method in class repast.simphony.data2.BatchParamMapFileWriter
-
- recordEnded() - Method in class repast.simphony.data2.ConsoleDataSink
-
- recordEnded() - Method in interface repast.simphony.data2.DataSink
-
Notified this DataSink that the current record has ended.
- recordEnded() - Method in class repast.simphony.data2.FileDataSink
-
- rect - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- rect - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- rect - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- red() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color red.
- redMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- redMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- REDO_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- redrawSparkline() - Method in class repast.simphony.sql.SQLWindow
-
- reduce() - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- refreshTicksHorizontal(Graphics2D, Rectangle2D, RectangleEdge) - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
-
- refreshTicksVertical(Graphics2D, Rectangle2D, RectangleEdge) - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
-
- RegExStringFilter - Class in repast.simphony.filter
-
String filter that matches using regular expressions.
- RegExStringFilter() - Constructor for class repast.simphony.filter.RegExStringFilter
-
- RegExStringFilter(String) - Constructor for class repast.simphony.filter.RegExStringFilter
-
Creates a
RegExStringFilter that will evaluate to true
if the passed in String matches the specified regular expression.
- register(Network<?>, T) - Method in interface repast.simphony.visualization.engine.NetworkStyleRegistrar.Registrar
-
- register(Class<?>, T) - Method in interface repast.simphony.visualization.engine.StyleRegistrar.Registrar
-
- register(T, ValueLayer) - Method in interface repast.simphony.visualization.engine.VLStyleRegistrar.Registrar
-
- registerAction(Object, String, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- registerAction(Object, String, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Registers an action so that it can be found later.
- registerActionExt(PluginManager, Extension) - Method in class repast.simphony.plugin.ActionExtensions
-
- registerActionExt(CompositeControllerActionCreator) - Method in class repast.simphony.plugin.ActionExtensions
-
- registerAgentStyle(String, Style, Integer) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Registers a style for the specified agent.
- registerAgentStyles(GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- registerAllStyles(GISDisplayDescriptor, Context<?>) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- registerBehavior() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
-
Registers a behavior for tracking.
- registerCloseListener(StatechartCloseListener) - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- registerConstantCreator(String, ParameterSetterCreator) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Register a setter creator to be used for constant setters during sweeper
creation.
- registerConverter(Converter) - Method in class repast.simphony.xml.XMLSerializer
-
Registers a xstream converter.
- registerCoverageStyle(String, CoverageStyle<?>) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Register the dynamic coverage and style information
- registerCoverageStyles(GISDisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- registerDecorator(ProjectionDecorator2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerDecorator(ProjectionDecorator3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- registerDecorator(ProjectionDecorator2D<?>) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- registerDistribution(String, AbstractDistribution) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Registers the named random number distribution for later retrieval.
- registerDistribution(String, AbstractDistribution) - Static method in class repast.simphony.random.RandomHelper
-
Registers the named random number distribution for later retrieval.
- registerDistribution(String, AbstractDistribution) - Method in interface repast.simphony.random.RandomRegistry
-
Registers the named random number distribution for later retrieval.
- registerEntryState(AbstractState<T>) - Method in class repast.simphony.statecharts.CompositeState
-
- registerEntryState(AbstractState<T>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- registerEntryState(AbstractState<T>, String) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- registerEntryState(AbstractState<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- registerExtension(ScenarioCreatorExtension) - Static method in class repast.simphony.scenario.ScenarioCreator
-
Statically register a strategy.
- registerFeatureSource(FeatureSource, Style, Integer) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Registers a style for the specified feature source.
- registerFreezeDryer(Class, FreezeDryer) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- registerGenerator(String, int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Creates and registers a new random number generator
with the specified name and seed.
- registerGenerator(String, int) - Static method in class repast.simphony.random.RandomHelper
-
Creates and registers a new random number generator
with the specified name and seed.
- registerGenerator(String, int) - Method in interface repast.simphony.random.RandomRegistry
-
Creates and registers a new random number generator
with the specified name and seed.
- registerGrid(Group) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
-
- registerGuard(GuardCondition<T>) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
-
- registerGuard(GuardCondition<T>) - Method in class repast.simphony.statecharts.Transition
-
- registerGuard(GuardCondition<T>) - Method in class repast.simphony.statecharts.TransitionBuilder
-
- registerIoExt(PluginManager, Extension) - Method in class repast.simphony.plugin.ActionExtensions
-
- registerIoExt(ControllerActionIO) - Method in class repast.simphony.plugin.ActionExtensions
-
- registerList(List<UICreatorFactory.StateChartButton>) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
-
- registerListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartBeginAction
-
- registerListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartResolveAction
-
- registerModelParameterListener(String, Closure) - Method in class repast.simphony.relogo.AbstractObserver
-
Registers a model parameter listener to execute the provided closure.
- registerModelParameterListener(String, Closure) - Method in interface repast.simphony.relogo.Observer
-
Registers a model parameter listener to execute the provided closure.
- registerNetworkStyle(Network<?>, NetworkStyleGIS) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Register the network and style information
- registerNetworkStyle(Network, EdgeStyle2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerNetworkStyle(Network, EdgeStyle3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- registerNetworkStyle(Network<?>, EdgeStyleOGL2D) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Registers the specified style for the specified network.
- registerNetworkStyles(GISDisplayDescriptor, Context<?>) - Method in class repast.simphony.gis.visualization.engine.GISStyleRegistrar
-
- registerNetworkStyles(NetworkStyleRegistrar.Registrar<T>, DisplayDescriptor, Context<?>) - Method in class repast.simphony.visualization.engine.NetworkStyleRegistrar
-
- registerOnEnter(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractState
-
- registerOnEnter(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractStateBuilder
-
- registerOnEnter(StateAction<T>) - Method in class repast.simphony.statecharts.BranchStateBuilder
-
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractState
-
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.AbstractStateBuilder
-
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.BranchStateBuilder
-
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.FinalStateBuilder
-
- registerOnExit(StateAction<T>) - Method in class repast.simphony.statecharts.HistoryStateBuilder
-
- registerOnTransition(TransitionAction<T>) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
-
- registerOnTransition(TransitionAction<T>) - Method in class repast.simphony.statecharts.Transition
-
- registerOnTransition(TransitionAction<T>) - Method in class repast.simphony.statecharts.TransitionBuilder
-
- registerProjectionBuilder(String, ProjectionBuilderFactory) - Method in class repast.simphony.dataLoader.engine.ContextBuilderFactory
-
Registers the projection builder for use with the specified class.
- registerProjectionData(ProjectionData, DisplayDescriptor) - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
- registerProjectionData(ProjectionData, DisplayDescriptor) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Register ProjectionData with the DisplayDescriptor.
- registerProjectionData(ProjectionData, DisplayDescriptor) - Method in class repast.simphony.visualization.gis.GisProjectionDescriptor
-
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.relogo.styles.NLImageSpatialSource
-
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.visualizationOGL2D.ImageSpatialSource
-
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.visualizationOGL2D.NamedSpatialSoure
-
- registerSource(ShapeFactory2D, Map<String, String>) - Method in interface repast.simphony.visualizationOGL2D.SpatialSource
-
Registers this source with ShapeFactory2D.
- registerSource(ShapeFactory2D, Map<String, String>) - Method in class repast.simphony.visualizationOGL2D.SVGSpatialSource
-
- registerStateChartListener(StateChartListener) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- registerStateChartListener(StateChartListener) - Method in interface repast.simphony.statecharts.StateChart
-
- registerStepperCreator(String, ParameterSetterCreator) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
Register a setter creator to be used during sweeper creation.
- registerStyle(String, Style) - Method in class repast.simphony.visualization.gis.Styler
-
Deprecated.
Registers a style for the specified layerName.
- registerStyle(Class<?>, StyleGIS<?>) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
Register the agent class and style information
- registerStyle(Class, Style2D) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerStyle(Class, Style3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- registerStyle(Class<?>, StyleOGL2D<?>) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Register the specified style for the specified class.
- registerStyles(StyleRegistrar.Registrar<T>, DisplayDescriptor) - Method in class repast.simphony.visualization.engine.StyleRegistrar
-
- registerStyles(StyleRegistrar.Registrar<T>, DisplayDescriptor, Collection<String>) - Method in class repast.simphony.visualization.engine.StyleRegistrar
-
- registerSubscriber(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
- registerSubscriber(T) - Method in interface repast.simphony.relogo.OutOfContextSubject
-
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.AbstractDisplay
-
Registers the specified toolbar with this IDisplay.
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Registers the specified toolbar with this IDisplay.
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- registerToolBar(JToolBar) - Method in interface repast.simphony.visualization.IDisplay
-
Registers the specified toolbar with this IDisplay.
- registerToolBar(JToolBar) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerValueLayerStyle(VLStyleRegistrar.Registrar<T>, CartesianDisplayDescriptor, Context<?>) - Method in class repast.simphony.visualization.engine.VLStyleRegistrar
-
- registerValueLayerStyle(ValueLayerStyle) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- registerValueLayerStyle(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- registerValueLayerStyle(ValueLayer, ValueLayerStyleOGL) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Registers the specified style and layer for display.
- registerWizardOption(String, WizardOption) - Static method in class repast.simphony.util.wizard.DynamicWizard
-
- registerWriters(FreezeDryedRegistry) - Method in class repast.simphony.dataLoader.engine.DelimitedFileContextBuilder
-
- registerWriters(FreezeDryedRegistry) - Method in class repast.simphony.dataLoader.engine.FreezeDryedContextBuilder
-
- registerWriters(FreezeDryedRegistry) - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- registry - Variable in class repast.simphony.freezedry.AbstractFreezeDryer
-
- registry - Variable in class repast.simphony.freezedry.ContextFreezeDryingAction
-
- registry - Variable in class repast.simphony.scenario.Scenario
-
- REGISTRY_KEY - Static variable in interface repast.simphony.data2.DataConstants
-
- registryMap - Static variable in class repast.simphony.engine.environment.ProjectionRegistry
-
- registryMap - Static variable in class repast.simphony.visualization.engine.VisualizationRegistry
-
- RegularButtonIcon - Class in repast.simphony.relogo.factories
-
- RegularButtonIcon() - Constructor for class repast.simphony.relogo.factories.RegularButtonIcon
-
- regularTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
-
- rehydrate(Class<T>, String) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- rehydrate(Class<T>) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- rehydrate(FreezeDryedObject) - Method in interface repast.simphony.freezedry.FreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.AmountFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ArrayFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.BigDecimalFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.BinaryFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ClassFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.CollectionFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.DefaultFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.MapFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.freezedryers.PrimitiveFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.freezedry.PrimitiveArrayFreezeDryer
-
- rehydrate(FreezeDryedObject) - Method in class repast.simphony.gis.freezedry.GeometryFreezeDryer
-
- ReInit(InputStream) - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- ReInit(InputStream, String) - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- ReInit(Reader) - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- ReInit(QueryParserTokenManager) - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- ReInit(SimpleCharStream) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- ReInit(SimpleCharStream, int) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- ReInit(Reader, int, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(Reader, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(Reader) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(InputStream, String, int, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(InputStream, int, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(InputStream, String) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(InputStream) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(InputStream, String, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- ReInit(InputStream, int, int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- REL_KEY - Static variable in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- RelationshipAdder - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- RelationshipAdder(ContextCreatorCanvas, ContextDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RelationshipAdder
-
- RelationshipDescriptor - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- RelationshipDescriptor(AgentDescriptor, AgentDescriptor, double) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
-
- RelationshipDescriptorFillerPanel - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- RelationshipDescriptorFillerPanel(ContextCreatorCanvas, RelationshipDescriptor, NetworkDescriptor) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
-
- ReLogoAgent - Interface in repast.simphony.relogo
-
- ReLogoBuilderGeneratedFor - Annotation Type in repast.simphony.relogo.builder
-
Tags methods generated by ReLogoBuilder with responsible class name.
- ReLogoEdgeCreator - Class in repast.simphony.relogo.factories
-
- ReLogoEdgeCreator(LinkFactory, Class<? extends BaseLink>) - Constructor for class repast.simphony.relogo.factories.ReLogoEdgeCreator
-
- ReLogoImageSpatialSource - Class in repast.simphony.relogo.styles
-
- ReLogoImageSpatialSource(String, String) - Constructor for class repast.simphony.relogo.styles.ReLogoImageSpatialSource
-
- ReLogoImplementingClassesFinder - Class in repast.simphony.relogo.factories
-
Utility class to find all subclasses of superClass on the classpath entries
specified in a scenario's model data.
- ReLogoImplementingClassesFinder() - Constructor for class repast.simphony.relogo.factories.ReLogoImplementingClassesFinder
-
- ReLogoInitializer - Class in repast.simphony.relogo
-
- ReLogoInitializer() - Constructor for class repast.simphony.relogo.ReLogoInitializer
-
- ReLogoModel - Class in repast.simphony.relogo
-
- reLogoShape(Rectangle) - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
- ReLogoSpatialSource - Interface in repast.simphony.relogo.styles
-
Interface for Relogo SpatialSources.
- ReLogoSupport - Class in repast.simphony.relogo.util
-
- ReLogoSupport() - Constructor for class repast.simphony.relogo.util.ReLogoSupport
-
- ReLogoSVGSpatialSource - Class in repast.simphony.relogo.styles
-
Registers spatials from an SVG spatial source.
- ReLogoSVGSpatialSource(String, String) - Constructor for class repast.simphony.relogo.styles.ReLogoSVGSpatialSource
-
- ReLogoWorldFactory - Class in repast.simphony.relogo.factories
-
- ReLogoWorldFactory(Context, String, RLWorldDimensions, TurtleFactory, PatchFactory, LinkFactory) - Constructor for class repast.simphony.relogo.factories.ReLogoWorldFactory
-
- remainder(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the remainder of one number divided by another number.
- REMOTE_PREFIX - Static variable in class repast.simphony.batch.ssh.Configuration
-
- RemoteDonePoller - Class in repast.simphony.batch.ssh
-
Polls a remote machine via SSH looking for a "DONE" file in a specified
directory.
- RemoteDonePoller(RemoteSession, String, long) - Constructor for class repast.simphony.batch.ssh.RemoteDonePoller
-
- RemoteOutputFinderCopier - Class in repast.simphony.batch.ssh
-
Copies the output from remote ssh runs into a local directory.
- RemoteOutputFinderCopier() - Constructor for class repast.simphony.batch.ssh.RemoteOutputFinderCopier
-
- RemoteSession - Class in repast.simphony.batch.ssh
-
Encapsulates info about a Remote ssh reachable host that simphony models can
be run on.
- RemoteSession() - Constructor for class repast.simphony.batch.ssh.RemoteSession
-
- RemoteStatusCopier - Class in repast.simphony.batch.ssh
-
Copies copies any failure and warn status messages from a remote
to a specified directory.
- RemoteStatusCopier() - Constructor for class repast.simphony.batch.ssh.RemoteStatusCopier
-
- RemoteStatusGetter - Class in repast.simphony.batch.ssh
-
Reads the run status from a remote and sets that on the Remote.
- RemoteStatusGetter() - Constructor for class repast.simphony.batch.ssh.RemoteStatusGetter
-
- remove(int, int) - Method in class org.jdesktop.swingx.autocomplete.AutoCompleteDocument
-
- remove(Object) - Method in class repast.simphony.context.AbstractContext
-
- remove(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
- remove(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ActionList
-
Removes the specified action.
- remove(ISchedulableAction) - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Removes the specified action from this ScheduleGroup.
- remove() - Method in class repast.simphony.filter.FilteredIterator
-
- remove(ParameterSetter) - Method in interface repast.simphony.parameter.ParameterSweeper
-
- remove(ParameterSetter) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
- remove(Object, Collection<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus an item.
- remove(String, String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string minus a substring.
- remove(T) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- remove(T, U, NdPoint) - Method in interface repast.simphony.space.continuous.CoordinateAccessor
-
Removes the specified object from the location in the map.
- remove(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.MultiOccupancyCoordinateAccessor
-
Removes the specified object from the location in the map.
- remove(T, Map<NdPoint, Object>, NdPoint) - Method in class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
Removes the specified object from the location in the map.
- remove(T) - Method in class repast.simphony.space.gis.DefaultGeography
-
- remove(T) - Method in class repast.simphony.space.grid.AbstractGrid
-
- remove(T, U, GridPoint) - Method in interface repast.simphony.space.grid.CellAccessor
-
Removes the specified object from the location in the map.
- remove(V, Object[], GridPoint) - Method in class repast.simphony.space.grid.FastDenseSingleOccuGrid.FastDenseAccessor
-
- remove(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.MultiOccupancyCellAccessor
-
Removes the specified object from the location in the map.
- remove(T, Map<GridPoint, Object>, GridPoint) - Method in class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
Removes the specified object from the location in the map.
- remove() - Method in class repast.simphony.util.collections.DelegatedIterator
-
Removes from the underlying collection the last element returned by the
iterator (optional operation).
- remove() - Method in class repast.simphony.util.collections.FilteredIterator
-
Unsupported, throws an UnsupportedOperationException.
- remove() - Method in class repast.simphony.util.collections.IteratorOverIterables
-
Removes from the underlying collection the last element returned by the
iterator (optional operation).
- remove() - Method in class repast.simphony.util.collections.NaryTree.ChildIterator
-
Removes from the underlying collection the last element returned by the
iterator (optional operation).
- remove(long) - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Remove the value associated with a key.
- remove() - Method in class repast.simphony.util.collections.RandomIterable
-
Removes from the underlying collection the last element returned by the
iterator (optional operation).
- remove() - Method in class repast.simphony.util.collections.UnremoveableIterator
-
Removes from the underlying collection the last element returned by the
iterator (optional operation).
- remove() - Method in class repast.simphony.util.Scanner
-
Currently unsupported.
- remove(T) - Method in interface repast.simphony.visualization.VisualizedObjectContainer
-
Removes the specified object from this container.
- REMOVE_ICON - Static variable in class repast.simphony.visualization.gui.CoverageStyleStep
-
- REMOVE_ICON - Static variable in class repast.simphony.visualization.gui.StyleStep
-
- removeAction(Object, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
Removes an action.
- removeAction(Object, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Removes an action.
- removeAction(ISchedulableAction) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Removes the specified action from this Schedule.
- removeAction(ISchedulableAction) - Method in class repast.simphony.engine.schedule.Schedule
-
Removes the specified action from this Schedule.
- removeAction(String) - Method in class repast.simphony.relogo.ReLogoModel
-
- removeActionFromTree(ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTreeEvent
-
- removeAgentDescriptor(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- removeAgentDescriptor(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- RemoveAgentFromContext(String, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
- RemoveAgentFromModel(Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
- removeAgents(Object[]) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.
Removes the specified agents from the agent collection.
- removeAgents(Object[]) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Removes the specified agents from the agent collection.
- removeAgents(Object[]) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Removes the specified agents from the agent collection.
- removeAgentTableListener(AgentTableListener) - Method in class repast.simphony.ui.table.AgentTablePanel
-
- removeAll(Collection<?>) - Method in class repast.simphony.context.FormerDefaultContext
-
- removeAll(Collection<?>) - Method in class repast.simphony.context.SmallDefaultContext
-
- removeAll() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- removeAll() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- removeAll() - Method in class repast.simphony.space.grid.AbstractGrid
-
- removeAllListeners() - Method in class repast.simphony.statecharts.StateChartBeginAction
-
- removeAllListeners() - Method in class repast.simphony.statecharts.StateChartResolveAction
-
- removeAllProbeListeners() - Method in class repast.simphony.visualization.ProbeListenerSupport
-
Removes all the probeListeners.
- removeAsStateChartListener() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- removeBtn - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- removeChangeListener(ChangeListener) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Removes a change listener
- removeComponent(JComponent) - Method in class repast.simphony.engine.environment.DefaultGUIRegistry
-
Removes a component from the registry.
- removeComponent(JComponent) - Method in interface repast.simphony.engine.environment.GUIRegistry
-
Removes a component from the registry.
- RemoveContext(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- removeContextId(Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- removeContextId(Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- removeContextListener(ContextListener<T>) - Method in class repast.simphony.context.AbstractContext
-
- removeContextListener(ContextListener<T>) - Method in interface repast.simphony.context.Context
-
- removeContextListener(ContextListener<T>) - Method in class repast.simphony.context.FormerDefaultContext
-
- removeCountDataSource(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- removeCoverage(String) - Method in class repast.simphony.space.gis.DefaultGeography
-
- removeCoverage(String) - Method in interface repast.simphony.space.gis.Geography
-
- removeCustomDataSource(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- removeCustomUserPanel() - Method in class repast.simphony.ui.RSApplication
-
- removeCustomUserPanel() - Method in class repast.simphony.ui.RSGui
-
- REMOVED - Static variable in class repast.simphony.context.ContextEvent
-
Represents an event where an object is removed from the context.
- REMOVED - Static variable in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Status indicator for removed table entries.
- removeDuplicates(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus duplicated items.
- removeEdge(RepastEdge<T>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- RemoveEdge(String, Object, Object) - Static method in class repast.simphony.essentials.RepastEssentials
-
- removeEdge(RepastEdge) - Method in class repast.simphony.gis.display.NetworkDisplayLayerGIS
-
Deprecated.
- removeEdge(RepastEdge<T>) - Method in class repast.simphony.space.graph.JungNetwork
-
- removeEdge(RepastEdge<T>) - Method in interface repast.simphony.space.graph.Network
-
Removes the specified edge from this Network.
- removeEdge(int, int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- removeEdge(RepastEdge) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- removeEdges() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- removeEdges() - Method in class repast.simphony.space.graph.JungNetwork
-
- removeEdges() - Method in interface repast.simphony.space.graph.Network
-
Method removes all edges in the given network.
- removeEdges(RepastEdge[]) - Method in interface repast.simphony.visualization.editor.DisplayEditor
-
Deprecated.
Removes the specified edges from the network.
- removeEdges(RepastEdge[]) - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Removes the specified edges from the network.
- removeEdges(RepastEdge[]) - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Removes the specified edges from the network.
- removeEntry(String) - Method in class repast.simphony.parameter.DefaultSchema
-
Removes a schema entry from this Schema
- removeEvent(T) - Method in class repast.simphony.util.collections.RandomIterable
-
Marks the target as returned if it exists in the object list.
- removeFrom(BranchGroup) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- removeFromFixedLeaves(OutOfContextSubject) - Method in class repast.simphony.relogo.AbstractTurtle
-
- removeFromFixedLeaves(OutOfContextSubject) - Method in interface repast.simphony.relogo.Turtle
-
- removeFromFreeLeaves(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
- removeFromFreeLeaves(Turtle) - Method in interface repast.simphony.relogo.Turtle
-
- removeFromGroup(ButtonGroup) - Method in class repast.simphony.gis.tools.ToolManager
-
- removeFromRegistry(Object) - Method in class repast.simphony.engine.environment.RunState
-
Removes the item identified by the specified key from the general registry.
- removeHighlightRules() - Method in class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
Removes the highlight rules from the styles.
- removeInternal(Object) - Method in class repast.simphony.context.AbstractContext
-
- removeInternal(Object) - Method in class repast.simphony.context.DefaultContext
-
- removeInternal(Object) - Method in class repast.simphony.context.SmallDefaultContext
-
- removeItem(int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- removeItem(int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- removeItem(int, List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list minus the index item.
- removeItem(int, String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string minus the character at the index.
- removeItemsForRemovedObjects() - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- removeLayer(Layer, Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- removeLayer(Layer, Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.
Remove the layer that is at the supplied path.
- removeLinkFromAgentSet(AgentSet, Link) - Static method in class repast.simphony.relogo.Utility
-
- removeLinkFromCollection(Collection, Link) - Static method in class repast.simphony.relogo.Utility
-
- RemoveListener - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- RemoveListener(ContextDescriptor, ContextCreatorCanvas) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.RemoveListener
-
- removeListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartBeginAction
-
- removeListener(StateChart<?>) - Method in class repast.simphony.statecharts.StateChartResolveAction
-
- removeListeners(RenderListener) - Method in class repast.simphony.render.RendererListenerSupport
-
- removeListeners(Canvas3DListener) - Method in class repast.simphony.visualization.visualization3D.RepastCanvas3D
-
- removeMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- removeMapLayerListener(MapLayerListener) - Method in class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- removeMasterControllerAction(ControllerAction) - Method in class repast.simphony.scenario.Scenario
-
Removes the specified ControllerAction to the master context.
- removeMethodDataSource(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- removeNode(ControllerAction) - Method in class repast.simphony.ui.tree.ScenarioTree
-
- removeNode(T) - Method in class repast.simphony.util.collections.NaryTree
-
Removes the specified object from the tree.
- removeNode(T) - Method in interface repast.simphony.util.collections.Tree
-
Removes the specified object from the tree.
- removeNotifier(Object) - Method in class repast.simphony.engine.watcher.WatcherTrigger
-
Removes all the Notifiers associated with the specified watcher.
- removeObject(Object) - Method in class repast.simphony.visualization.AbstractDisplay
-
- removeObject(Object) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- removeObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Removes this specified object from this layer.
- removeObject(Object) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Removes this specified object from this layer.
- removeObject(Object) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- removeObject(Object) - Method in interface repast.simphony.visualization.IDisplayLayer
-
Removes the specified objecdt from the layer.
- removeObject(Object) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- removeObject(Object) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- removeObject(Object) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- removeObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- removeObject(Object) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- removeObject(Object) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Removes this specified object from this layer.
- removeObject(Object) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- removeObjects - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- removeObjects - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- removeParameter(String) - Method in class repast.simphony.parameter.DefaultParameters
-
Removes the named parameter
- removeParameter(String) - Method in interface repast.simphony.parameter.MutableParameters
-
Removes the named parameter
- RemoveParametersDialog - Class in repast.simphony.ui
-
- RemoveParametersDialog(Frame) - Constructor for class repast.simphony.ui.RemoveParametersDialog
-
- RemoveParametersDialog(Dialog) - Constructor for class repast.simphony.ui.RemoveParametersDialog
-
- removeParameterSetter(ParameterSetter) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- removeParameterSetter(ParameterSetter) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- removeParameterSetter(ParameterSetter) - Method in class repast.simphony.scenario.Scenario
-
- removeParameterViews() - Method in class repast.simphony.ui.RSGui
-
- removePatchFromAgentSet(AgentSet, Patch) - Static method in class repast.simphony.relogo.Utility
-
- removePatchFromCollection(Collection, Patch) - Static method in class repast.simphony.relogo.Utility
-
- removePath(Object...) - Method in class repast.simphony.gis.legend.DefaultLayerManager
-
Deprecated.
- removePath(Object...) - Method in interface repast.simphony.gis.legend.LayerManager
-
Deprecated.
Remove the child object from the specified path.
- removePlugins() - Method in class repast.simphony.plugin.ModelPluginLoader
-
Removes any currently registered plugins.
- removePostRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Removes an action from the actions that should occur after a run of the
model schedule.
- removePostRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Removes an action from the actions that should occur after a run of the model schedule.
- removePreRunAction(IAction) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Removes an action from the actions that should occur before a run of the
model schedule.
- removePreRunAction(IAction) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Removes an action from the actions that should occur before a run of the model schedule.
- removeProjection(String) - Method in class repast.simphony.context.AbstractContext
-
Removes the named projection from this Context.
- removeProjection(String) - Method in interface repast.simphony.context.Context
-
Removes the named projection from this Context.
- removeProjection(String) - Method in class repast.simphony.context.FormerDefaultContext
-
Removes the named projection from this Context.
- RemoveProjection(String) - Static method in class repast.simphony.essentials.RepastEssentials
-
- removeProjectionListener(ProjectionListener) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- removeProjectionListener(ProjectionListener) - Method in class repast.simphony.space.projection.DefaultProjection
-
Removes a listener from the this projection.
- removeProjectionListener(ProjectionListener) - Method in interface repast.simphony.space.projection.Projection
-
Removes a listener from the this projection.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.BeanParameters
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.DefaultParameters
-
Removes the specified listener from the
listeners listening to this Parameters object.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.parameter.EmptyParameters
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface repast.simphony.parameter.Parameters
-
Removes the specified listener from the
listeners listening to this Parameters object.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.relogo.ReLogoModel
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.probe.Probe
-
Removes a property change listener from this Probe.
- removePropertyChangeListener(PropertyChangeListener) - Method in class repast.simphony.ui.RunOptionsModel
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLCanvas
-
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLJPanel
-
- removeRelationship(PNode, PNode) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkLayer
-
- removeRelationshipDescriptor(NetworkDescriptor, AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- removeRelationshipDescriptor(NetworkDescriptor, RelationshipDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextCreatorCanvas
-
- removeRelationships(AgentDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- removeRemovedEdges() - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- removeRemovedObjects() - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- removeResolveTime(double) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- removeResolveTime(double, StateChart<?>) - Method in enum repast.simphony.statecharts.StateChartScheduler
-
- removeRunListener(RunListener) - Method in class repast.simphony.engine.environment.AbstractRunner
-
- removeRunListener(RunListener) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Removes a run listener.
- removeRunListener(RunListener) - Method in interface repast.simphony.engine.environment.Runner
-
Removes the specified RunListener from the list for RunListener notified by
this runner.
- removeSource(IntegrationSource) - Method in class repast.simphony.integration.DefaultExtProgRunner
-
- removeSource(IntegrationSource) - Method in interface repast.simphony.integration.ExternalProgramRunner
-
- removeSourceId(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- removeStateChartListener(StateChartListener) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- removeStateChartListener(StateChartListener) - Method in interface repast.simphony.statecharts.StateChart
-
- removeStaticLayerButton - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- removeSubContext(Context<? extends T>) - Method in class repast.simphony.context.AbstractContext
-
- removeSubContext(Context<? extends T>) - Method in interface repast.simphony.context.Context
-
- removeSubContext(Context<? extends T>) - Method in class repast.simphony.context.FormerDefaultContext
-
- removeSubscriber(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
- removeSubscriber(T) - Method in interface repast.simphony.relogo.OutOfContextSubject
-
- removeTableModelListener(TableModelListener) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
- removeTurtleFromAgentSet(AgentSet, Turtle) - Static method in class repast.simphony.relogo.Utility
-
- removeTurtleFromCollection(Collection, Turtle) - Static method in class repast.simphony.relogo.Utility
-
- removeValueLayer(String) - Method in class repast.simphony.context.AbstractContext
-
Removes the named ValueLayer from this Context.
- removeValueLayer(String) - Method in interface repast.simphony.context.Context
-
Removes the named ValueLayer from this Context.
- removeValueLayer(String) - Method in class repast.simphony.context.FormerDefaultContext
-
Removes the named ValueLayer from this Context.
- removeVertex(T) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- removeVertex(T) - Method in class repast.simphony.space.graph.JungNetwork
-
- removeViewListener(DockableFrameListener) - Method in class repast.simphony.ui.RSGui
-
Removes the specified listener as a listener for view events.
- removeWatcher(Object) - Method in class repast.simphony.engine.watcher.Notifier2
-
Removes the specified watcher from this notifier.
- removeWindow(StateChart) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.WindowRegistry
-
- renameFileIfExists(String) - Static method in class repast.simphony.data2.util.DataUtilities
-
Rename any existing file with the specified filename.
- rend - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- render(Graphics, Rectangle, Color) - Method in class repast.simphony.relogo.image.NLImage
-
Render the primitive into the specified graphics context at the
specified scale.
- render(Graphics, Rectangle, double, Color) - Method in class repast.simphony.relogo.image.NLImage
-
Render the primitive into the specified graphics context at the
specified scale.
- render(Graphics, Rectangle, Color) - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
Render the primitive into the specified graphics context at the
specified scale.
- render() - Method in interface repast.simphony.render.Renderer
-
Render the display.
- render() - Method in class repast.simphony.render.RendererManager
-
Calls render on each Renderer contained in this RendererManager.
- render() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- render(MapContent) - Method in class repast.simphony.visualization.gis.Updater
-
Deprecated.
- render() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- render() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
The render method is alled each time the simulation runner thread steps
the schedule.
- render() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- render() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- renderableToObjectMap - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- Renderer - Interface in repast.simphony.render
-
Interface for classes that can render agents etc in a display.
- renderer - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- RendererListenerSupport - Class in repast.simphony.render
-
Support class making it easier to add and remove renderListeners and fire render events.
- RendererListenerSupport() - Constructor for class repast.simphony.render.RendererListenerSupport
-
- RendererManager - Class in repast.simphony.render
-
Manages a collection of Renderers, allowing client code to call update and
pause them collectively.
- RendererManager() - Constructor for class repast.simphony.render.RendererManager
-
- RenderEvent - Class in repast.simphony.render
-
- RenderEvent(Object) - Constructor for class repast.simphony.render.RenderEvent
-
- renderFinished(RenderEvent) - Method in interface repast.simphony.render.RenderListener
-
- renderingCode(Rectangle) - Method in class repast.simphony.relogo.image.NLImage
-
Generate code to render this image in the specified rectangle.
- renderingCode(Rectangle) - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
Generate code to render this image in the specified rectangle.
- renderingShape(Rectangle) - Method in class repast.simphony.relogo.image.NLImagePrimitive
-
Generate a shape representation of this image in the specified rectangle.
- RenderListener - Interface in repast.simphony.render
-
- renderQuality - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Render quality for surface objects
- renderQuality - Variable in class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
-
- renderStarted() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
-
- renewDocument() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
-
Renew the document by replacing the root node with the one of the new
document
- reorder(List, SortedMap) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Re-order the columns according to the column indices provided in dirs.
- reorder(List, String) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Re-order the columns according to the string representation provided by orderBys.
- reorder() - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- reordering - Variable in class repast.simphony.ui.table.TableFilterDialog
-
- reordering - Variable in class repast.simphony.visualization.gui.CoverageStyleStep
-
- reordering - Variable in class repast.simphony.visualization.gui.StyleStep
-
- repaint() - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- repaint() - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- repast.simphony.adaptation.ga - package repast.simphony.adaptation.ga
-
- repast.simphony.adaptation.neural - package repast.simphony.adaptation.neural
-
- repast.simphony.adaptation.regression - package repast.simphony.adaptation.regression
-
- repast.simphony.annotate - package repast.simphony.annotate
-
- repast.simphony.batch - package repast.simphony.batch
-
- repast.simphony.batch.eclipse - package repast.simphony.batch.eclipse
-
- repast.simphony.batch.parameter - package repast.simphony.batch.parameter
-
- repast.simphony.batch.ssh - package repast.simphony.batch.ssh
-
- repast.simphony.chart2 - package repast.simphony.chart2
-
- repast.simphony.chart2.engine - package repast.simphony.chart2.engine
-
- repast.simphony.chart2.gui - package repast.simphony.chart2.gui
-
- repast.simphony.chart2.wizard - package repast.simphony.chart2.wizard
-
- repast.simphony.context - package repast.simphony.context
-
- repast.simphony.context.space.continuous - package repast.simphony.context.space.continuous
-
- repast.simphony.context.space.gis - package repast.simphony.context.space.gis
-
- repast.simphony.context.space.graph - package repast.simphony.context.space.graph
-
- repast.simphony.context.space.grid - package repast.simphony.context.space.grid
-
- repast.simphony.context.space.physics - package repast.simphony.context.space.physics
-
- repast.simphony.data.analysis - package repast.simphony.data.analysis
-
- repast.simphony.data2 - package repast.simphony.data2
-
- repast.simphony.data2.builder - package repast.simphony.data2.builder
-
- repast.simphony.data2.engine - package repast.simphony.data2.engine
-
- repast.simphony.data2.gui - package repast.simphony.data2.gui
-
- repast.simphony.data2.util - package repast.simphony.data2.util
-
- repast.simphony.data2.wizard - package repast.simphony.data2.wizard
-
- repast.simphony.dataLoader - package repast.simphony.dataLoader
-
- repast.simphony.dataLoader.engine - package repast.simphony.dataLoader.engine
-
- repast.simphony.dataLoader.gui - package repast.simphony.dataLoader.gui
-
- repast.simphony.dataLoader.ui - package repast.simphony.dataLoader.ui
-
- repast.simphony.dataLoader.ui.wizard - package repast.simphony.dataLoader.ui.wizard
-
- repast.simphony.dataLoader.ui.wizard.builder - package repast.simphony.dataLoader.ui.wizard.builder
-
- repast.simphony.dataLoader.util - package repast.simphony.dataLoader.util
-
- repast.simphony.dataLoader.wizard - package repast.simphony.dataLoader.wizard
-
- repast.simphony.engine.controller - package repast.simphony.engine.controller
-
- repast.simphony.engine.environment - package repast.simphony.engine.environment
-
- repast.simphony.engine.graph - package repast.simphony.engine.graph
-
- repast.simphony.engine.schedule - package repast.simphony.engine.schedule
-
- repast.simphony.engine.watcher - package repast.simphony.engine.watcher
-
- repast.simphony.engine.watcher.query - package repast.simphony.engine.watcher.query
-
- repast.simphony.essentials - package repast.simphony.essentials
-
- repast.simphony.filter - package repast.simphony.filter
-
- repast.simphony.freezedry - package repast.simphony.freezedry
-
- repast.simphony.freezedry.datasource - package repast.simphony.freezedry.datasource
-
- repast.simphony.freezedry.engine - package repast.simphony.freezedry.engine
-
- repast.simphony.freezedry.freezedryers - package repast.simphony.freezedry.freezedryers
-
- repast.simphony.freezedry.freezedryers.proj - package repast.simphony.freezedry.freezedryers.proj
-
- repast.simphony.freezedry.gui - package repast.simphony.freezedry.gui
-
- repast.simphony.freezedry.wizard - package repast.simphony.freezedry.wizard
-
- repast.simphony.gis.dataLoader - package repast.simphony.gis.dataLoader
-
- repast.simphony.gis.display - package repast.simphony.gis.display
-
- repast.simphony.gis.engine - package repast.simphony.gis.engine
-
- repast.simphony.gis.freezedry - package repast.simphony.gis.freezedry
-
- repast.simphony.gis.legend - package repast.simphony.gis.legend
-
- repast.simphony.gis.styleEditor - package repast.simphony.gis.styleEditor
-
- repast.simphony.gis.tools - package repast.simphony.gis.tools
-
- repast.simphony.gis.ui - package repast.simphony.gis.ui
-
- repast.simphony.gis.ui.probe - package repast.simphony.gis.ui.probe
-
- repast.simphony.gis.util - package repast.simphony.gis.util
-
- repast.simphony.gis.visualization.engine - package repast.simphony.gis.visualization.engine
-
- repast.simphony.gis.xml - package repast.simphony.gis.xml
-
- repast.simphony.groovy.math - package repast.simphony.groovy.math
-
- repast.simphony.integration - package repast.simphony.integration
-
- repast.simphony.integration.eclipse - package repast.simphony.integration.eclipse
-
- repast.simphony.parameter - package repast.simphony.parameter
-
- repast.simphony.parameter.bsf - package repast.simphony.parameter.bsf
-
- repast.simphony.parameter.groovy - package repast.simphony.parameter.groovy
-
- repast.simphony.parameter.optimizer - package repast.simphony.parameter.optimizer
-
- repast.simphony.parameter.xml - package repast.simphony.parameter.xml
-
- repast.simphony.plugin - package repast.simphony.plugin
-
- repast.simphony.query - package repast.simphony.query
-
- repast.simphony.query.space.continuous - package repast.simphony.query.space.continuous
-
- repast.simphony.query.space.gis - package repast.simphony.query.space.gis
-
- repast.simphony.query.space.graph - package repast.simphony.query.space.graph
-
- repast.simphony.query.space.grid - package repast.simphony.query.space.grid
-
- repast.simphony.query.space.projection - package repast.simphony.query.space.projection
-
- repast.simphony.random - package repast.simphony.random
-
- repast.simphony.relogo - package repast.simphony.relogo
-
- repast.simphony.relogo.ast - package repast.simphony.relogo.ast
-
- repast.simphony.relogo.builder - package repast.simphony.relogo.builder
-
- repast.simphony.relogo.factories - package repast.simphony.relogo.factories
-
- repast.simphony.relogo.image - package repast.simphony.relogo.image
-
- repast.simphony.relogo.styles - package repast.simphony.relogo.styles
-
- repast.simphony.relogo.util - package repast.simphony.relogo.util
-
- repast.simphony.render - package repast.simphony.render
-
- repast.simphony.runtime - package repast.simphony.runtime
-
- repast.simphony.scenario - package repast.simphony.scenario
-
- repast.simphony.scenario.data - package repast.simphony.scenario.data
-
- repast.simphony.scenario.eclipse - package repast.simphony.scenario.eclipse
-
- repast.simphony.space - package repast.simphony.space
-
- repast.simphony.space.continuous - package repast.simphony.space.continuous
-
- repast.simphony.space.delaunay - package repast.simphony.space.delaunay
-
- repast.simphony.space.gis - package repast.simphony.space.gis
-
- repast.simphony.space.graph - package repast.simphony.space.graph
-
- repast.simphony.space.grid - package repast.simphony.space.grid
-
- repast.simphony.space.physics - package repast.simphony.space.physics
-
- repast.simphony.space.projection - package repast.simphony.space.projection
-
- repast.simphony.sql - package repast.simphony.sql
-
- repast.simphony.statecharts - package repast.simphony.statecharts
-
- repast.simphony.statecharts.generator - package repast.simphony.statecharts.generator
-
- repast.simphony.statecharts.old - package repast.simphony.statecharts.old
-
- repast.simphony.statecharts.runtime - package repast.simphony.statecharts.runtime
-
- repast.simphony.ui - package repast.simphony.ui
-
- repast.simphony.ui.action - package repast.simphony.ui.action
-
- repast.simphony.ui.editor - package repast.simphony.ui.editor
-
- repast.simphony.ui.filters - package repast.simphony.ui.filters
-
- repast.simphony.ui.newscenario - package repast.simphony.ui.newscenario
-
- repast.simphony.ui.parameters - package repast.simphony.ui.parameters
-
- repast.simphony.ui.plugin - package repast.simphony.ui.plugin
-
- repast.simphony.ui.plugin.editor - package repast.simphony.ui.plugin.editor
-
- repast.simphony.ui.probe - package repast.simphony.ui.probe
-
- repast.simphony.ui.sparkline - package repast.simphony.ui.sparkline
-
- repast.simphony.ui.sweep - package repast.simphony.ui.sweep
-
- repast.simphony.ui.table - package repast.simphony.ui.table
-
- repast.simphony.ui.tree - package repast.simphony.ui.tree
-
- repast.simphony.ui.widget - package repast.simphony.ui.widget
-
- repast.simphony.userpanel.ui - package repast.simphony.userpanel.ui
-
- repast.simphony.util - package repast.simphony.util
-
- repast.simphony.util.bytecode - package repast.simphony.util.bytecode
-
- repast.simphony.util.collections - package repast.simphony.util.collections
-
- repast.simphony.util.wizard - package repast.simphony.util.wizard
-
- repast.simphony.valueLayer - package repast.simphony.valueLayer
-
- repast.simphony.visualization - package repast.simphony.visualization
-
- repast.simphony.visualization.cgd - package repast.simphony.visualization.cgd
-
- repast.simphony.visualization.cgd.algorithm - package repast.simphony.visualization.cgd.algorithm
-
- repast.simphony.visualization.cgd.graph - package repast.simphony.visualization.cgd.graph
-
- repast.simphony.visualization.cgd.util - package repast.simphony.visualization.cgd.util
-
- repast.simphony.visualization.continuous - package repast.simphony.visualization.continuous
-
- repast.simphony.visualization.decorator - package repast.simphony.visualization.decorator
-
- repast.simphony.visualization.editedStyle - package repast.simphony.visualization.editedStyle
-
- repast.simphony.visualization.editor - package repast.simphony.visualization.editor
-
- repast.simphony.visualization.editor.gis - package repast.simphony.visualization.editor.gis
-
- repast.simphony.visualization.editor.space - package repast.simphony.visualization.editor.space
-
- repast.simphony.visualization.engine - package repast.simphony.visualization.engine
-
- repast.simphony.visualization.gis - package repast.simphony.visualization.gis
-
- repast.simphony.visualization.gis3D - package repast.simphony.visualization.gis3D
-
- repast.simphony.visualization.gis3D.style - package repast.simphony.visualization.gis3D.style
-
- repast.simphony.visualization.grid - package repast.simphony.visualization.grid
-
- repast.simphony.visualization.gui - package repast.simphony.visualization.gui
-
- repast.simphony.visualization.gui.styleBuilder - package repast.simphony.visualization.gui.styleBuilder
-
- repast.simphony.visualization.network - package repast.simphony.visualization.network
-
- repast.simphony.visualization.visualization2D - package repast.simphony.visualization.visualization2D
-
- repast.simphony.visualization.visualization2D.layout - package repast.simphony.visualization.visualization2D.layout
-
- repast.simphony.visualization.visualization2D.style - package repast.simphony.visualization.visualization2D.style
-
- repast.simphony.visualization.visualization3D - package repast.simphony.visualization.visualization3D
-
- repast.simphony.visualization.visualization3D.layout - package repast.simphony.visualization.visualization3D.layout
-
- repast.simphony.visualization.visualization3D.style - package repast.simphony.visualization.visualization3D.style
-
- repast.simphony.visualizationOGL2D - package repast.simphony.visualizationOGL2D
-
- repast.simphony.xml - package repast.simphony.xml
-
- REPAST_LIB_DIRECTORY_PN - Static variable in interface repast.simphony.batch.BatchConstants
-
- RepastBatchMain - Class in repast.simphony.runtime
-
Main class used to start batch runs.
- RepastBatchMain() - Constructor for class repast.simphony.runtime.RepastBatchMain
-
- RepastCanvas2D - Class in repast.simphony.visualization.visualization2D
-
- RepastCanvas2D() - Constructor for class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- RepastCanvas2D.repastPiccoloMouseMotionListener - Class in repast.simphony.visualization.visualization2D
-
Deprecated.
Assists mouse wheel zoom control by updating the center coord
- RepastCanvas2D.repastPiccoloMouseWheelListener - Class in repast.simphony.visualization.visualization2D
-
Deprecated.
Zoom control with mouse wheel
- RepastCanvas3D - Class in repast.simphony.visualization.visualization3D
-
- RepastCanvas3D(GraphicsConfiguration) - Constructor for class repast.simphony.visualization.visualization3D.RepastCanvas3D
-
- RepastCanvas3D(GraphicsConfiguration, boolean) - Constructor for class repast.simphony.visualization.visualization3D.RepastCanvas3D
-
- RepastCoverageFactory - Class in repast.simphony.space.gis
-
Factory that provides support for creating GridCoverage2D instances that are
writable.
- RepastCoverageFactory() - Constructor for class repast.simphony.space.gis.RepastCoverageFactory
-
- RepastEdge<T> - Class in repast.simphony.space.graph
-
- RepastEdge() - Constructor for class repast.simphony.space.graph.RepastEdge
-
- RepastEdge(T, T, boolean) - Constructor for class repast.simphony.space.graph.RepastEdge
-
- RepastEdge(T, T, boolean, double) - Constructor for class repast.simphony.space.graph.RepastEdge
-
- RepastElement - Interface in repast.simphony.context
-
Represents an object that has an identifier, and provides the ability to get and set the identifier.
- RepastEssentials - Class in repast.simphony.essentials
-
- RepastEssentials() - Constructor for class repast.simphony.essentials.RepastEssentials
-
- RepastFitnessFunction - Class in repast.simphony.adaptation.ga
-
- RepastFitnessFunction(Object, String) - Constructor for class repast.simphony.adaptation.ga.RepastFitnessFunction
-
- RepastGA - Class in repast.simphony.adaptation.ga
-
- RepastGA(Object, String, int, Gene[]) - Constructor for class repast.simphony.adaptation.ga.RepastGA
-
- RepastJoSQLFunctionHandler - Class in repast.simphony.sql
-
- RepastJoSQLFunctionHandler() - Constructor for class repast.simphony.sql.RepastJoSQLFunctionHandler
-
- RepastMain - Class in repast.simphony.runtime
-
Main class for launching Repast Simphony application
- RepastMain() - Constructor for class repast.simphony.runtime.RepastMain
-
- RepastMapLayer - Class in repast.simphony.gis.display
-
- RepastMapLayer(FeatureCollection, Style, String) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastMapLayer(FeatureCollection, Style) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastMapLayer(FeatureSource, Style, String) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastMapLayer(FeatureSource, Style) - Constructor for class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- RepastNeuralWrapper - Class in repast.simphony.adaptation.neural
-
A wrapper around a NeuralNet.
- RepastNeuralWrapper() - Constructor for class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
The default constructor for a network wrapper.
- RepastNeuralWrapper(NeuralNet) - Constructor for class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
This creates a basic network wrapper, however this cannot be used until
Layers, Synapses, and
so forth have been specified.
- RepastPajekEdgeTransformer - Class in repast.simphony.space.graph
-
- RepastPajekEdgeTransformer() - Constructor for class repast.simphony.space.graph.RepastPajekEdgeTransformer
-
- RepastPajekVertexTransformer - Class in repast.simphony.space.graph
-
- RepastPajekVertexTransformer() - Constructor for class repast.simphony.space.graph.RepastPajekVertexTransformer
-
- RepastPiccoloMouseMotionListener() - Constructor for class repast.simphony.visualization.gis.DisplayGIS.RepastPiccoloMouseMotionListener
-
Deprecated.
- repastPiccoloMouseMotionListener() - Constructor for class repast.simphony.visualization.visualization2D.RepastCanvas2D.repastPiccoloMouseMotionListener
-
Deprecated.
- RepastPiccoloMouseWheelListener() - Constructor for class repast.simphony.visualization.gis.DisplayGIS.RepastPiccoloMouseWheelListener
-
Deprecated.
- repastPiccoloMouseWheelListener() - Constructor for class repast.simphony.visualization.visualization2D.RepastCanvas2D.repastPiccoloMouseWheelListener
-
Deprecated.
- RepastRasterLayer - Class in repast.simphony.gis.display
-
- RepastRasterLayer(GridCoverage2D, Style, String) - Constructor for class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- RepastRasterLayer(GridCoverage2D, Style) - Constructor for class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- RepastRegressionModel - Class in repast.simphony.adaptation.regression
-
- RepastRegressionModel(boolean) - Constructor for class repast.simphony.adaptation.regression.RepastRegressionModel
-
- RepastStatusBar - Class in repast.simphony.visualization.gis3D
-
This implementation of WW StatusBar fixes bugs relating to disposal
and WW shutdown to make sure all objects within are disposed properly,
notably the Timer and PropertyChangeListeners.
- RepastStatusBar() - Constructor for class repast.simphony.visualization.gis3D.RepastStatusBar
-
- RepastStereoOptionSceneController - Class in repast.simphony.visualization.gis3D
-
Custom WWJ SceneController subclass for Repast GIS display
- RepastStereoOptionSceneController() - Constructor for class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
-
- RepastStereoOptionSceneController.RenderQuality - Enum in repast.simphony.visualization.gis3D
-
RenderQuality determines the WWJ AbstractSceneController split scale value.
- RepastSurfaceImage - Class in repast.simphony.visualization.gis3D
-
Customized SurfaceImage implementation for Repast GIS display that provides
finer control over texture rendering such as anti-alias modes.
- RepastSurfaceImage(BufferedImage, Sector) - Constructor for class repast.simphony.visualization.gis3D.RepastSurfaceImage
-
- RepastSurfaceImage(Object, Iterable<? extends LatLon>) - Constructor for class repast.simphony.visualization.gis3D.RepastSurfaceImage
-
- RepastTexture - Class in repast.simphony.visualization.gis3D
-
RepastTexture overrides the default WorldWind Texture so that it can provide
options for smoothing (anti-aliasing) in cases such as raster layers.
- RepastTexture(Object, boolean) - Constructor for class repast.simphony.visualization.gis3D.RepastTexture
-
- RepastViewControlsSelectListener - Class in repast.simphony.visualization.gis3D
-
This implementation of RepastViewControlsSelectListener fixes bugs relating
to disposal and WW shutdown to make the Timer is released.
- RepastViewControlsSelectListener(WorldWindow, ViewControlsLayer) - Constructor for class repast.simphony.visualization.gis3D.RepastViewControlsSelectListener
-
- RepastWorldWindowGLCanvas - Class in repast.simphony.visualization.gis3D
-
This implementation of WorldWindowGLCanvas fixes bugs relating to disposal
and WW shutdown to make sure all objects within are disposed properly.
- RepastWorldWindowGLCanvas() - Constructor for class repast.simphony.visualization.gis3D.RepastWorldWindowGLCanvas
-
- RepastWorldWindowGLJPanel - Class in repast.simphony.visualization.gis3D
-
This implementation of WorldWindowGLJPanel fixes bugs relating to disposal
and WW shutdown to make sure all objects within are disposed properly.
- RepastWorldWindowGLJPanel() - Constructor for class repast.simphony.visualization.gis3D.RepastWorldWindowGLJPanel
-
- repeat(Number, Closure) - Static method in class repast.simphony.relogo.Utility
-
Runs a set of commands a number of times.
- replaceAction(Object, ControllerAction, ControllerAction) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
Replaces a given action with the specified action.
- replaceAction(Object, ControllerAction, ControllerAction) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
Replaces a given action with the specified action.
- replaceContextId(Object, Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- replaceContextId(Object, Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- replaceItem(int, List, Object) - Static method in class repast.simphony.relogo.Utility
-
Returns a list with the item at location index replaced with a value.
- replaceItem(int, String, String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string with the substring at a specified location replaced with
another string.
- replaceNode(T, T) - Method in class repast.simphony.util.collections.NaryTree
-
Replaces the old object in the tree with the new one.
- replaceNode(T, T) - Method in interface repast.simphony.util.collections.Tree
-
Replaces the old object in the tree with the new one.
- replaceRule(Rule, Rule) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- REPORT_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
-
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.AbstractAction.IntervalRescheduler
-
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.AbstractAction.OneTimeRescheduler
-
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.AbstractAction
-
Reschedule this AbstractAction for execution.
- reschedule(ActionQueue) - Method in interface repast.simphony.engine.schedule.AbstractAction.Rescheduler
-
- reschedule(ActionQueue) - Method in interface repast.simphony.engine.schedule.ISchedulableAction
-
Reschedule this ScheduableAction using the specified queue.
- reschedule(ActionQueue) - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Reschedules all the ISchedulableActions contained by this ScheduleGroup.
- rescheduler - Variable in class repast.simphony.engine.schedule.AbstractAction
-
The Rescheduler used by this AbstractAction to reschedule
it for execution.
- rescheduleRegularTransition(DefaultStateChart<T>, double) - Method in class repast.simphony.statecharts.Transition
-
- rescheduleSelfTransition(DefaultStateChart<T>, double) - Method in class repast.simphony.statecharts.Transition
-
- reset() - Method in class aragost.repast.visualization.DirtyRegion
-
- reset() - Method in class repast.simphony.adaptation.ga.RepastGA
-
- reset() - Method in interface repast.simphony.chart2.ChartCreator
-
Resets the creator prior to creating a chart.
- reset() - Method in class repast.simphony.chart2.HistogramChartCreator
-
- reset() - Method in class repast.simphony.chart2.LineChartCreator
-
- reset() - Method in interface repast.simphony.data2.AggregateDataSource
-
Resets this AggregateDataSource prior to the next get call.
- reset() - Method in class repast.simphony.data2.BatchRunDataSource
-
- reset() - Method in class repast.simphony.data2.CountDataSource
-
- reset() - Method in class repast.simphony.data2.engine.AggregateDataSourceWrapper
-
- reset() - Method in class repast.simphony.data2.ParameterDataSource
-
- reset() - Method in class repast.simphony.data2.RandomSeedDataSource
-
- reset() - Method in class repast.simphony.data2.TickCountDataSource
-
- reset() - Method in class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
-
- reset() - Method in class repast.simphony.dataLoader.ui.wizard.XMLLoaderOption
-
- reset() - Method in class repast.simphony.engine.watcher.WatchAnnotationReader
-
- reset() - Method in class repast.simphony.freezedry.AbstractDataSource
-
Resets this data source.
- reset() - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
Resets this data source by deleting all the files in the current directory.
- reset() - Method in interface repast.simphony.freezedry.FreezeDryedDataSource
-
- reset() - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
- reset() - Method in class repast.simphony.integration.DataFileWriter
-
- reset() - Method in class repast.simphony.integration.RandomAccessWriter
-
This jumps the file offset back to the previously marked position.
- reset(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- reset(Parameters) - Method in class repast.simphony.parameter.ConstantSetter
-
Sets the constant parameter value
- reset(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
- reset(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- reset(Parameters) - Method in class repast.simphony.parameter.ListParameterSetter
-
Resets the index of the parameters to the next value.
- reset(Parameters) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- reset(Parameters) - Method in interface repast.simphony.parameter.ParameterSetter
-
- reset(Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Resets all the parameter initializers
- reset(Parameters) - Method in class repast.simphony.parameter.RunParameterSetter
-
Resets the run count to 0.
- reset(Parameters) - Method in class repast.simphony.parameter.SimpleParameterSetter
-
- reset(T, int...) - Method in class repast.simphony.query.space.grid.AbstractGridQuery
-
Resets the query to use the specified source and extent.
- reset() - Method in class repast.simphony.random.DefaultRandomRegistry
-
Resets this random registry by doing the following:
invalidates any live default distributions
removes (de-registers) any non-default distributions
removes (de-registers) any non-default random number generators
creates a new default random number generator with the current time
as its seed
creates a new default uniform distributions
- reset() - Method in interface repast.simphony.random.RandomRegistry
-
Resets this random registry by doing the following:
invalidates any live default distributions
removes (de-registers) any non-default distributions
removes (de-registers) any non-default random number generators
creates a new default random number generator with the current time
as its seed
creates a new default uniform distributions
- reset() - Method in class repast.simphony.statecharts.DefaultIntegrator
-
- reset() - Method in interface repast.simphony.statecharts.StateChartSimIntegrator
-
Resets this StateChartSimIntegrator.
- reset(Parameters) - Method in class repast.simphony.ui.GUIParametersManager
-
Resets the parameters to the default values passed in on the constructor.
- reset() - Method in class repast.simphony.ui.GUIParametersManager
-
Resets the parameters managed by this GUIParametersManager back to their
default values.
- reset() - Method in class repast.simphony.ui.probe.ProbeManager
-
- reset() - Method in class repast.simphony.ui.RSApplication
-
Resets the gui and runtime infrastructure for another simulation run.
- reset() - Method in class repast.simphony.ui.RSGui
-
- reset() - Method in class repast.simphony.util.IntRange
-
- reset() - Method in class repast.simphony.util.RandomAccessScanner
-
Positions the stream to the position last marked.
- reset() - Method in class repast.simphony.valueLayer.AbstractGridFunction
-
Resets this GridFunction so it can be used again.
- reset() - Method in class repast.simphony.visualization.editor.EditorFactory
-
Deprecated.
Resets this EditorFactory prior to a simulation run.
- reset() - Method in class repast.simphony.visualization.editor.EditorNotifier
-
Deprecated.
Resets the editor manager prior to another simulation run.
- reset() - Method in class repast.simphony.visualization.visualization3D.BehaviorTracker
-
- reset() - Method in class repast.simphony.visualization.visualization3D.layout.JungRandomVertexLocationDecorator
-
Resets all vertex locations returned by getLocation
to new (random) locations.
- RESET_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- RESET_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- RESET_INDEX - Static variable in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- RESET_LAYOUT_ACTION - Static variable in class repast.simphony.ui.RSGUIConstants
-
- resetAllToggleButtons() - Static method in class repast.simphony.relogo.Utility
-
- resetBatchRun(int) - Method in class repast.simphony.data2.BatchRunDataSource
-
Resets the batch run number to the specified batch run.
- resetChildren(ParameterSetter, Parameters) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
- resetHomeView() - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- resetHomeView() - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- resetHomeView() - Method in interface repast.simphony.visualization.IDisplay
-
Resets the home (initial) view of the display
- resetHomeView() - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- resetHomeView() - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
Resets the display view to the original zoom and camera bounds
- resetHomeView() - Method in class repast.simphony.visualization.visualization3D.Display3D
-
Resets the view to the original zoom and camera position
- resetHomeView() - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- resetIndex - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- resetInstance() - Method in class repast.simphony.relogo.ReLogoModel
-
- resetLayer(ValueLayer, ValueLayerStyleOGL) - Method in class repast.simphony.visualizationOGL2D.ValueLayerDisplayLayer
-
- ResetLayout - Class in repast.simphony.ui.action
-
Action for reseting the layout.
- ResetLayout() - Constructor for class repast.simphony.ui.action.ResetLayout
-
- resetLayout() - Method in class repast.simphony.ui.RSApplication
-
Resets the layout to the initial layout.
- resetLayout(InputStream) - Method in class repast.simphony.ui.RSGui
-
Resets the layout using a layout file that defines the initial state.
- resetParameters() - Method in class repast.simphony.ui.parameters.ParametersUI
-
- resetPerspective() - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- ResetRun - Class in repast.simphony.ui.action
-
Action for reseting a run
- ResetRun() - Constructor for class repast.simphony.ui.action.ResetRun
-
- resetSchedule(ISchedule) - Method in class repast.simphony.data2.TickCountDataSource
-
Resets the schedule in this TickCountDataSource to the specified schedule.
- resetSeed(Integer) - Method in class repast.simphony.data2.RandomSeedDataSource
-
Resets the random seed that this data source produces to the specified
seed.
- resetTicks() - Static method in class repast.simphony.relogo.Utility
-
The tick counter is reset to zero.
- resetTimer() - Static method in class repast.simphony.relogo.Utility
-
The timer is reset to zero seconds.
- resetToDefault() - Method in class repast.simphony.ui.parameters.BooleanParameterBinder
-
- resetToDefault() - Method in class repast.simphony.ui.parameters.DefaultParameterBinder
-
- resetToDefault() - Method in class repast.simphony.ui.parameters.FPRangeParameterBinder
-
- resetToDefault() - Method in class repast.simphony.ui.parameters.ListParameterBinder
-
- resetToDefault() - Method in interface repast.simphony.ui.parameters.ParameterBinder
-
Resets the JComponent to the default value of its parameter.
- resetToDefault() - Method in class repast.simphony.ui.parameters.RandomSeedParameterBinder
-
- resetToDefault() - Method in class repast.simphony.ui.parameters.RangeParameterBinder
-
- resetToDefault() - Method in class repast.simphony.ui.parameters.ReadOnlyParameterBinder
-
- resetValue() - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- resetValue() - Method in class repast.simphony.parameter.ByteSteppedSetter
-
Resets the next value to the base value.
- resetValue() - Method in class repast.simphony.parameter.IntSteppedSetter
-
Resets the next value to the base value.
- resetValue() - Method in class repast.simphony.parameter.ListParameterSetter
-
- resetValue() - Method in class repast.simphony.parameter.LongSteppedSetter
-
Resets the next value to the base value.
- resetValue() - Method in class repast.simphony.parameter.ShortSteppedSetter
-
Resets the next value to the base value.
- resetValues() - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- resetVisibleEdgesAndVertices() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- reshape(GLAutoDrawable, float, float, VRoot) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- resize(Dimension) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
When a visualization is resized, it presumably wants to fix the locations
of the vertices and possibly to reinitialize its data.
- resolve() - Method in class repast.simphony.statecharts.DefaultStateChart
-
- resolve() - Method in interface repast.simphony.statecharts.StateChart
-
- resolveActions - Variable in enum repast.simphony.statecharts.StateChartScheduler
-
- restart() - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- restarted() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been restarted after a pause.
- restarted() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been restarted after a pause.
- restarted() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
-
- restarted() - Method in class repast.simphony.data2.AbstractDataSetManager
-
- restarted() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been restarted after a pause.
- restarted() - Method in class repast.simphony.relogo.ReLogoModel
-
- restarted() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- restarted() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been restarted after a pause.
- restore() - Method in class repast.simphony.integration.DataFileReader
-
- resultProducer - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- resumeReLogo() - Static method in class repast.simphony.relogo.Utility
-
- resumeRun() - Method in class repast.simphony.engine.environment.RunEnvironment
-
Resumes the current run.
- retainAll(Collection<?>) - Method in class repast.simphony.context.FormerDefaultContext
-
- retainAll(Collection<?>) - Method in class repast.simphony.context.SmallDefaultContext
-
- retrieve(InputPatternListener) - Method in class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
This method will retrieve a result Pattern from a network based on the in
parameter.
This method will remove all outputs and inputs from the
network, and then it will add a DirectSynapse as an output, and the in
parameter as an input.
- retrieveClasses() - Method in class repast.simphony.dataLoader.wizard.JDBCDataStep
-
- retrieveClasses() - Method in interface repast.simphony.freezedry.gui.ClassRetrievable
-
- retrieveClasses() - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- retrieveRunCompletionStatus() - Method in class repast.simphony.batch.ssh.LocalSession
-
- retrieveRunCompletionStatus() - Method in class repast.simphony.batch.ssh.RemoteSession
-
Retrieves the run completion status (e.g.
- retrieveRunCompletionStatus() - Method in interface repast.simphony.batch.ssh.Session
-
Retrieves the run completion status (e.g.
- returned - Variable in class repast.simphony.util.collections.RandomIterable
-
- returnEqualSet(Set<Object>, Set<Object>) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
two vertices or edges to compare to see if they are equal
- returnMatchingCoordinate(Object) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
Returns a visualization-specific key that can be used to access UserData
related to the AbstractLayout.
- reverse(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list in reversed order.
- reverse(String) - Static method in class repast.simphony.relogo.Utility
-
Returns a string in reversed order.
- revert(Parameters) - Method in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- revert(Parameters) - Method in class repast.simphony.parameter.DoubleSteppedSetter
-
- revert(Parameters) - Method in class repast.simphony.parameter.FloatSteppedSetter
-
- revert(Parameters) - Method in class repast.simphony.parameter.ListParameterSetter
-
- revert(Parameters) - Method in interface repast.simphony.parameter.optimizer.OptimizableParameterSetter
-
- revertValue - Variable in class repast.simphony.parameter.AbstractSweepParameterSetter
-
- rgb(Number, Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a rgb color list.
- right(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Rotates the turtle to the right num degrees.
- right(Number) - Method in interface repast.simphony.relogo.Turtle
-
Rotates the turtle to the right num degrees.
- rightIndex(int, int) - Method in class repast.simphony.context.space.graph.Lattice2DGenerator
-
- RigidBodyFactory - Class in repast.simphony.space.physics
-
- RigidBodyFactory() - Constructor for class repast.simphony.space.physics.RigidBodyFactory
-
- RLColor - Class in repast.simphony.relogo
-
- RLColor() - Constructor for class repast.simphony.relogo.RLColor
-
- RLDimensions - Class in repast.simphony.relogo
-
- RLDimensions(int, int, int, int) - Constructor for class repast.simphony.relogo.RLDimensions
-
- RLWorldDimensions - Class in repast.simphony.relogo.factories
-
- RLWorldDimensions(int, int, int, int) - Constructor for class repast.simphony.relogo.factories.RLWorldDimensions
-
- RLWorldDimensions(int, int, int, int, RLWorldDimensions.WorldType) - Constructor for class repast.simphony.relogo.factories.RLWorldDimensions
-
- RLWorldDimensions(int, int, int, int, PointTranslator) - Constructor for class repast.simphony.relogo.factories.RLWorldDimensions
-
- RLWorldDimensions.WorldType - Enum in repast.simphony.relogo.factories
-
World types supported.
- root(int) - Method in class org.jscience.physics.amount.Amount
-
Returns the given root of this measure.
- root - Variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- rootLabel - Variable in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
-
- rootObject - Variable in class repast.simphony.gis.legend.LegendModel
-
Deprecated.
- rootSetter - Variable in class repast.simphony.parameter.ParameterTreeSweeper
-
- rotate(double[], double) - Method in class repast.simphony.context.AbstractSpatialContext
-
- rotation - Variable in class repast.simphony.visualization.network.EdgeVisualItem
-
- rotation - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- rotation - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- ROTATION_MODE - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- rotationChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- rotationGroup - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- rotX - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- rotXChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- rotY - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- rotYChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- rotZ - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- rotZChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- round(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the closest integer to the number.
- roundGlobe - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- row - Variable in class repast.simphony.chart2.XYDataSinkSourceSeries
-
- Row() - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries.Row
-
- Row(XYDataSinkSourceSeries.Row) - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries.Row
-
- row - Variable in class repast.simphony.freezedry.datasource.DFRowData
-
- ROW_DELIMITER - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- rowEnded() - Method in class repast.simphony.chart2.HistogramDataSink
-
- rowEnded() - Method in class repast.simphony.chart2.XYDataSinkSourceSeries
-
- rowEnded() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
-
- rowEnded() - Method in class repast.simphony.data2.BatchParamMapFileWriter
-
- rowEnded() - Method in class repast.simphony.data2.ConsoleDataSink
-
- rowEnded() - Method in interface repast.simphony.data2.DataSink
-
Notifies this DataSink that the last append was end of a "row."
- rowEnded() - Method in class repast.simphony.data2.FileDataSink
-
- rowFilterSet - Variable in class repast.simphony.ui.table.TablePanel
-
- rows() - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Returns the number of rows int matrix.
- rows() - Method in interface repast.simphony.context.space.graph.AdjacencyMatrix
-
Returns the number of rows in this matrix.
- ROWS - Static variable in class repast.simphony.integration.DataFileElements.ARRAY_ATTRS
-
- ROWS - Static variable in class repast.simphony.integration.DataFileElements.TABLE_ATTRS
-
- rowStarted() - Method in class repast.simphony.chart2.HistogramDataSink
-
- rowStarted() - Method in class repast.simphony.chart2.XYDataSinkSourceSeries
-
- rowStarted() - Method in class repast.simphony.chart2.XYDataSinkValueSeries
-
- rowStarted() - Method in class repast.simphony.data2.BatchParamMapFileWriter
-
- rowStarted() - Method in class repast.simphony.data2.ConsoleDataSink
-
- rowStarted() - Method in interface repast.simphony.data2.DataSink
-
Notifies this DataSink that the next append is that start of a "row." of
data.
- rowStarted() - Method in class repast.simphony.data2.FileDataSink
-
- RowTable - Class in repast.simphony.ui.table
-
Auxiliary table that only provides numbered row headers for another main table.
- RowTable(JTable) - Constructor for class repast.simphony.ui.table.RowTable
-
- RSAppConfigurator - Class in repast.simphony.ui
-
- RSAppConfigurator(RSApplication, File) - Constructor for class repast.simphony.ui.RSAppConfigurator
-
- RSApplication - Class in repast.simphony.ui
-
Main application mediator type object for Repast Simphony runtime.
- RSApplication(UIActionExtensions, ModelPluginLoader) - Constructor for class repast.simphony.ui.RSApplication
-
- RSGui - Class in repast.simphony.ui
-
Mediator for gui manipulation.
- RSGui(DockingManager, ScenarioTree) - Constructor for class repast.simphony.ui.RSGui
-
- RSGUIConstants - Class in repast.simphony.ui
-
- RSGUIConstants() - Constructor for class repast.simphony.ui.RSGUIConstants
-
- RSUIPlugin - Class in repast.simphony.ui
-
SAF UI plugin for repast.simphony simphony gui.
- RSUIPlugin() - Constructor for class repast.simphony.ui.RSUIPlugin
-
- rt(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Rotates the turtle to the right num degrees.
- rt(Number) - Method in interface repast.simphony.relogo.Turtle
-
Rotates the turtle to the right num degrees.
- rule - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- RuleCreator - Class in repast.simphony.gis.styleEditor
-
Utility class for creating Styles from rules and rule editing.
- RuleCreator() - Constructor for class repast.simphony.gis.styleEditor.RuleCreator
-
- RuleEditPanel - Class in repast.simphony.gis.styleEditor
-
Editor panel for single rule GIS style that lets the user specify the style
shape, fill, line color, etc.
- RuleEditPanel() - Constructor for class repast.simphony.gis.styleEditor.RuleEditPanel
-
- run(CommandLine, String[]) - Method in class repast.simphony.batch.BatchInit
-
- run(String[]) - Method in class repast.simphony.batch.BatchMain
-
Deprecated.
- run(File) - Method in class repast.simphony.batch.BatchRunner
-
Run a pre-built scenario.
- run(BatchScenarioCreator) - Method in class repast.simphony.batch.BatchRunner
-
Run a scenario created from the specified BatchScenarioCreator.
- run() - Method in class repast.simphony.batch.BatchRunner
-
- run() - Method in class repast.simphony.batch.ClusterOutputCombiner
-
- run(String, String, String, String) - Method in class repast.simphony.batch.ClusterOutputFinder
-
Runs the cluster output finder.
- run() - Method in class repast.simphony.batch.InstanceRunner
-
- run(String) - Method in class repast.simphony.batch.LocalDriver
-
- run(int, Parameters) - Method in class repast.simphony.batch.OneRunBatchRunner
-
- run() - Method in class repast.simphony.batch.ssh.BatchParameterChunker
-
- run(File) - Method in class repast.simphony.batch.ssh.LocalOutputFinder
-
- run(LocalSession, File, String) - Method in class repast.simphony.batch.ssh.LocalStatusCopier
-
- run(List<String>, List<File>, String) - Method in class repast.simphony.batch.ssh.OutputAggregator
-
- run(RemoteSession, String, String) - Method in class repast.simphony.batch.ssh.RemoteOutputFinderCopier
-
- run(RemoteSession, String, String) - Method in class repast.simphony.batch.ssh.RemoteStatusCopier
-
- run(RemoteSession, String) - Method in class repast.simphony.batch.ssh.RemoteStatusGetter
-
- run() - Method in class repast.simphony.batch.ssh.SessionsDriver
-
- run(AnalysisPluginWizard) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- run() - Method in class repast.simphony.data.analysis.PluginOutputStream
-
- run(File) - Method in class repast.simphony.dataLoader.DataLoaderScenarioCreatorExtension
-
Automatically adds a class name data loader action entry to the created
scenario, if the implemention in the score file is a DataLoader.
- run(String, Filter<String>) - Method in class repast.simphony.engine.watcher.WatcheeDataFinder
-
Finds @Watch annotations and creates WatcheeData from them.
- run() - Method in class repast.simphony.essentials.DevNull
-
- run(String) - Method in class repast.simphony.relogo.AbstractLink
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.AbstractObserver
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.AbstractPatch
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.AbstractTurtle
-
Interprets a string as commands then runs the commands.
- run(String) - Method in class repast.simphony.relogo.Link
-
Interprets a string as commands then runs the commands.
- run(String) - Method in interface repast.simphony.relogo.Observer
-
Interprets a string as commands then runs the commands.
- run(String) - Method in interface repast.simphony.relogo.Patch
-
Interprets a string as commands then runs the commands.
- run(String) - Method in interface repast.simphony.relogo.Turtle
-
Interprets a string as commands then runs the commands.
- run(String[]) - Method in class repast.simphony.runtime.RepastBatchMain
-
- run(UserPathData) - Method in class repast.simphony.scenario.ScenarioCPInitializer
-
- run(File) - Method in interface repast.simphony.scenario.ScenarioCreatorExtension
-
Perform some addition operation w/r to scenario file creation and return
an optional ScenarioEntry that can be put in the scenario.xml file.
- run(UserPathData) - Method in class repast.simphony.scenario.ScenarioWatcheeInitializer
-
- run(String[]) - Method in class repast.simphony.ui.RSUIPlugin
-
- run(String) - Method in class repast.simphony.util.Unzipper
-
- run() - Method in interface repast.simphony.visualization.DisplayEditorLifecycle
-
Deprecated.
Runs the editor.
- run() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Runs the editor.
- run() - Method in class repast.simphony.visualization.editor.DisplayEditor3D
-
Deprecated.
Runs the editor.
- run() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Runs the editor.
- RUN_MENU_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- RUN_TOOLS - Static variable in class repast.simphony.ui.RSGUIConstants
-
- runCleanup(RunState, Object) - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
-
- runCleanup(RunState, Object) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
-
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
- runCleanup(RunState, Context<? extends T>) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
- runCleanup() - Method in interface repast.simphony.engine.controller.Controller
-
Cleans up the action after a run just occurred.
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the runCleanup method on all the actions this registry contains, with
runState as an argument.
- runCleanup() - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the runCleanup method of this class with all the contexts in the
controller registry in the order they are returned by that registry.
- runCleanup(RunState, Context<? extends T>) - Method in class repast.simphony.engine.controller.NullAbstractControllerAction
-
Does nothing.
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.controller.WatcherControllerAction
-
- runCleanup(RunState, Object) - Method in interface repast.simphony.engine.environment.ControllerAction
-
Cleans up the action after a run just occurred.
- runCleanup(RunState, Object) - Method in class repast.simphony.engine.environment.DefaultControllerAction
-
Does nothing.
- runCleanup(RunState, Object) - Method in class repast.simphony.gis.engine.GeographyProjectionController
-
- runCleanup(RunState, Object) - Method in class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
-
- runCleanup(RunState, Object) - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
-
- runCleanup(RunState, Object) - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
-
- runDistributed(String[]) - Method in class repast.simphony.batch.BatchMain
-
- runEnded(RunState, Object) - Method in class repast.simphony.data2.AbstractDataSetManager
-
- runEnded(RunState, Object) - Method in class repast.simphony.data2.BatchRunDataSetManager
-
- runEnded(RunState, Object) - Method in interface repast.simphony.data2.DataSetManager
-
Notifies this DataSetManager that an individual run has ended.
- runEnded(RunState, Object) - Method in class repast.simphony.data2.SingleRunDataSetManager
-
- RunEnvironment - Class in repast.simphony.engine.environment
-
Provides access to the environment in which a particular model run executes.
- RunEnvironmentBuilder - Interface in repast.simphony.engine.environment
-
Builder for creating a RunEnvironment object.
- RunInfo - Class in repast.simphony.engine.environment
-
A class that contains information on a simulation run.
- RunInfo(String, int, int) - Constructor for class repast.simphony.engine.environment.RunInfo
-
Creates this run info with the specified model name, batch run number
number, and run number and default value of false for isBatch.
- RunInfo(String, int, int, boolean) - Constructor for class repast.simphony.engine.environment.RunInfo
-
Creates this run info with the specified model name, batch run number
number, run number, and whether or not this is a run in a true batch run.
- RunInfo(RunInfo) - Constructor for class repast.simphony.engine.environment.RunInfo
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.data2.engine.FileSinkComponentControllerAction
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
This delegates to
#runInitialize(RunState, Context) after finding
the context with the given contextId.
This is the same as
runInitialize(runState, findContextInRunState(runState, contextId));
- runInitialize(RunState, Context<? extends T>, Parameters) - Method in class repast.simphony.engine.controller.AbstractControllerAction
-
- runInitialize(Parameters) - Method in interface repast.simphony.engine.controller.Controller
-
Initializes the action for a single run (possibly one of many).
- runInitialize(RunState, Context, Parameters) - Method in class repast.simphony.engine.controller.DefaultContextSchedulableControllerAction
-
Schedules on the model schedule the descriptor's iterable with it executing the descriptor's
method name.
- runInitialize(Parameters) - Method in class repast.simphony.engine.controller.DefaultController
-
Calls the runInitialize method of this class with all the contexts in the
controller registry in the order they are returned by that registry.
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.DefaultRandomStreamAction
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.DefaultSchedulableAction
-
Schedules on the model schedule the descriptor's IAction with the descriptor's
ScheduleParameters.
- runInitialize(RunState, Context<? extends T>, Parameters) - Method in class repast.simphony.engine.controller.NullAbstractControllerAction
-
Does nothing.
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.SchedulingControllerAction
-
Schedule's the action with the schedule parameters on the schedule.
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.controller.WatcherControllerAction
-
Add a watch context listener to the master context and processes any
objects already in the master context.
- runInitialize(RunState, Object, Parameters) - Method in interface repast.simphony.engine.environment.ControllerAction
-
Initializes the action for a single run (possibly one of many).
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.engine.environment.DefaultControllerAction
-
Does nothing.
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.gis.engine.GeographyProjectionController
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.gis.visualization.engine.GeographyVizProjectionController
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptorAction
-
- runInitialize(RunState, Object, Parameters) - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
-
- RunListener - Interface in repast.simphony.engine.environment
-
Interface for those classes that want listen for Run events: started, stopped and so on.
- runListeners - Variable in class repast.simphony.engine.environment.AbstractRunner
-
- runModel() - Method in class repast.simphony.batch.ssh.LocalSession
-
- runModel() - Method in class repast.simphony.batch.ssh.RemoteSession
-
Runs the model for this Session.
- runModel() - Method in interface repast.simphony.batch.ssh.Session
-
Runs the model for this Session.
- Runner - Interface in repast.simphony.engine.environment
-
Interface for the action that will execute a schedule in the
ControllerRegistry.
- RunningStatus - Enum in repast.simphony.batch
-
The status of a run.
- runNumber - Variable in class repast.simphony.parameter.RunParameterSetter
-
- RunOptionsModel - Class in repast.simphony.ui
-
Model for getting and setting pause, end times, and sparkline length via the
gui.
- RunOptionsModel() - Constructor for class repast.simphony.ui.RunOptionsModel
-
- RunOptionsPanel - Class in repast.simphony.ui
-
- RunOptionsPanel() - Constructor for class repast.simphony.ui.RunOptionsPanel
-
- RunParameterSetter - Class in repast.simphony.parameter
-
A
ParameterSetter that signifies a set of nested parameters being
executed multiple times.
- RunParameterSetter(int) - Constructor for class repast.simphony.parameter.RunParameterSetter
-
The number of times this and its nested parameters should be run.
- runParameterSetters(Parameters) - Method in interface repast.simphony.engine.controller.Controller
-
Initializes the parameters for the current run.
- runParameterSetters(Parameters) - Method in class repast.simphony.engine.controller.DefaultController
-
- runresult(String) - Method in class repast.simphony.relogo.AbstractLink
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.AbstractObserver
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.AbstractPatch
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.AbstractTurtle
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in class repast.simphony.relogo.Link
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in interface repast.simphony.relogo.Observer
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in interface repast.simphony.relogo.Patch
-
Interprets a string as a command then returns the result.
- runresult(String) - Method in interface repast.simphony.relogo.Turtle
-
Interprets a string as a command then returns the result.
- RunResultProducer - Interface in repast.simphony.parameter
-
- runSetter - Variable in class repast.simphony.parameter.ParameterTreeSweeper
-
- RunSQLModel - Class in repast.simphony.sql
-
A plugin for executing SQL on agents.
- RunSQLModel() - Constructor for class repast.simphony.sql.RunSQLModel
-
- runStarted(RunState, Object, Parameters) - Method in class repast.simphony.data2.AbstractDataSetManager
-
- runStarted() - Method in class repast.simphony.data2.BatchParamMapFileWriter
-
Notifies this BatchParamMapFileWriter that another batch run has started,
so we write the current parameter values to a file.
- runStarted(RunState, Object, Parameters) - Method in class repast.simphony.data2.BatchRunDataSetManager
-
- runStarted(RunState, Object, Parameters) - Method in interface repast.simphony.data2.DataSetManager
-
Notifies this DataSetManager that an individual run has started.
- runStarted(RunState, Object, Parameters) - Method in class repast.simphony.data2.SingleRunDataSetManager
-
- RunState - Class in repast.simphony.engine.environment
-
A class that contains information about the current (or upcoming) simulation
run.
- runState - Variable in class repast.simphony.parameter.groovy.CustomParameterSetter
-
- RuntimeTestFormatter(Map<String, AbstractFormatter.ItemFormatter>, String, int) - Constructor for class repast.simphony.data2.AbstractFormatter.RuntimeTestFormatter
-
- runValue - Variable in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- s - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- safeMasterContext - Static variable in class repast.simphony.engine.environment.RunState
-
- SampleStyleTableModel - Class in repast.simphony.gis.styleEditor
-
Table for the Range panel that shows how the icon fill appears according to
the range rules.
- SampleStyleTableModel() - Constructor for class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
- save(XStream, ClassNameDataLoaderAction, String) - Method in class repast.simphony.dataLoader.engine.CNDataLoaderActionSaver
-
- save(XStream, DFDataLoaderControllerAction, String) - Method in class repast.simphony.dataLoader.engine.DFDataLoaderActionSaver
-
- save(XStream, XMLDataLoaderAction, String) - Method in class repast.simphony.dataLoader.engine.XMLDataLoaderActionSaver
-
- save() - Method in class repast.simphony.dataLoader.ui.CNDataLoaderActionPanel
-
- save() - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptorFillerPanel
-
- save() - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptorFillerPanel
-
- save(XStream, T, String) - Method in interface repast.simphony.scenario.ActionSaver
-
- save(XStream, T, String) - Method in class repast.simphony.scenario.DefaultActionSaver
-
- save(XStream, DescriptorControllerAction, String) - Method in class repast.simphony.scenario.DescriptorActionSaver
-
- save(ActionExtensions, Scenario) - Method in class repast.simphony.scenario.ScenarioSaver
-
- save(String, Graph, String) - Method in class repast.simphony.space.graph.ORANetWriter
-
- save(Graph, String) - Method in class repast.simphony.space.graph.PajekNetWriter
-
- save() - Method in class repast.simphony.ui.editor.SchedulableActionEditor
-
- save() - Method in class repast.simphony.ui.plugin.editor.UISaver
-
- save() - Method in class repast.simphony.ui.RSApplication
-
Saves the current scenario.
- save(File, String) - Method in class repast.simphony.ui.widget.SnapshotTaker
-
Saves the snapshot to the specified file and in the
specified format.
- SAVE_AS_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SAVE_DEFAULT_LAYOUT_ACTION - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SAVE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SAVE_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SAVE_LAYOUT_ACTION - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SAVE_PARAMS - Static variable in class repast.simphony.ui.RSGUIConstants
-
- saveAs() - Method in class repast.simphony.ui.RSApplication
-
Saves the current scenario into a user specified scenario directory.
- SaveAsDefaultLayout - Class in repast.simphony.ui.action
-
Action for saving the the current layout as a scenario
default.
- SaveAsDefaultLayout() - Constructor for class repast.simphony.ui.action.SaveAsDefaultLayout
-
- saveAsDefaultLayout() - Method in class repast.simphony.ui.RSApplication
-
Saves the current view layout as the default layout for the current
scenario.
- SaveAsModel - Class in repast.simphony.ui.action
-
Action for saving a model with save as semantics.
- SaveAsModel() - Constructor for class repast.simphony.ui.action.SaveAsModel
-
- saveCurrentParameters() - Method in class repast.simphony.ui.RSApplication
-
Saves the current parameters to a parameters.xml file in the current
scenario directory.
- SaveCurrentParams - Class in repast.simphony.ui.action
-
Action for saving the current parameters values as defaults.
- SaveCurrentParams() - Constructor for class repast.simphony.ui.action.SaveCurrentParams
-
- saveCurrentSettings(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- SaveLayout - Class in repast.simphony.ui.action
-
Action for saving the current frame layout.
- SaveLayout() - Constructor for class repast.simphony.ui.action.SaveLayout
-
- saveLayout() - Method in class repast.simphony.ui.RSApplication
-
Saves the current layout to a user selected file.
- saveLayout(File) - Method in class repast.simphony.ui.RSGui
-
Saves the current frame layout to the specified file.
- SaveModel - Class in repast.simphony.ui.action
-
Action for saving a model.
- SaveModel() - Constructor for class repast.simphony.ui.action.SaveModel
-
- saveNetToFile(NeuralNet, String) - Static method in class repast.simphony.adaptation.neural.NeuralUtils
-
Saves a NeuralNet to the specified file.
- saveNetToFile(String) - Method in class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
Saves the neural network this is wrapping to the specified file.
- saveParameters(File) - Method in class repast.simphony.ui.GUIParametersManager
-
Saves the parameters in the specified file.
- saveSingleTableAsExcel(TableModel, String, File) - Static method in class repast.simphony.ui.table.SpreadsheetUtils
-
Creates an Excel workbook from a single TableModel
- saveTablesAsExcel(Map<String, TableModel>, File) - Static method in class repast.simphony.ui.table.SpreadsheetUtils
-
Creates an Excel workbook from a list of Table models, with each TableModel
inserted as a seprate sheet.
- saveValuesProperties() - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- scale(double[], double) - Method in class repast.simphony.context.AbstractSpatialContext
-
- scale(double[], double) - Static method in class repast.simphony.space.SpatialMath
-
Scales the point by the specified amount.
- scale(double, int) - Static method in class repast.simphony.util.SimUtilities
-
Scales a decimal value to the specified number of decimal places.
- scale - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- scaleChanged - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- scaleColor(Number, Number, Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Returns a shaded color.
- scaleDenominator - Variable in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- scaleDenominator - Variable in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- scaleGroup - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- scaling - Variable in class repast.simphony.visualization.visualization3D.Transformer
-
- Scanner - Class in repast.simphony.util
-
A class that will take in an a Readable object and will perform scanning functions on it.
- Scanner(String) - Constructor for class repast.simphony.util.Scanner
-
- Scanner(Readable) - Constructor for class repast.simphony.util.Scanner
-
- Scanner(ReadableByteChannel) - Constructor for class repast.simphony.util.Scanner
-
- Scanner(ReadableByteChannel, String) - Constructor for class repast.simphony.util.Scanner
-
- Scenario - Class in repast.simphony.scenario
-
Encapsulates a repast simphony scenario.
- Scenario(File, ContextData, UserPathData) - Constructor for class repast.simphony.scenario.Scenario
-
- scenario - Variable in class repast.simphony.scenario.ScenarioLoader
-
- scenario - Variable in class repast.simphony.ui.plugin.editor.AbstractWizardEditor
-
- scenario - Variable in class repast.simphony.util.wizard.DynamicWizardModel
-
- SCENARIO_DIRECTORY_PN - Static variable in interface repast.simphony.batch.BatchConstants
-
- SCENARIO_FILE_NAME - Static variable in class repast.simphony.scenario.Scenario
-
- SCENARIO_FOLDER_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SCENARIO_FOLDER_OPEN_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SCENARIO_LEAF_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- scenarioChanged(ScenarioChangedEvent) - Method in class repast.simphony.scenario.Scenario
-
- scenarioChanged(ScenarioChangedEvent) - Method in interface repast.simphony.scenario.ScenarioChangedListener
-
Called whenever the Scenario has changed.
- ScenarioChangedEvent - Class in repast.simphony.scenario
-
Event used to convey data about a scenario change.
- ScenarioChangedEvent(Object, String) - Constructor for class repast.simphony.scenario.ScenarioChangedEvent
-
- ScenarioChangedListener - Interface in repast.simphony.scenario
-
Interface for classes that need to be notified if a scenario has changed.
- ScenarioChangedSupport - Class in repast.simphony.scenario
-
Support class for registering ScenarioChagedListeners and firing scenario changed events.
- ScenarioChangedSupport() - Constructor for class repast.simphony.scenario.ScenarioChangedSupport
-
- ScenarioConstants - Interface in repast.simphony.scenario
-
- ScenarioCPInitializer - Class in repast.simphony.scenario
-
Initializes the classpath for a scenario from the user patn file.
- ScenarioCPInitializer() - Constructor for class repast.simphony.scenario.ScenarioCPInitializer
-
- ScenarioCreator - Class in repast.simphony.scenario
-
Creates a scenario.xml file.
- ScenarioCreator(File, File) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path,
copying a model.score file from the model path.
- ScenarioCreator(File, File, String) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path,
copying a model.score file from the model path and using the specified modelInitializer.
- ScenarioCreator(File, File, boolean) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path,
copying a model.score file from the model path and using the specified modelInitializer.
- ScenarioCreator(File, File, String, boolean) - Constructor for class repast.simphony.scenario.ScenarioCreator
-
Creates a ScenarioCreator that will create a scenario.xml in the specified scenario path,
copying a model.score file from the model path and using the specified modelInitializer.
- ScenarioCreatorExtension - Interface in repast.simphony.scenario
-
Interface for classes that want to add additional functionality to
the creation of a scenario file.
- ScenarioCreatorExtensions - Class in repast.simphony.plugin
-
Loads scenario.creator.plugin extensions.
- ScenarioCreatorExtensions() - Constructor for class repast.simphony.plugin.ScenarioCreatorExtensions
-
- ScenarioEntry - Interface in repast.simphony.scenario
-
Encapsulates an action entry in a scenario.xml file.
- ScenarioFileLoader - Class in repast.simphony.scenario
-
Parses a scenario.xml file and loads the serialized controller actions into a
ControllerRegistry.
- ScenarioFileLoader(ControllerActionIOExtensions) - Constructor for class repast.simphony.scenario.ScenarioFileLoader
-
Creates a ScenarioFileLoader that will load actions using
the specified ControllerActionIOExtensions to do the loading.
- ScenarioLoader - Class in repast.simphony.scenario
-
Loads a scenario, setting up the user classpath, action tree, parameters, etc.
- ScenarioLoader(File, ActionExtensions) - Constructor for class repast.simphony.scenario.ScenarioLoader
-
- ScenarioLoadException - Exception in repast.simphony.scenario
-
Exception thrown during scenario loading.
- ScenarioLoadException() - Constructor for exception repast.simphony.scenario.ScenarioLoadException
-
- ScenarioLoadException(String, Throwable) - Constructor for exception repast.simphony.scenario.ScenarioLoadException
-
- ScenarioLoadException(String) - Constructor for exception repast.simphony.scenario.ScenarioLoadException
-
- ScenarioLoadException(Throwable) - Constructor for exception repast.simphony.scenario.ScenarioLoadException
-
- ScenarioNode - Class in repast.simphony.ui.tree
-
- ScenarioNode(ActionUI, Object) - Constructor for class repast.simphony.ui.tree.ScenarioNode
-
- ScenarioNode(ActionUI, boolean, Object) - Constructor for class repast.simphony.ui.tree.ScenarioNode
-
- ScenarioSaver - Class in repast.simphony.scenario
-
Saves a scenario, that is, this serializes the scenario action tree.
- ScenarioSaver(ControllerRegistry, File, ContextData) - Constructor for class repast.simphony.scenario.ScenarioSaver
-
- ScenarioSelectionPanel - Class in repast.simphony.ui.newscenario
-
- ScenarioSelectionPanel() - Constructor for class repast.simphony.ui.newscenario.ScenarioSelectionPanel
-
- ScenarioTree - Class in repast.simphony.ui.tree
-
- ScenarioTree(UIActionExtensions) - Constructor for class repast.simphony.ui.tree.ScenarioTree
-
- ScenarioTree.LabelComparator - Class in repast.simphony.ui.tree
-
- ScenarioTree.PropertiesMenu - Class in repast.simphony.ui.tree
-
- ScenarioTreeCellRenderer - Class in repast.simphony.ui.tree
-
Sets the appearance of nodes and leafs in the Scenario Tree.
- ScenarioTreeCellRenderer() - Constructor for class repast.simphony.ui.tree.ScenarioTreeCellRenderer
-
- ScenarioTreeEvent - Class in repast.simphony.ui.tree
-
- ScenarioTreeEvent(Object, Scenario, ControllerRegistry, ScenarioTree, int) - Constructor for class repast.simphony.ui.tree.ScenarioTreeEvent
-
- ScenarioUtils - Class in repast.simphony.scenario
-
Provides access to the scenario directory.
- ScenarioUtils() - Constructor for class repast.simphony.scenario.ScenarioUtils
-
- ScenarioWatcheeInitializer - Class in repast.simphony.scenario
-
Initializes watchers using scenario model file data.
- ScenarioWatcheeInitializer() - Constructor for class repast.simphony.scenario.ScenarioWatcheeInitializer
-
- sceneRoot - Variable in class repast.simphony.visualization.visualization3D.Display3D
-
- SchedulableActionActionUI - Class in repast.simphony.ui.editor
-
- SchedulableActionActionUI(DefaultSchedulableAction) - Constructor for class repast.simphony.ui.editor.SchedulableActionActionUI
-
- SchedulableActionEditor - Class in repast.simphony.ui.editor
-
- SchedulableActionEditor(DefaultSchedulableAction) - Constructor for class repast.simphony.ui.editor.SchedulableActionEditor
-
- SchedulableDescriptor - Interface in repast.simphony.engine.schedule
-
A descriptor for something that will get scheduled.
- schedule(ScheduleParameters, Object, GraphExecutor<?>) - Method in class repast.simphony.engine.graph.DefaultGraphSchedule
-
Schedules the execution of a graph starting with the specified root node.
- schedule(ScheduleParameters, Object, Network, Executor<Object>) - Method in class repast.simphony.engine.graph.DefaultGraphSchedule
-
Schedules a Repast network to be executed.
- schedule(ScheduleParameters, Object, GraphExecutor<?>) - Method in interface repast.simphony.engine.graph.IGraphSchedule
-
Schedules the execution of a graph starting with the specified root node.
- schedule(ScheduleParameters, Object, Network, Executor<Object>) - Method in interface repast.simphony.engine.graph.IGraphSchedule
-
Schedules a Repast network to be executed.
- schedule(ScheduleParameters, IAction) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the specified IAction for execution according to the specified schedule parameters.
- schedule(ScheduleParameters, Object, String, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the named method call on the specified target with the specified parameters.
- schedule(Object, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- schedule(Object) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules for execution any methods in the specified object that have been annotated with the
ScheduledMethod annotation.
- Schedule - Class in repast.simphony.engine.schedule
-
Manages the execution of IAction-s according to a simulation clock.
- Schedule() - Constructor for class repast.simphony.engine.schedule.Schedule
-
Creates a Schedule that by default uses a DefaultSchedulableActionFactory to create its
scheduled actions.
- Schedule(ISchedulableActionFactory) - Constructor for class repast.simphony.engine.schedule.Schedule
-
Creates a Schedule that will use the specified ISchedulableActionFactory to create its scheduled actions.
- schedule(ScheduleParameters, IAction) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the specified IAction for execution according to the specified schedule parameters.
- schedule(ScheduleParameters, Object, String, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the named method call on the specified target with the specified parameters.
- schedule(Object) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules for execution any methods in the specified object that have been annotated with the
ScheduledMethod annotation.
- schedule(Object, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the best matching ScheduleMethod annotated method for execution.
- schedule(ISchedule, Imageable) - Method in class repast.simphony.ui.widget.MovieMakerConfig
-
Schedules the frame capture and movie creation from the specified imageable
on the specified schedule.
- SCHEDULE_ROOT - Static variable in interface repast.simphony.engine.controller.ControllerActionConstants
-
- ScheduleAction(Object, String, Object...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- ScheduleAction(Object, double, String, Object...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- ScheduleAction(Object, double, double, String, Object...) - Static method in class repast.simphony.essentials.RepastEssentials
-
- scheduleBeginTime(double, StateChart<?>) - Method in enum repast.simphony.statecharts.StateChartScheduler
-
Called by generated statechart code to schedule the begin time for a
statechart.
- ScheduledMethod - Annotation Type in repast.simphony.engine.schedule
-
Annotation for scheduling a method.
- ScheduledMethodControllerAction - Class in repast.simphony.engine.controller
-
- ScheduledMethodControllerAction() - Constructor for class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
Creates a ScheduledMethodControllerAction with no methods scheduled.
- ScheduledMethodControllerAction(List<Class<?>>) - Constructor for class repast.simphony.engine.controller.ScheduledMethodControllerAction
-
Creates a ScheduledMethodControllerAction based on the agent classes
contained in the specified data.
- scheduleExecution(Notifier2, Object, Object) - Method in class repast.simphony.engine.watcher.DefaultTriggerScheduler
-
Scheduled the execution of the trigger for all watchers managed by
the notifier.
- scheduleExecution(Notifier2, Object, Object) - Method in class repast.simphony.engine.watcher.ImmediateExecutor
-
Executes the trigger immediately for all watchers managed by
the notifier.
- scheduleExecution(Notifier2, Object, Object) - Method in interface repast.simphony.engine.watcher.TriggerScheduler
-
Schedules the trigger for execution.
- scheduleGraph(ISchedule, ScheduleParameters, Object, Executor<GraphParams<E>>) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Schedules the execution of a graph starting with the specified root node.
- scheduleGraph(ISchedule, ScheduleParameters, Object, Network, Executor<Object>) - Static method in class repast.simphony.engine.graph.GraphScheduleUtilities
-
Schedules a Repast network to be executed.
- ScheduleGroup - Class in repast.simphony.engine.schedule
-
A collection of ISchedulableActions.
- ScheduleGroup() - Constructor for class repast.simphony.engine.schedule.ScheduleGroup
-
- scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Schedules the named method call on each object returned by specified target with the specified parameters.
- scheduleIterable(ScheduleParameters, Iterable, String, boolean, Object...) - Method in class repast.simphony.engine.schedule.Schedule
-
Schedules the named method call on each object returned by specified target with the specified parameters.
- ScheduleParameters - Class in repast.simphony.engine.schedule
-
Parameters describing when an action should be scheduled.
- ScheduleParameters(double, Frequency, double, double, PriorityType, double) - Constructor for class repast.simphony.engine.schedule.ScheduleParameters
-
- scheduleParams - Variable in class repast.simphony.engine.controller.SchedulingControllerAction
-
- ScheduleParamsPanel - Class in repast.simphony.ui.plugin.editor
-
- ScheduleParamsPanel() - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
This is the same as
new ScheduleParamsPanel(ScheduleParameters.createOneTime(1.0))
.
- ScheduleParamsPanel(ScheduleParameters) - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- ScheduleParamsPanel(ScheduleParameters, boolean) - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- ScheduleParamsPanel(ScheduleParameters, boolean, boolean) - Constructor for class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- ScheduleRegistry - Interface in repast.simphony.engine.environment
-
A registry containing schedule related objects.
- ScheduleRegistryFactory - Interface in repast.simphony.engine.environment
-
Factory for building ScheduleRegistries.
- scheduleResolveTime(double) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- scheduleResolveTime(double, StateChart<?>) - Method in enum repast.simphony.statecharts.StateChartScheduler
-
- ScheduleStep - Class in repast.simphony.visualization.gui
-
- ScheduleStep() - Constructor for class repast.simphony.visualization.gui.ScheduleStep
-
- SchedulingControllerAction - Class in repast.simphony.engine.controller
-
- SchedulingControllerAction(ScheduleParameters, IAction) - Constructor for class repast.simphony.engine.controller.SchedulingControllerAction
-
Constructs this with the specified parameters and action to be scheduled
during the sim's initialization.
- schema - Variable in class repast.simphony.parameter.DefaultParameters
-
- Schema - Interface in repast.simphony.parameter
-
Maps parameter names to a type.
- SCHEMA_FILE_NAME - Static variable in class repast.simphony.integration.DataFileUtils
-
- ScreenShotAction - Class in repast.simphony.visualization.gis3D
-
- ScreenShotAction(WorldWindow) - Constructor for class repast.simphony.visualization.gis3D.ScreenShotAction
-
- ScriptRunner - Class in repast.simphony.parameter.bsf
-
Runs a bsf script to set up a parameter sweep.
- ScriptRunner(RunResultProducer, File) - Constructor for class repast.simphony.parameter.bsf.ScriptRunner
-
Creates a ScriptRunner to run the specified file
using the specified RunResultProducer to optimize
the parameters.
- ScriptRunner(RunResultProducer, AdvancementChooser, File) - Constructor for class repast.simphony.parameter.bsf.ScriptRunner
-
Creates a ScriptRunner to run the specified file
using the specified RunResultProducer, and AdvancementChooser to optimize
the parameters.
- ScriptRunner(File) - Constructor for class repast.simphony.parameter.bsf.ScriptRunner
-
Creates a ScriptRunner to run the specified file.
- scrollPane - Variable in class repast.simphony.ui.table.TablePanel
-
- scrollPane1 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- scrollPane2 - Variable in class repast.simphony.visualization.gui.AgentSelectionPanel
-
- scs - Variable in class repast.simphony.scenario.AbstractDescriptor
-
- SEED - Static variable in class repast.simphony.util.HashCodeUtil
-
An initial value for a hashCode, to which is added
contributions from fields.
- selectColumn() - Method in class repast.simphony.ui.table.TableFilterDialog
-
Sets dialog options based on selected column.
- selectDelimiter(char) - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- SELECTED - Static variable in class repast.simphony.gis.tools.ToolManager
-
- selected() - Method in class repast.simphony.ui.plugin.editor.OptionsContentWizardStepAdapter
-
Invoked when this OptionsDialogContent is selected.
- selected() - Method in interface repast.simphony.ui.plugin.editor.OptionsDialogContent
-
Invoked when this OptionsDialogContent is selected.
- SELECTED_ATTRIBUTE_NAME - Static variable in interface repast.simphony.space.gis.GISConstants
-
- SelectionDecorator - Class in repast.simphony.visualization.editor.gis
-
- SelectionDecorator(MapContent) - Constructor for class repast.simphony.visualization.editor.gis.SelectionDecorator
-
Deprecated.
- SelectionHandler - Class in repast.simphony.visualization.editor
-
- SelectionHandler(PCanvas) - Constructor for class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
- selectNode(String) - Method in class repast.simphony.integration.BeanBuilder
-
- selectNode(Object, String) - Method in class repast.simphony.integration.BeanBuilder
-
- selectNode(String) - Method in class repast.simphony.integration.BeanQueryer
-
Returns the value of JXPathUtils.getXPathNode(rootContext, null, path)}.
- selectNode(Object, String) - Method in class repast.simphony.integration.BeanQueryer
-
- selectNode(String) - Method in class repast.simphony.integration.DataFileWriter
-
- selectNode(Object, String) - Method in class repast.simphony.integration.DataFileWriter
-
- selectNode(String) - Method in class repast.simphony.integration.JDOMBuilder
-
- selectNode(Object, String) - Method in class repast.simphony.integration.JDOMBuilder
-
- selectNode(String) - Method in class repast.simphony.integration.JDOMQueryer
-
Selects the node using the given xpath string.
- selectNode(Object, String) - Method in class repast.simphony.integration.JDOMQueryer
-
Selects the node using the given xpath string.
- selectNode(String) - Method in interface repast.simphony.integration.Queryable
-
Selects a node from using the current location (or root if no such thing exists) using the
specified path.
- selectNode(Object, String) - Method in interface repast.simphony.integration.Queryable
-
Selects a node using the specified context as the current location.
- selectNodes(String) - Method in class repast.simphony.integration.BeanBuilder
-
- selectNodes(Object, String) - Method in class repast.simphony.integration.BeanBuilder
-
- selectNodes(String) - Method in class repast.simphony.integration.BeanQueryer
-
- selectNodes(Object, String) - Method in class repast.simphony.integration.BeanQueryer
-
- selectNodes(String) - Method in class repast.simphony.integration.DataFileWriter
-
- selectNodes(Object, String) - Method in class repast.simphony.integration.DataFileWriter
-
- selectNodes(String) - Method in class repast.simphony.integration.JDOMBuilder
-
- selectNodes(Object, String) - Method in class repast.simphony.integration.JDOMBuilder
-
- selectNodes(String) - Method in class repast.simphony.integration.JDOMQueryer
-
Retrieves a list of nodes as specified in the select node methods.
- selectNodes(Object, String) - Method in class repast.simphony.integration.JDOMQueryer
-
Retrieves a list of nodes as specified in the select node methods.
- selectNodes(String) - Method in interface repast.simphony.integration.Queryable
-
Selects multiple nodes using the query.
- selectNodes(Object, String) - Method in interface repast.simphony.integration.Queryable
-
Selects multiple nodes using the query based at the specified context.
- selectNodes(PStack, boolean) - Method in class repast.simphony.visualization.editor.PNodeSelector
-
Deprecated.
Selects the agent and optionally the edge nodes in the PStack.
- selectNodes(PStack) - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
- self() - Method in class repast.simphony.relogo.AbstractLink
-
Returns this turtle, patch, or link.
- self() - Method in class repast.simphony.relogo.AbstractPatch
-
Returns this turtle, patch, or link.
- self() - Method in class repast.simphony.relogo.AbstractTurtle
-
Returns this turtle, patch, or link.
- self() - Method in class repast.simphony.relogo.Link
-
Returns this turtle, patch, or link.
- self() - Method in interface repast.simphony.relogo.Patch
-
Returns this turtle, patch, or link.
- self() - Method in interface repast.simphony.relogo.Turtle
-
Returns this turtle, patch, or link.
- SelfTransition<T> - Class in repast.simphony.statecharts
-
- SelfTransition(Trigger, AbstractState<T>, double) - Constructor for class repast.simphony.statecharts.SelfTransition
-
- SelfTransition(String, Trigger, AbstractState<T>, double) - Constructor for class repast.simphony.statecharts.SelfTransition
-
- SelfTransitionBuilder<T> - Class in repast.simphony.statecharts
-
- SelfTransitionBuilder(AbstractState<T>) - Constructor for class repast.simphony.statecharts.SelfTransitionBuilder
-
- SelfTransitionBuilder(String, AbstractState<T>) - Constructor for class repast.simphony.statecharts.SelfTransitionBuilder
-
- selfTransitions - Variable in class repast.simphony.statecharts.DefaultStateChart
-
- sentence(Object...) - Static method in class repast.simphony.relogo.Utility
-
Creates a list from the objects.
- Separation - Class in repast.simphony.visualization.cgd.util
-
- Separation(int, TreeSet[], TreeSet[], TreeSet[], TreeSet[], int, TreeSet) - Constructor for class repast.simphony.visualization.cgd.util.Separation
-
- SERIALIZATION_ID - Static variable in class repast.simphony.data2.engine.FileSinkControllerActionIO
-
- serialVersionUID - Static variable in class repast.simphony.essentials.RepastEssentials
-
- SeriesConfigTableModel - Class in repast.simphony.chart2.wizard
-
TableModel for configuring series in a time series chart.
- SeriesConfigTableModel(TimeSeriesChartDescriptor, DataSetDescriptor) - Constructor for class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- SeriesData(String, Color) - Constructor for class repast.simphony.chart2.engine.TimeSeriesChartDescriptor.SeriesData
-
- SeriesData(int, double) - Constructor for class repast.simphony.chart2.XYDataSinkSourceSeries.SeriesData
-
- SeriesData() - Constructor for class repast.simphony.chart2.XYDataSinkValueSeries.SeriesData
-
- serverURI - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel
-
- Session - Interface in repast.simphony.batch.ssh
-
- SESSION_HOST - Static variable in class repast.simphony.batch.ssh.Configuration
-
- SESSION_INSTANCES - Static variable in class repast.simphony.batch.ssh.Configuration
-
- SESSION_KEY_FILE - Static variable in class repast.simphony.batch.ssh.Configuration
-
- SESSION_USER - Static variable in class repast.simphony.batch.ssh.Configuration
-
- SessionBuilder - Class in repast.simphony.batch.ssh
-
Builds Session objects.
- SessionBuilder() - Constructor for class repast.simphony.batch.ssh.SessionBuilder
-
- SessionException - Exception in repast.simphony.batch.ssh
-
Exception used to wrap errors that occur during
Session execution.
- SessionException(String, Throwable) - Constructor for exception repast.simphony.batch.ssh.SessionException
-
- SessionException(String) - Constructor for exception repast.simphony.batch.ssh.SessionException
-
- SessionPropsParser - Class in repast.simphony.batch.ssh
-
Parses a Sessions properties file into individual Session instances.
- SessionPropsParser() - Constructor for class repast.simphony.batch.ssh.SessionPropsParser
-
- sessions() - Method in class repast.simphony.batch.ssh.Configuration
-
Gets an iterable over the sessions described in this Configuration.
- SessionsDriver - Class in repast.simphony.batch.ssh
-
Distributes parameters to remote ssh'able hosts and locally.
- SessionsDriver(String) - Constructor for class repast.simphony.batch.ssh.SessionsDriver
-
- set(int, int, double) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets a data value in this matrix.
- set(DisplayDescriptor) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- set(double, int...) - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
Sets the specified cell to the specified value.
- set(double, double...) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Sets the specified point to the specified value.
- set(long, double) - Method in class repast.simphony.valueLayer.DenseValueLayerStore
-
- set(double, int...) - Method in class repast.simphony.valueLayer.GridValueLayer
-
Sets the specified cell to the specified value.
- set(double, int...) - Method in interface repast.simphony.valueLayer.IGridValueLayer
-
Sets the specified cell to the specified value.
- set(long, double) - Method in class repast.simphony.valueLayer.SparseValueLayerStore
-
- set(long, double) - Method in interface repast.simphony.valueLayer.ValueLayerStore
-
Set the double value for the specified index.
- set(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the fields of this descriptor from another when making copies.
- set(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
- set(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- set(DisplayDescriptor) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- setAbstractProperties(AbstractState<T>) - Method in class repast.simphony.statecharts.AbstractStateBuilder
-
- setAction(DataLoaderControllerAction) - Method in class repast.simphony.dataLoader.ui.wizard.DataLoaderWizardModel
-
- setAction(IAction) - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Sets the action to be scheduled.
- setAction(IAction) - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Sets the action to be scheduled.
- setAction(FreezerControllerAction) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- setActionName(String) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- setActiveButtons(int) - Method in class repast.simphony.relogo.ReLogoModel
-
- setActiveUUIDs(Set<String>) - Method in class repast.simphony.statecharts.runtime.StateChartSVGModel
-
- setActiveView(DockableFrame) - Method in class repast.simphony.ui.RSGui
-
- setAddEdgeEnabled(boolean) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- setAdder(ContinuousAdder<T>) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Sets the adder used by this space to add new objects.
- setAdder(ContinuousAdder<T>) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Sets the adder used by this space to add new objects.
- setAdder(GISAdder<T>) - Method in class repast.simphony.space.gis.DefaultGeography
-
Sets the current GISAdder that determines how objects are added to the
geometry when added to the containing context.
- setAdder(GISAdder<T>) - Method in interface repast.simphony.space.gis.Geography
-
Sets the current GISAdder that determines how objects are added to the
geometry when added to the containing context.
- setAdder(GISAdder<T>) - Method in class repast.simphony.space.gis.GeographyParameters
-
- setAdder(GridAdder<T>) - Method in class repast.simphony.space.grid.AbstractGrid
-
Sets the adder used by this space to add new objects.
- setAdder(GridAdder<T>) - Method in interface repast.simphony.space.grid.Grid
-
Sets the adder used by this space to add new objects.
- setAdder(GridAdder<T>) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Sets the adder used by this space to add new objects.
- setAdder(ContinuousAdder<T>) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Sets the adder used by this space to add new objects.
- setAddTimeStamp(boolean) - Method in class repast.simphony.data2.engine.FileSinkDescriptor
-
- setAdvancementChooser(AdvancementChooser) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- setAgent(T) - Method in class repast.simphony.statecharts.AbstractTrigger
-
- setAgent(T) - Method in class repast.simphony.statecharts.AgentTransitionMessageChecker
-
- setAgentClass(Class) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- setAgentClasses(Collection<Class<?>>) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- setAgentSet(Set<T>) - Method in class repast.simphony.space.gis.Layer
-
- setAgentType(Class<? extends T>) - Method in class repast.simphony.space.gis.Layer
-
- setAggregateOp(AggregateOp) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- setAlsoAtEnd(boolean) - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- setAlwaysDropDown(boolean) - Method in class repast.simphony.ui.widget.DropDownButton
-
- setAngleFormat(String) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- setAreaOfInterest(ReferencedEnvelope) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
- setArgMatcher(ArgMatcher) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- setArgMatcher(ArgMatcher) - Method in class repast.simphony.engine.watcher.WatchParameters
-
- setArgs(int, Object) - Method in class repast.simphony.engine.schedule.CallBackAction
-
Sets the argument that is passed to the wrapped method.
- setAttractionMultiplier(double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- setAttribute(String, Object) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setAttribute(Name, Object) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setAttribute(int, Object) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setAttribute(T, Object) - Method in interface repast.simphony.space.gis.FeatureAttributeAdapter
-
Sets the value of the attribute.
- setAttributes(List<Object>) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setAttributes(Object[]) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setBackground(Color) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setBackground(Color) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNodeRenderer
-
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setBackgroundColor(Color) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the background color of the display.
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setBackgroundColor(Color) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- setBackgroundColor(Color) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
Sets the background color of this display.
- setBarColor(Color) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- setBaseLinkProperties(Observer, LinkFactory, T, T, boolean, Number) - Method in class repast.simphony.relogo.AbstractLink
-
- setBaseTurtleProperties(Observer, TurtleFactory, String, double, double, NdPoint) - Method in class repast.simphony.relogo.AbstractTurtle
-
- setBatchNumber(int) - Method in class repast.simphony.engine.environment.RunInfo
-
- setBean(Object) - Method in class repast.simphony.parameter.BoundParameters
-
Sets the bean to bind to the contained parameters.
- setBinCount(int) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- setBlueMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setBlueMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setBoundingBox(double, double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- setBoundingBox(BoundingBox) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the BoundingBox for the display.
- setBoundingBox(BoundingBox) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Sets the BoundingBox for the display.
- setBoundingBox(BoundingBox) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the BoundingBox for the display.
- setBoundingBox(BoundingBox) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setBounds(Rectangle2D) - Method in class repast.simphony.relogo.styles.BoundingPPath
-
- setBounds(Rectangle2D) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setBranchGroup(BranchGroup) - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
-
- setBufferedReader(BufferedReader) - Method in class repast.simphony.relogo.FileInfo
-
- setBuilder(T) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
-
- setButtonText(String) - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
-
- setCanvas(ContextCreatorCanvas) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RemoveListener
-
- setCascadeSelection(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- setCellSize(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setChartLabel(String) - Method in class repast.simphony.chart2.AbstractXYChartCreator
-
- setChartTitle(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setChild(VSpatial) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
Sets the VSpatial that this wraps.
- setChildClass(Class) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- setChildId(String) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- setChosenOption(T) - Method in class repast.simphony.util.wizard.DynamicWizardModel
-
- setClasses(Collection<Class<?>>) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- setClassesToLoad(Iterable<Class<?>>) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- setClassLoader(ClassLoader) - Method in class repast.simphony.xml.XMLSerializer
-
Sets the classloader used when serializing / deserializing.
- setClasspathAdditions(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setColor(int, Color) - Method in class repast.simphony.gis.styleEditor.Palette
-
- setColor(Rule, Color) - Static method in class repast.simphony.gis.styleEditor.RuleCreator
-
Sets the color of the symbolizer in the specified rule.
- setColor(Number) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the color of a link to the value color.
- setColor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the color of a turtle to the value color.
- setColor(Number) - Method in class repast.simphony.relogo.Link
-
Sets the color of a link to the value color.
- setColor(double) - Method in class repast.simphony.relogo.TrackingEdge
-
- setColor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the color of a turtle to the value color.
- setColor(Color) - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Sets the color of the decoration.
- setColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setColor(Color) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewEdge
-
- setColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge2D
-
- setColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge3D
-
- setColor(Color) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- setColor(Color) - Method in interface repast.simphony.visualization.visualization3D.Label
-
- setColor(Color) - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- setColorAt(int, Color) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
- setColoredAppearance(Appearance, Color) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
-
- setColorMax(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setColorMax(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setColorMax(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setColorMin(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setColorMin(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setColorMin(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setColorScale(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setColorScale(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setColorScale(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setColorValue(boolean[]) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setCommandLine(CommandLine) - Method in class repast.simphony.integration.CustomExecute
-
- setCommandLineArguments(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setCommandPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setConcatenate(boolean) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets whether or not to concatenate the files that match
pattern.
- setConfiguration(Configuration) - Method in class repast.simphony.adaptation.ga.RepastGA
-
- setConstantValue(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- setConstrainingList(List) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the constraining list.
- setConstrainingRange(Range) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the constraining range.
- setContext(Context) - Method in class repast.simphony.relogo.AbstractObserver
-
- setController(Controller) - Method in class repast.simphony.engine.environment.AbstractRunner
-
- setController(Controller) - Method in interface repast.simphony.engine.environment.Runner
-
- setControllerRegistry(ControllerRegistry) - Method in interface repast.simphony.engine.controller.Controller
-
- setControllerRegistry(ControllerRegistry) - Method in class repast.simphony.engine.controller.DefaultController
-
- setControllerRegistry(ControllerRegistry) - Method in class repast.simphony.engine.environment.RunState
-
- setControllerRegistry(ControllerRegistry) - Method in class repast.simphony.scenario.Scenario
-
- setControllerRegistry(Scenario, ControllerRegistry) - Method in class repast.simphony.ui.tree.ScenarioTree
-
- setConvertor(StringConverter) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the converter for this schema.
- setCreateContextFromData(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- setCRS(String) - Method in class repast.simphony.space.gis.DefaultGeography
-
Sets the coordinate reference system for this Geometry.
- setCRS(CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.DefaultGeography
-
Sets the coordinate reference system for this Geometry.
- setCRS(String) - Method in interface repast.simphony.space.gis.Geography
-
Sets the coordinate reference system for this Geometry.
- setCRS(CoordinateReferenceSystem) - Method in interface repast.simphony.space.gis.Geography
-
Sets the coordinate reference system for this Geometry.
- setCrs(String) - Method in class repast.simphony.space.gis.GeographyParameters
-
Sets the CRS code used to generate the Coordinate Referencing System.
- setCRS(CoordinateReferenceSystem) - Method in class repast.simphony.space.gis.RasterLayer
-
Setting the layer CRS will project the coverage to the new CRS.
- setCurrentDirectory(File) - Method in class repast.simphony.relogo.ReLogoModel
-
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.CoverageStyleStep
-
Set the values of the current element in the agent list when another element
in the list is selected.
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.StyleClassStep
-
- setCurrentElementValues() - Method in class repast.simphony.visualization.gui.StyleStep
-
Set the values of the current element in the agent list when another element
in the list is selected.
- setCurrentFileInfo(FileInfo) - Method in class repast.simphony.relogo.ReLogoModel
-
- setCurrentPlot(String) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setCurrentPlotPen(String) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setData(SimpleFeatureType, Style, FeatureSource) - Method in class repast.simphony.gis.styleEditor.StyleDialog
-
- setData(SimpleFeatureType, Style, FeatureSource) - Method in class repast.simphony.gis.styleEditor.StyleEditorPanel
-
- setData(Object) - Method in class repast.simphony.integration.DataContent
-
- setData(Object) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- setData(Number[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setData(Amount[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setData(double[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setData(float[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setData(int[]) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setDataLoader(Object) - Method in class repast.simphony.dataLoader.ui.wizard.ClassContextActionBuilder
-
Sets the DataLoader to be used to load the data.
- setDataSet(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setDataSet(AbstractHistogramDataset) - Method in class repast.simphony.chart2.SingleHistogramDomainAxis
-
Sets the data set that will be used for determining bin edges.
- setDataSet(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- setDataSource(FreezeDryedDataSource) - Method in class repast.simphony.freezedry.FreezeDryedRegistry
-
Sets this data source to use the specified data source for both reading and writing.
- setDataValueId(String) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
Sets the id of the data source used to provide the data for the time
series.
- setDataVisible(boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
Set the selected status of this entry.
- setDataVisible(boolean, boolean) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
Set the selected status of this entry and whether or not
the selected status should be propogated to children.
- setDataVisible(boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
- setDataVisible(boolean, boolean) - Method in class repast.simphony.gis.legend.LegendLayerEntry
-
Deprecated.
Set the selected status of this entry and whether or not the selected
status should be propogated to children.
- setDbURL(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- setDbURL(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- setDebugStream(PrintStream) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- setDefaultDisplay(IDisplay) - Method in class repast.simphony.relogo.ReLogoModel
-
- setDefaultDistance(double) - Method in class repast.simphony.engine.graph.IterableTraverser
-
Sets the value that will be returned by #getDistance(T, T).
- setDefaultFileExtension(String) - Method in class repast.simphony.data2.gui.FileChooserStep
-
- setDefaultGeometry(Object) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setDefaultGeometryProperty(GeometryAttribute) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setDefaultRule(Rule) - Method in class repast.simphony.gis.styleEditor.ByRangePanelMediator
-
- setDefaultSchedulableActionFactory(ISchedulableActionFactory) - Method in class repast.simphony.engine.graph.DefaultGraphScheduleFactory
-
Sets the default action factory to be used with constructing schedules
- setDefaultSchedulableActionFactory(ISchedulableActionFactory) - Method in class repast.simphony.engine.schedule.DefaultScheduleFactory
-
Sets the action factory that will be used when createSchedule is called
with no arguments.
- setDefaultSchedulableActionFactory(ISchedulableActionFactory) - Method in interface repast.simphony.engine.schedule.IScheduleFactory
-
Sets the action factory that will be used when createSchedule is called
with no arguments.
- setDefaultShape(String, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultShape(Class, String) - Method in class repast.simphony.relogo.AbstractObserver
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultShape(String, String) - Method in class repast.simphony.relogo.factories.TurtleFactory
-
- setDefaultShape(String, String) - Method in interface repast.simphony.relogo.Observer
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultShape(Class, String) - Method in interface repast.simphony.relogo.Observer
-
Sets the default shape for new turtleType turtles to shape.
- setDefaultValue(Object) - Method in class repast.simphony.parameter.DefaultParameterSchema
-
Sets the default value of this parameter.
- setDefaultValue(Object) - Method in interface repast.simphony.parameter.ParameterSchema
-
Sets the default value of this parameter.
- setDelimiter(String) - Method in class repast.simphony.data2.AbstractFormatter
-
- setDelimiter(String) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- setDelimiter(String) - Method in interface repast.simphony.data2.Formatter
-
Sets the delimiter used by this formatter.
- setDelimiter(char) - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- setDelimiter(char) - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
-
- setDepth(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setDescriptor(HistogramChartDescriptor) - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
-
- setDescriptor(TimeSeriesChartDescriptor) - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
-
- setDescriptor(ConsoleSinkDescriptor) - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
-
- setDescriptor(DataSetDescriptor) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- setDescriptor(FileSinkDescriptor) - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
-
- setDescriptor(ContextDescriptor) - Method in class repast.simphony.dataLoader.ui.wizard.builder.GUIContextActionBuilder
-
Sets the descriptor for this DataLoader.
- setDescriptor(Object) - Method in class repast.simphony.dataLoader.ui.wizard.DummyContextActionBuilder
-
Sets the descriptor for this DataLoader.
- setDescriptor(UserPanelDescriptor) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- setDescriptor(PropertyDescriptor) - Method in class repast.simphony.visualization.editor.PropertyDescriptorAdapter
-
Deprecated.
- setDescriptor(DisplayDescriptor) - Method in class repast.simphony.visualization.engine.DisplayComponentControllerAction
-
- setDescriptor(DisplayDescriptor) - Method in class repast.simphony.visualization.gui.DisplayWizardModel
-
- setDescriptorFileName(String) - Method in class repast.simphony.integration.DataFileReader
-
- setDescriptorFileName(String) - Method in class repast.simphony.integration.DataFileWriter
-
- setDest(TriangulationPoint) - Method in class repast.simphony.space.delaunay.QuadEdge
-
Set the destination of this edge.
- setDestFileName(String) - Method in class repast.simphony.integration.DataFileWriter
-
- setDestination(AbstractState<T>) - Method in class repast.simphony.statecharts.HistoryState
-
- setDiffusionConst(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- setDir(String) - Method in class repast.simphony.freezedry.gui.DFDirectoryChooserStep
-
- setDirected(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.ContextDescriptor
-
- setDirected(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- setDirected(boolean) - Method in class repast.simphony.relogo.Link
-
- setDirected(boolean) - Method in class repast.simphony.space.graph.RepastEdge
-
- setDirectoryName(String) - Method in class repast.simphony.dataLoader.ui.wizard.DFDataLoaderContextActionBuilder
-
- setDirectoryName(String) - Method in class repast.simphony.freezedry.wizard.DFDataSourceBuilder
-
- setDirty(boolean) - Method in class repast.simphony.scenario.Scenario
-
Set the dirty flag on this scenario.
- setDisp(double, double, double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout.FRVertexData
-
- setDisplayInternalNameMap(HashMap<String, String>) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setDisplayName(String) - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Sets the display name for this field property.
- setDisplayName(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- setDisplayType(String, boolean) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- setDisplayType(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setDisplayType(String, boolean) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setDisplayType(String, boolean) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the display type of this descriptor.
- setDistance(double, Unit) - Method in interface repast.simphony.gis.tools.DistanceSetter
-
- setDrawSmooth(boolean) - Method in class repast.simphony.visualization.gis3D.RepastSurfaceImage
-
Toggles smooth (anti-aliased) rendering of texture images.
- setDrawSmooth(boolean) - Method in class repast.simphony.visualization.gis3D.RepastTexture
-
Toggles smooth (anti-aliased) rendering of texture images.
- setDriverName(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- setDriverName(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- setDriverName(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- setEdgeCreator(EdgeCreator) - Method in class repast.simphony.context.space.graph.NetworkBuilder
-
Sets the class that will be used to create edges for the
created network.
- setEdges(HashMap) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- SetEdgeWeight(String, Object, Object, double) - Static method in class repast.simphony.essentials.RepastEssentials
-
- setEditorFont(Font) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
-
- setEditorFont(Font) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setEditorFont(Font) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
-
- setEditorFontColor(Color) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
-
- setEditorFontColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setEditorFontColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
-
- setElevationUnit(String) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- setEnabled(boolean) - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
-
- setEnabled(boolean) - Method in class repast.simphony.ui.widget.IconRotator
-
- setEnd1(T) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the first turtle of a link to end1.
- setEnd1(T) - Method in class repast.simphony.relogo.Link
-
Sets the first turtle of a link to end1.
- setEnd2(T) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the second turtle of a link to end2.
- setEnd2(T) - Method in class repast.simphony.relogo.Link
-
Sets the second turtle of a link to end2.
- setEnvironment(Map) - Method in class repast.simphony.integration.CustomExecute
-
- setEnvironmentBuilder(RunEnvironmentBuilder) - Method in class repast.simphony.engine.environment.AbstractRunner
-
- setEnvironmentBuilder(RunEnvironmentBuilder) - Method in interface repast.simphony.engine.environment.Runner
-
- setEpochsPerIteration(int) - Method in class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
- setErrorMessage(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- setEvaporationConst(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- setEventHandler(PInputEventListener) - Method in class repast.simphony.gis.display.PGISCanvas
-
Deprecated.
Set the tool which the map is listening to.
- setEventSource(WorldWindow) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- setExecutionPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setExecutor(LegacyExecutor) - Method in class repast.simphony.integration.DefaultExtProgRunner
-
- setExecutor(LegacyExecutor) - Method in interface repast.simphony.integration.ExternalProgramRunner
-
- setFile(File) - Method in class repast.simphony.relogo.FileInfo
-
- setFileInfoList(ArrayList<FileInfo>) - Method in class repast.simphony.relogo.ReLogoModel
-
- setFileName(String) - Method in class repast.simphony.data2.engine.FileSinkDescriptor
-
- setFileReadable(boolean) - Method in class repast.simphony.relogo.FileInfo
-
- setFileToParseName(String) - Method in class repast.simphony.integration.DataFileReader
-
- setFillColor(Color) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
- setFillColor(Color) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
-
- setFillColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setFillColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
-
- setFillOpacity(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
- setFillOpacity(double) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setFilter(Predicate<T>) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets the filter to use on the context to pull agents out and execute
them.
- setFilter(Predicate<T>) - Method in interface repast.simphony.util.PredicateFiltered
-
Sets the predicate used for filtering.
- setFinishing(boolean) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Sets whether or not the simultation is finishing, which means that this schedule will no
longer allow actions to be scheduled or rescheduled.
- setFinishing(boolean) - Method in class repast.simphony.engine.schedule.Schedule
-
Sets whether or not the simultation is finishing, which means that this schedule will no
longer allow actions to be scheduled or rescheduled.
- setFinishing(boolean) - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
- setFirst(X) - Method in class repast.simphony.util.collections.Pair
-
Sets the first element in the tuple (first, second).
- setFirstStepRandom(boolean) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- setFont(Font) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- setFont(Font) - Method in interface repast.simphony.visualization.visualization3D.Label
-
- setFont(Font) - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- setForegroundColor(Color) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setFormat(FormatType) - Method in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- setFrame(double, double, double, double, double, double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setFreezeDryedContextId(Object) - Method in class repast.simphony.dataLoader.ui.wizard.FreezeDryerContextActionBuilder
-
- setFreezeDryedContextId(Object) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- setFrequency(Frequency) - Method in class repast.simphony.engine.schedule.AbstractAction
-
Sets the frequency of this AbstractAction.
- setFrequency(Frequency) - Method in class repast.simphony.engine.schedule.ThreadedAction
-
Sets the execution frequency.
- setGenerator(NetworkGenerator<T>) - Method in class repast.simphony.context.space.graph.NetworkBuilder
-
Sets a generator to use to create the network topology.
- setGeography(Geography) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Set the geography for this display.
- setGeography(Geography) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Set the geography for this display.
- setGeography(Geography) - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Set the geography for this display.
- setGeomType(Class<? extends Geometry>) - Method in class repast.simphony.space.gis.Layer
-
- setGraph(Graph<T, RepastEdge<T>>) - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- setGraph(Graph<T, RepastEdge<T>>) - Method in class repast.simphony.space.graph.JungNetwork
-
- setGravity(float, float, float) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- setGravity(float, float, float) - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- setGreenMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setGreenMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setGridButton(JRadioButton) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setGridExecutionPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setGridLineColor(Color) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setGridPointTranslator(GridPointTranslator) - Method in class repast.simphony.space.grid.AbstractGrid
-
Sets the rule to use for controlling what happens at or beyond the
borders of the space.
- setGridPointTranslator(GridPointTranslator) - Method in interface repast.simphony.space.grid.Grid
-
Sets the rule to use for controlling what happens at or beyond the
borders of the space.
- setGridPointTranslator(GridPointTranslator) - Method in class repast.simphony.valueLayer.GridValueLayer
-
Sets the rule to use for controlling what happens at or beyond the borders
of the value layer.
- setGridPointTranslator(GridPointTranslator) - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Sets the rule to use for controlling what happens at or beyond the
borders of the space.
- setGridValue(int, int, int) - Method in class repast.simphony.space.gis.RasterLayer
-
- setGridValue(int, int, float) - Method in class repast.simphony.space.gis.RasterLayer
-
- setGridValue(int, int, double) - Method in class repast.simphony.space.gis.RasterLayer
-
- setGUIForModelLoaded(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
-
- setGUIForModelLoaded() - Method in class repast.simphony.ui.RSGui
-
- setGUIForPaused(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
-
- setGUIForPaused() - Method in class repast.simphony.ui.RSGui
-
- setGUIForPostSimInit(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
-
- setGUIForPostSimInit() - Method in class repast.simphony.ui.RSGui
-
- setGUIForStarted(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
-
- setGUIForStarted() - Method in class repast.simphony.ui.RSGui
-
- setGUIForStepped(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
-
- setGUIForStepped() - Method in class repast.simphony.ui.RSGui
-
- setGUIForStopped(GUIBarManager) - Method in class repast.simphony.ui.ButtonCoordinator
-
- setGUIForStopped() - Method in class repast.simphony.ui.RSGui
-
- setGUIRegistry(GUIRegistry) - Method in class repast.simphony.engine.environment.RunState
-
Sets the GUI registry
- setHeader(boolean) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets whether or not the files that match the pattern will
have a header.
- setHeading(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the heading of the turtle to nNum.
- setHeading(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the heading of the turtle to nNum.
- setHeight(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setHiddenQ(boolean) - Method in class repast.simphony.relogo.AbstractLink
-
Sets link visibility.
- setHiddenQ(boolean) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets turtle visibility.
- setHiddenQ(boolean) - Method in class repast.simphony.relogo.Link
-
Sets link visibility.
- setHiddenQ(boolean) - Method in interface repast.simphony.relogo.Turtle
-
Sets turtle visibility.
- setHighlightColor(Color) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setHistogramNumBars(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setHistType(HistogramChartDescriptor.HistogramType) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- setHome(String) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- setIcon(Icon) - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- setIconFile(File) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
-
- setIconFile(File) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setIconFile(File) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
-
- setIconFile2D(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setId(Object) - Method in class repast.simphony.context.AbstractContext
-
- setId(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
- setId(Object) - Method in interface repast.simphony.context.RepastElement
-
- setId(String) - Method in class repast.simphony.data2.engine.CountSourceDefinition
-
- setId(String) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- setId(String) - Method in class repast.simphony.freezedry.FreezeDryedObject
-
- setId(String) - Method in class repast.simphony.statecharts.old.State
-
- setId(int) - Method in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- setIdentifier(String) - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- setIdentifier(String) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- setIncludeBatchRun(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- setIncludeRandomSeed(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- setIncludeTick(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- setIndex(int) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- setIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- setIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- setInfoMessage(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- setInput(String) - Method in class repast.simphony.batch.ssh.LocalSession
-
- setInput(String) - Method in class repast.simphony.batch.ssh.RemoteSession
-
- setInput(String) - Method in interface repast.simphony.batch.ssh.Session
-
Sets the file that contains the parameter input for this Session.
- setInputStream(InputStream) - Method in class repast.simphony.essentials.DevNull
-
- setInterval(double) - Method in class repast.simphony.statecharts.AlwaysTrigger
-
- setInterval(double) - Method in class repast.simphony.statecharts.ConditionTrigger
-
- setInterval(double) - Method in class repast.simphony.statecharts.ExponentialDecayRateTrigger
-
This does nothing as there is no polling time
associated with this trigger type.
- setInterval(double) - Method in class repast.simphony.statecharts.MessageTrigger
-
- setInterval(double) - Method in class repast.simphony.statecharts.ProbabilityTrigger
-
- setInterval(double) - Method in class repast.simphony.statecharts.TimedTrigger
-
This does nothing as there is no polling time
associated with this trigger type.
- setInterval(double) - Method in interface repast.simphony.statecharts.Trigger
-
- setIsNonModelAction(IAction) - Method in class repast.simphony.engine.schedule.AbstractAction
-
- setIsNonModelAction(boolean) - Method in class repast.simphony.engine.schedule.AbstractAction
-
- setLabel(Object) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the label.
- setLabel(Object) - Method in interface repast.simphony.relogo.Turtle
-
Sets the label.
- setLabel(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabel(String) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- setLabel(String) - Method in interface repast.simphony.visualization.visualization3D.Label
-
- setLabel(String) - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- setLabel(String, Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setLabelColor(Number) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the label color for a link to labelColor.
- setLabelColor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the label color for a turtle to labelColor.
- setLabelColor(Number) - Method in class repast.simphony.relogo.Link
-
Sets the label color for a link to labelColor.
- setLabelColor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the label color for a turtle to labelColor.
- setLabelColor(float[]) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabelColor(Color) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setLabelFont(Font) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setLabelFontFamily(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabelFontSize(int) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabelFontType(int) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabelMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabelOffset(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabelOffset(float) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setLabelPosition(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLabelPrecision(int) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setLastColor(Color) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setLastTimer(long) - Method in class repast.simphony.relogo.ReLogoModel
-
- setLayerOrders(Map<String, Integer>) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- setLayerSelected(boolean) - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
- setLayerTool(PBasicInputEventHandler, Class) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- setLayout(Layout) - Method in class repast.simphony.visualization.AbstractLayoutUpdater
-
Sets the layout whose updates this updater manages.
- setLayout(Layout) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- setLayout(Layout) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- setLayout(Layout<?, ?>) - Method in interface repast.simphony.visualization.IDisplay
-
Sets the Layout for the display to use.
- setLayout(Layout) - Method in interface repast.simphony.visualization.LayoutUpdater
-
Sets the layout whose updates this updater manages.
- setLayout(Layout) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.CircleLayout2D
-
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.FRLayout2D
-
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.ISOMLayout2D
-
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
-
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.KKLayout2D
-
- setLayout() - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
-
A Tree layout expects the graph to directed and acyclic, with a root node
and children nodes.
- setLayout(Layout) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- setLayout(JungNetworkLayout) - Method in interface repast.simphony.visualization.visualization3D.layout.JungGraphElementAccessor
-
Sets the Network that is used to specify the locations
of vertices and edges in this instance to layout.
- setLayout(JungNetworkLayout) - Method in class repast.simphony.visualization.visualization3D.layout.JungRadiusGraphElementAccessor
-
- setLayout(Layout<?, ?>) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- setLayoutClassName(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- setLayoutClassName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutClassName(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- setLayoutFrequency(IDisplay.LayoutFrequency) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- setLayoutFrequency(IDisplay.LayoutFrequency) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutFrequency(IDisplay.LayoutFrequency) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in interface repast.simphony.visualization.IDisplay
-
Sets the frequency of the layout.
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplay3D
-
- setLayoutFrequency(IDisplay.LayoutFrequency, int) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- setLayoutInterval(int) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- setLayoutInterval(int) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutInterval(int) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
- setLayoutProjection(String) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- setLayoutProjection(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setLayoutProjection(String) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the name of the projection to associate with the layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.AbstractNetworkLayout
-
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.cgd.CGDLayout
-
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the layout properties for this display.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Sets the layout properties for this display.
- setLayoutProperties(VisualizationProperties) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the layout properties for this display.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in interface repast.simphony.visualization.Layout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.NullLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
Sets the layout properties for this layout.
- setLayoutProperties(VisualizationProperties) - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
Sets the layout properties for this layout.
- setLinearVelocity(T, float, float, float) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- setLinearVelocity(T, float, float, float) - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- setLineGraph(boolean) - Method in class repast.simphony.ui.sparkline.SparklineJComponent
-
- setLineStyle(LineStyle) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setListener(PInputEventListener) - Method in class repast.simphony.visualization.visualization2D.DisplayLayer2D
-
Deprecated.
- setLists(List<T>, List<T>) - Method in class repast.simphony.ui.plugin.editor.ListSelector
-
- setLNext(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
- setLocalButton(JRadioButton) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setLocalExecutionPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setLocation(double, double) - Method in interface repast.simphony.gis.tools.LocationSetter
-
- setLocation(Object, float...) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
- setLocation(Point3f) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setLocation(float[]) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setLocation() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setLocator(MediaLocator) - Method in class repast.simphony.ui.widget.BufferDataSource
-
- setLogPrintStream() - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
-
- setMark(String) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Set the mark based on the well-known text string (ie "circle").
- setMark(String) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
-
- setMark(String) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setMark(String) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
-
- setMarkRotation(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
- setMarkSize(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
- setMarkSize(float) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewIcon
-
- setMarkSize(float) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setMarkSize(float) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon3D
-
- setMasterContext(Context) - Method in class repast.simphony.engine.environment.RunState
-
Sets the master context for the simulation.
- setMasterContextId(Object) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- setMasterContextId(Object) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- setMaterialAppearance(Appearance, Color) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
-
Sets the material of the specified to appearance to the specified color.
- setMatrix(DenseDoubleMatrix2D) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets the actual matrix for this AdjacencyMatrix.
- setMatrix(double[][]) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets the actual matrix for this AdjacencyMatrix.
- setMatrixLabel(String) - Method in class repast.simphony.context.space.graph.AdjacencyDoubleMatrix
-
Sets the matrix label.
- setMax(double) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- setMaxEIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- setMaxIterations(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- setMaxNIndex(int) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- setMaxSubSteps(int) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- setMaxSubSteps(int) - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- setMaxValue(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- setMaxX(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setMaxY(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setMaxZ(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setMethodName(String) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- setMethodName(String) - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Sets the name of the method to call on the filtered objects.
- setMethodName(String) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets the name of the method to call on the filtered objects.
- setMin(double) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- setMinValue(double) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- setMinX(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setMinY(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setMinZ(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setMode(DisplayEditor.Mode) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- setModel(StateChartSVGModel) - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplay
-
- setModel(AbstractValueModel) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- setModel(Model) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Set the gov.nasa.worldwind.Model for this display.
- setModelFile3D(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setModelInit(String) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the name of an optional model initializer class.
- setModelInitName(String) - Method in class repast.simphony.scenario.Scenario
-
- setModelParam(String, Object) - Method in class repast.simphony.relogo.ReLogoModel
-
- setModelPluginPath(File) - Method in class repast.simphony.scenario.Scenario
-
- setModelSchedule(ISchedule) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Sets the schedule users should use to schedule their actions.
- setModelSchedule(ISchedule) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Sets the schedule users should use to schedule their actions.
- setMonitor(String, Object) - Method in class repast.simphony.relogo.ReLogoModel
-
- setMoveEnabled(boolean) - Method in class repast.simphony.visualization.editor.VizEditorForm
-
Deprecated.
- setMyLinkFactory(LinkFactory) - Method in class repast.simphony.relogo.AbstractLink
-
- setMyObserver(Observer) - Method in class repast.simphony.relogo.AbstractLink
-
- setMyObserver(Observer) - Method in class repast.simphony.relogo.AbstractPatch
-
- setMyObserver(Observer) - Method in class repast.simphony.relogo.AbstractTurtle
-
- setMyPatchFactory(PatchFactory) - Method in class repast.simphony.relogo.AbstractPatch
-
- setMyself(Object) - Method in class repast.simphony.relogo.AbstractLink
-
Sets the agent that initiated the asking to the value o.
- setMyself(Object) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the agent that initiated the asking to the value o.
- setMyself(Object) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the agent that initiated the asking to the value o.
- setMyself(Object) - Method in interface repast.simphony.relogo.ReLogoAgent
-
Sets the agent that initiated the asking to the value o.
- setMyTurtleFactory(TurtleFactory) - Method in class repast.simphony.relogo.AbstractTurtle
-
- setName(String) - Method in class repast.simphony.chart2.wizard.HistogramWizardModel
-
- setName(String) - Method in class repast.simphony.chart2.wizard.TimeSeriesWizardModel
-
- setName(String) - Method in class repast.simphony.data2.wizard.ConsoleSinkWizardModel
-
- setName(String) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- setName(String) - Method in class repast.simphony.data2.wizard.FileSinkWizardModel
-
- setName(String) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- setName(String) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- setName(String) - Method in class repast.simphony.engine.controller.DefaultControllerRegistry
-
- setName(String) - Method in interface repast.simphony.engine.environment.ControllerRegistry
-
- setName(String) - Method in class repast.simphony.engine.schedule.DefaultDescriptor
-
Sets the name of this descriptor.
- setName(String) - Method in interface repast.simphony.engine.schedule.Descriptor
-
Sets the name of the descriptor.
- setName(String) - Method in class repast.simphony.engine.watcher.query.ASTName
-
- setName(String) - Method in class repast.simphony.gis.legend.LegendEntry
-
Deprecated.
Set the name of this Legend Entry.
- setName(String) - Method in class repast.simphony.scenario.AbstractDescriptor
-
Sets the name of this descriptor.
- setNet(NeuralNet) - Method in class repast.simphony.adaptation.neural.RepastNeuralWrapper
-
- setNetworkDirected(boolean) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer3D
-
- setNewLineConverter(NewLinePatternConverter) - Method in class repast.simphony.integration.DataFileReader
-
- setNewLineConverter(EscapeConverter) - Method in class repast.simphony.integration.DataFileWriter
-
- setNewLocationWrapped(boolean) - Method in class repast.simphony.space.continuous.WrapAroundBorders
-
- setNextChild(VSpatial) - Method in class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- setNextPollingTime(double) - Method in class repast.simphony.statecharts.Transition
-
Sets the next polling time for this transition.
- setNodes(ArrayList) - Method in class repast.simphony.visualization.cgd.graph.CGDGraph
-
- setNumber(String) - Method in class repast.simphony.engine.watcher.query.ASTNumber
-
- setNumberFormatInstance(NumberFormat) - Static method in class repast.simphony.ui.probe.Utils
-
- setNumberOfRuns(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setNumNodes(int) - Method in class repast.simphony.visualization.cgd.algorithm.Parser
-
- setObjTargetClass(String) - Method in class repast.simphony.data2.engine.MethodDataSourceDefinition
-
- setObserverID(String) - Method in class repast.simphony.relogo.AbstractObserver
-
- setOffset(float) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- setOffset(float) - Method in interface repast.simphony.visualization.visualization3D.Label
-
- setOffset(float) - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- setONext(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
- setOPrev(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
- setOptions(Iterable<WizardOption>) - Method in class repast.simphony.util.wizard.ChooseOptionStep
-
- setOrg(TriangulationPoint) - Method in class repast.simphony.space.delaunay.QuadEdge
-
Set the origin of the edge.
- setOutlineColor(Color) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
- setOutlineColor(Color) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setOutlineOpacity(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
- setOutlineOpacity(double) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setOutlineThickness(double) - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
- setOutlineThickness(double) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setOutOfRangeHandling(OutOfRangeHandling) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- setoutputBuilder(OutputBuilder<?, ?>) - Method in class repast.simphony.integration.DataFileReader
-
- setOutputStream(ConsoleDataSink.OutputStream) - Method in class repast.simphony.data2.engine.ConsoleSinkDescriptor
-
- setPaint(Paint) - Method in class repast.simphony.relogo.styles.BoundingPPath
-
- setPaint(Paint) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- setPaint(Paint) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setParameter(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- setParameters(Parameters) - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Sets the parameters to be used in the next simulation run.
- setParameters(Parameters) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Sets the parameters for the current run.
- setParameters(Parameters) - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Sets the parameters to be used in the next simulation run.
- setParameterSweeper(ParameterSweeper) - Method in class repast.simphony.batch.BatchScenario
-
- setParamPanels(List<ParameterSweepInput>) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setParams(Parameters) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setParent(CompositeState<T>) - Method in class repast.simphony.statecharts.AbstractState
-
- setParent(State) - Method in class repast.simphony.statecharts.old.CompositeState
-
- setParent(State) - Method in class repast.simphony.statecharts.old.State
-
- setParentClass(Class) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- setParentId(String) - Method in class repast.simphony.freezedry.FreezeDryedParentChild
-
- setParentPanel(JPanel) - Method in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
-
- setPassword(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- setPassword(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- setPassword(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- setPatchVarMatrix(String, DenseDoubleMatrix2D) - Method in class repast.simphony.relogo.AbstractObserver
-
- setPath(String) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets the path for the found output to be written to.
- setPath(File) - Method in class repast.simphony.plugin.ModelPluginLoader
-
Adds a plugin search path.
- setPattern(String) - Method in class repast.simphony.batch.ssh.OutputPattern
-
Sets the glob style pattern for file matching.
- setPause(boolean) - Method in class repast.simphony.batch.InteractivBatchRunner
-
- setPause(boolean) - Method in class repast.simphony.engine.environment.AbstractRunner
-
- setPause(boolean) - Method in interface repast.simphony.engine.environment.Runner
-
- setPause(boolean) - Method in interface repast.simphony.render.Renderer
-
Pause the rendering.
- setPause(boolean) - Method in class repast.simphony.render.RendererManager
-
Calls setPause on each Renderer contained in this RendererManager.
- setPause(boolean) - Method in class repast.simphony.ui.GUIScheduleRunner
-
- setPause(boolean) - Method in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
Executes when simulation is paused.
- setPause(boolean) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- setPause(boolean) - Method in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- setPause(boolean) - Method in class repast.simphony.visualization.visualization3D.Display3D
-
- setPause(boolean) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- setPauseAt(double) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the pause at tick.
- setPcolor(double) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the color of a patch to pcolor.
- setPcolor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the color of patch here to pcolor.
- setPcolor(double) - Method in interface repast.simphony.relogo.Patch
-
Sets the color of a patch to pcolor.
- setPcolor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the color of a patch here to pcolor.
- setPenMode(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the pen setting of a turtle to penMode.
- setPenMode(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the pen setting of a turtle to penMode.
- setPenSize(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the pen width of a turtle to penSize.
- setPenSize(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the pen width of a turtle to penSize.
- setPlabel(Object) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the patch label.
- setPlabel(Object) - Method in interface repast.simphony.relogo.Patch
-
Sets the patch label.
- setPlabelColor(Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the patch label color.
- setPlabelColor(Number) - Method in interface repast.simphony.relogo.Patch
-
Sets the patch label color.
- setPlotPenColor(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotPenInterval(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotPenMode(Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotRangeLength(int) - Method in class repast.simphony.chart2.engine.TimeSeriesChartDescriptor
-
- setPlotXRange(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPlotYRange(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Does nothing, included for translation compatibility.
- setPoints(Point2D.Double[]) - Method in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- setPointTranslator(PointTranslator) - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Sets the rule to use for controlling what happens at or beyond the
borders of the space.
- setPointTranslator(PointTranslator) - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Sets the rule to use for controlling what happens at or beyond the
borders of the space.
- setPointTranslator(PointTranslator) - Method in class repast.simphony.valueLayer.ContinuousValueLayer
-
Sets the rule to use for controlling what happens at or beyond the
borders of the value layer.
- setPointTranslator(PointTranslator) - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Sets the rule to use for controlling what happens at or beyond the
borders of the space.
- setPolygonAppearance(Appearance, AppearanceFactory.PolygonDraw) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
-
- setPopulation(Genotype) - Method in class repast.simphony.adaptation.ga.RepastGA
-
- setPopupMenu(JPopupMenu) - Method in class repast.simphony.ui.widget.DropDownButton
-
Sets the pop-up menu that will be show as a drop-down.
- setPosition(double, double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- setPosition(Point2D.Double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- setPosition(Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.AbstractLabel
-
- setPosition(Style3D.LabelPosition) - Method in interface repast.simphony.visualization.visualization3D.Label
-
- setPosition(Style3D.LabelPosition) - Method in class repast.simphony.visualization.visualization3D.NullLabel
-
- setPriority(double) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- setPriority(double) - Method in class repast.simphony.statecharts.SelfTransitionBuilder
-
- setPriority(double) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- setPriority(double) - Method in class repast.simphony.statecharts.TransitionBuilder
-
- setProbeSupport(ProbeListenerSupport) - Method in class repast.simphony.visualization.AbstractDisplay
-
- setProcess(Process) - Method in class repast.simphony.ui.sweep.ConsoleWindowDialog
-
- setProjection(Network<T>) - Method in class repast.simphony.visualization.AbstractNetworkLayout
-
- setProjection(Network) - Method in class repast.simphony.visualization.cgd.CGDLayout
-
- setProjection(ContinuousSpace) - Method in class repast.simphony.visualization.continuous.Continuous2DLayout
-
- setProjection(ContinuousSpace) - Method in class repast.simphony.visualization.continuous.Continuous3DLayout
-
- setProjection(T) - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Sets the Grid that this decorator decorates.
- setProjection(T) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator2D
-
Sets the that this decorator decorates.
- setProjection(T) - Method in interface repast.simphony.visualization.decorator.ProjectionDecorator3D
-
Sets the that this decorator decorates.
- setProjection(Grid) - Method in class repast.simphony.visualization.grid.Grid2DLayout
-
- setProjection(Grid) - Method in class repast.simphony.visualization.grid.Grid3DLayout
-
- setProjection(U) - Method in interface repast.simphony.visualization.Layout
-
Sets the projection associated with this Layout.
- setProjection(Projection) - Method in class repast.simphony.visualization.NullLayout
-
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization2D.ArbitraryLayout
-
- setProjection(Network<T>) - Method in class repast.simphony.visualization.visualization2D.layout.JungLayout
-
- setProjection(Network<T>) - Method in class repast.simphony.visualization.visualization2D.layout.TreeLayout2D
-
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization2D.Random2DLayout
-
- setProjection(Network) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- setProjection(Network) - Method in class repast.simphony.visualization.visualization3D.layout.GEM3DLayout
-
- setProjection(Network) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization3D.layout.Random3DLayout
-
- setProjection(Projection) - Method in class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
- setProperties(Map<String, Object>) - Method in class repast.simphony.dataLoader.ui.wizard.builder.AgentDescriptor
-
- setProperty(Object, Object) - Method in class repast.simphony.annotate.FieldPropertyManipulator
-
- setProperty(Object, Object) - Method in interface repast.simphony.annotate.PropertyManipulator
-
- setProperty(NumericProbedProperty) - Method in class repast.simphony.ui.sparkline.PropertySourcedSparklineJComponent
-
- setProperty(String, String, Object) - Method in class repast.simphony.visualization.engine.AbstractProjectionDescriptor
-
Sets the named property in the specified property group.
- setProperty(String, Object) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
Sets the specified property.
- setProperty(String, Object) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Sets the specified property.
- setProperty(String, Object) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the specified property.
- setProperty(String, String, Object) - Method in interface repast.simphony.visualization.engine.ProjectionDescriptor
-
Sets the named property in the specified property group.
- setQueryCondition(IBooleanExpression) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- setQueryCondition(IBooleanExpression) - Method in class repast.simphony.engine.watcher.WatchParameters
-
- setRadioButtonPanel(JPanel) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setRandomRegistry(RandomRegistry) - Method in class repast.simphony.engine.environment.RunState
-
- setReadDescriptorFileName(String) - Method in interface repast.simphony.integration.DataFile
-
- setReadDescriptorFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
-
- setReader(Reader) - Method in class repast.simphony.integration.DefaultDataFile
-
- setReader(Reader) - Method in interface repast.simphony.integration.IntegrationSource
-
Sets the reader to write with.
- setReadFileName(String) - Method in interface repast.simphony.integration.DataFile
-
- setReadFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
-
- setRedMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setRedMethod(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setRelationships(List<RelationshipDescriptor>) - Method in class repast.simphony.dataLoader.ui.wizard.builder.NetworkDescriptor
-
- setRenderQuality(RepastStereoOptionSceneController.RenderQuality) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- setRenderQuality(RepastStereoOptionSceneController.RenderQuality) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- setRenderQuality(RepastStereoOptionSceneController.RenderQuality) - Method in class repast.simphony.visualization.gis3D.RepastStereoOptionSceneController
-
- setRepulsionMultiplier(double) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- setResultProducer(RunResultProducer) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper
-
- setRetainFiles(boolean) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setRLWorldDimensions(RLWorldDimensions) - Method in class repast.simphony.relogo.AbstractObserver
-
- setRNext(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
- setRootBeanClass(Class<?>) - Method in class repast.simphony.integration.BeanBuilder
-
Sets the class to use as the root for setting values.
- setRot(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
The dual (perpendicular bisector) of this edge.
- setRot3(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
The result of applying the rot operator 3 times.
- setRotation(double) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setRotation(AxisAngle4f) - Method in class repast.simphony.visualization.visualization3D.Transformer
-
- setRotation(AxisAngle4f) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setRotationX(double) - Method in class repast.simphony.visualization.visualization3D.Transformer
-
- setRotationY(double) - Method in class repast.simphony.visualization.visualization3D.Transformer
-
- setRotationZ(double) - Method in class repast.simphony.visualization.visualization3D.Transformer
-
- setRowFilters(Set<RowFilter<Object, Object>>) - Method in class repast.simphony.ui.table.TablePanel
-
- setRule(Rule) - Method in class repast.simphony.gis.legend.LegendRuleEntry
-
Deprecated.
- setRule(Rule) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- setRule(int, Rule) - Method in class repast.simphony.gis.styleEditor.SampleStyleTableModel
-
Sets the rules at the specified row to the specified rule.
- setRule(int, Rule) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
Sets the rules at the specified row to the specified rule.
- setRunCount(int) - Method in class repast.simphony.parameter.ParameterSweeperBuilder
-
Sets the number of runs the sweeper should perform.
- setRunCount(int) - Method in class repast.simphony.parameter.ParameterTreeSweeper
-
Sets the number of time that the sweeper should execute a run for each unique parameter combination.
- setRunInfo(RunInfo) - Method in class repast.simphony.engine.environment.RunState
-
Sets the run info.
- setRunning(boolean) - Method in class repast.simphony.chart2.BatchUpdateXYSeries
-
Tells this BatchUpdateXYSeries whether the sim is running or not.
- setRunNumber(int) - Method in class repast.simphony.engine.environment.RunInfo
-
- setRunStatus(int, RunningStatus) - Method in class repast.simphony.batch.ssh.LocalSession
-
- setRunStatus(int, RunningStatus) - Method in class repast.simphony.batch.ssh.RemoteSession
-
- setRunStatus(int, RunningStatus) - Method in interface repast.simphony.batch.ssh.Session
-
Sets the run status for the specified instance on this Remote.
- setSafeMasterContext(Context) - Static method in class repast.simphony.engine.environment.RunState
-
- setScale(float, float, float) - Method in class repast.simphony.visualization.visualization3D.Transformer
-
- setScale(float, float, float) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setScenarioDir(File) - Static method in class repast.simphony.scenario.ScenarioUtils
-
- setScenarioDirectory(File) - Method in class repast.simphony.scenario.Scenario
-
Sets the scenario directory.
- setScenarioEvt(ScenarioTreeEvent) - Method in class repast.simphony.ui.plugin.AbstractEditorMenuItem
-
Sets the ScenarioTreeEvent that triggers this menu item.
- setScenarioEvt(ScenarioTreeEvent) - Method in interface repast.simphony.ui.plugin.EditorMenuItem
-
Sets the ScenarioTreeEvent that triggers this menu item.
- setScenarioPath(File) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the path to the scenario dir.
- setSchedParams(ScheduleParameters, boolean) - Method in class repast.simphony.data2.wizard.DataSetWizardModel
-
- setScheduleAtEnd(boolean) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- setScheduleFactory(IScheduleFactory) - Method in class repast.simphony.engine.environment.DefaultRunEnvironmentBuilder
-
Sets the schedule factory used to create the schedule for simulation runs.
- setScheduleFactory(IScheduleFactory) - Method in interface repast.simphony.engine.environment.RunEnvironmentBuilder
-
Sets the schedule factory used to create the schedule for simulation runs.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- setScheduleParameters(ScheduleParameters) - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.engine.schedule.DefaultSchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in interface repast.simphony.engine.schedule.SchedulableDescriptor
-
Sets the parameters for when the action should occur.
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.visualization.engine.BasicDisplayDescriptor
-
- setScheduleParameters(ScheduleParameters) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
- setScheduleParameters(ScheduleParameters) - Method in interface repast.simphony.visualization.engine.DisplayDescriptor
-
Sets the parameters for when to activate the display update.
- setScheduleParams(ScheduleParameters) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- setScheduleRegistry(ScheduleRegistry) - Method in class repast.simphony.engine.environment.RunState
-
Sets the schedule registry
- setScheduleRunner(Runner) - Method in interface repast.simphony.engine.controller.Controller
-
Sets the ScheduleRunner that will be used to execute the model's schedule and found through
the RunState.
- setScheduleRunner(Runner) - Method in class repast.simphony.engine.controller.DefaultController
-
Sets the ScheduleRunner that will be used to execute the model's schedule
found through the RunState.
- setScheduleRunner(Runner) - Method in class repast.simphony.engine.environment.DefaultScheduleRegistry
-
Sets the runner used for executing the schedule.
- setScheduleRunner(Runner) - Method in interface repast.simphony.engine.environment.ScheduleRegistry
-
Sets the runner used for executing the schedule.
- setScheduleTickDelay(int) - Method in class repast.simphony.engine.environment.RunEnvironment
-
Set the delay between schedule executions.
- setScheduleTickDelay(int) - Method in class repast.simphony.ui.RunOptionsModel
-
Set the Schedule tick delay.
- setScorePath(File) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the path to the score dir.
- setSecond(Y) - Method in class repast.simphony.util.collections.Pair
-
Sets the second element in the tuple (first, second).
- setSeed(int) - Method in class repast.simphony.random.DefaultRandomRegistry
-
Sets the seed for the default random number generator.
- setSeed(int) - Static method in class repast.simphony.random.RandomHelper
-
This sets the seed for the default stream.
- setSeed(int) - Method in interface repast.simphony.random.RandomRegistry
-
Sets the seed for the default random number generator.
- setSelected(boolean) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- setSelectedItem(Object) - Method in class org.jdesktop.swingx.autocomplete.AbstractAutoCompleteAdaptor
-
Sets the selected item.
- setSelectedItem(Object) - Method in class org.jdesktop.swingx.autocomplete.ComboBoxAdaptor
-
- setSelectedItem(Object) - Method in class org.jdesktop.swingx.autocomplete.ListAdaptor
-
- setSelectedType(String) - Method in class repast.simphony.ui.sweep.ParameterSweepInput
-
- setShape(String) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the shape of a turtle to shape.
- setShape(String) - Method in interface repast.simphony.relogo.Turtle
-
Sets the shape of a turtle to shape.
- setShape(Shape) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setShapeAppearance(Shape3D, TaggedAppearance) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setShapeChanged(boolean) - Method in class repast.simphony.relogo.AbstractTurtle
-
- setShapeChanged(boolean) - Method in interface repast.simphony.relogo.Turtle
-
- setShapeToLine() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Set the Shape instance to a line shape.
- setShapeToLine() - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewIcon2D
-
- setShapeToPolygon() - Method in class repast.simphony.gis.styleEditor.PreviewLabel
-
Set the Shape instance to a polygon shape.
- setShapeWkT(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setShowBackgroundButton(boolean) - Method in class repast.simphony.visualization.gui.StyleClassStep
-
- setShowGrid(boolean) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setShowLegend(boolean) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setShowNetworkStatus(boolean) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- setShuffle(boolean) - Method in interface repast.simphony.engine.schedule.ContextSchedulableDescriptor
-
Sets whether or not to shuffle the list of objects before executing them
or not.
- setShuffle(boolean) - Method in class repast.simphony.engine.schedule.DefaultContextSchedulableDescriptor
-
Sets whether or not to shuffle the list of objects before executing them
or not.
- setShuffleWatchers(boolean) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Sets whether or not to shuffle the watchers before triggering them.
- setShuffleWatchers(boolean) - Method in class repast.simphony.engine.watcher.WatchParameters
-
Sets whether or not to shuffle the watchers before triggering them.
- setSize(int, int) - Method in class repast.simphony.gis.display.PGisLayer
-
Deprecated.
- setSize(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the size of a turtle to size.
- setSize(int) - Method in class repast.simphony.relogo.TrackingEdge
-
- setSize(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the size of a turtle to size.
- setSize(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSize(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSizeMax(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSizeMax(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSizeMaxMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSizeMaxMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSizeMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSizeMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSizeMin(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSizeMin(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSizeMinMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSizeMinMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSizeScale(float) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSizeScale(float) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSizeScaleMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- setSizeScaleMethodName(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setSource(Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
-
- setSource(T) - Method in class repast.simphony.relogo.Link
-
- setSourceEndPaint(Paint) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setSourceEndType(int) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setSourceId(String) - Method in class repast.simphony.chart2.engine.HistogramChartDescriptor
-
- setSourceType(String) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- setSparklineLength(int) - Method in class repast.simphony.engine.environment.RunEnvironment
-
- setSparklineLength(int) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the sparkline length
- setSparklineType(boolean) - Method in class repast.simphony.engine.environment.RunEnvironment
-
- setSparklineType(boolean) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the sparkline type
- setSpecPath(File) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets the path to the model spec file.
- setStateChart(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.AbstractState
-
- setStateChart(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.Transition
-
- setStateChartProperties(DefaultStateChart<T>) - Method in class repast.simphony.statecharts.StateChartBuilder
-
- setStateUuidMap(Map<AbstractState<T>, String>) - Method in class repast.simphony.statecharts.CompositeState
-
- setStateUuidMap(Map<AbstractState<T>, String>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- setStatusBarText(String) - Method in class repast.simphony.ui.RSGui
-
Sets the status bar to the specified text..
- setStatusBarText(Color, String) - Method in class repast.simphony.ui.RSGui
-
Sets the status bar to the specified text and text color.
- setStatusBarText(Font, Color, String) - Method in class repast.simphony.ui.RSGui
-
Sets the status bar to the specified text and text color.
- setStepSize(float) - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- setStepSize(float) - Method in interface repast.simphony.space.physics.PhysicsSpace
-
- setStopAt(double) - Method in class repast.simphony.ui.RunOptionsModel
-
Sets the tick to stop at
- setStoreLogin(boolean) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- setStoreLogin(boolean) - Method in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- setStoreLogin(boolean) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- setStoreLogin(boolean) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- setStrength(double) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
-
- setStringConverter(StringConverter<?>) - Method in class repast.simphony.ui.probe.FieldPropertyDescriptor
-
Sets the StringConverter.
- setStringConverter(StringConverter<?>) - Method in class repast.simphony.ui.probe.MethodPropertyDescriptor
-
Sets the StringConverter.
- setStroke(Stroke) - Method in interface repast.simphony.visualization.gui.styleBuilder.PreviewEdge
-
- setStroke(Stroke) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge2D
-
- setStroke(Stroke) - Method in class repast.simphony.visualization.gui.styleBuilder.PreviewEdge3D
-
- setStroke(Stroke) - Method in class repast.simphony.visualization.visualization2D.style.DefaultEdgeStyle2D
-
Deprecated.
- setStroke(Stroke) - Method in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- setStyle(S) - Method in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
Sets the style used by this display layer.
- setStyle(S) - Method in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
Sets the style used by this display layer.
- setStyle(CoverageStyle) - Method in class repast.simphony.visualization.gis3D.CoverageLayer
-
Sets the style used by this display layer.
- setStyle(EdgeStyle2D) - Method in class repast.simphony.visualization.network.NetworkDisplayLayer2D
-
- setStyle(Style2D) - Method in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- setStyle(ValueLayerStyle) - Method in class repast.simphony.visualization.visualization2D.ValueDisplayLayer2D
-
Deprecated.
- setStyle(Style3D) - Method in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- setStyle(ValueLayerStyle3D) - Method in class repast.simphony.visualization.visualization3D.DefaultValueDisplayLayer3D
-
- setStyle(ValueLayerStyle3D) - Method in interface repast.simphony.visualization.visualization3D.ValueDisplayLayer3D
-
- setStyle(S) - Method in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
Sets the style used by this display layer.
- setSubmit(JButton) - Method in class repast.simphony.ui.sweep.ParameterSweepSubmitPanel
-
- setSummary(String) - Method in class repast.simphony.ui.plugin.editor.TitleComponent
-
- setSweeperProducer(SweeperProducer) - Method in class repast.simphony.batch.BatchRunner
-
- setSym(QuadEdge) - Method in class repast.simphony.space.delaunay.QuadEdge
-
The edge with opposite orientation to this one, i.e.
- setTabSize(int) - Method in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- setTag(String) - Method in class repast.simphony.visualization.visualization3D.style.TaggedAppearance
-
- setTag(String) - Method in class repast.simphony.visualization.visualization3D.style.TaggedBranchGroup
-
- setTaggedBranchGroup(TaggedBranchGroup) - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- setTarget(Object) - Method in class repast.simphony.dataLoader.ui.wizard.builder.RelationshipDescriptor
-
- setTarget(Object) - Method in class repast.simphony.engine.schedule.CallBackAction
-
Sets the target of the method call.
- setTarget(Object) - Method in class repast.simphony.engine.schedule.DynamicTargetAction
-
Sets the target of this action.
- setTarget(T) - Method in class repast.simphony.relogo.Link
-
- setTargetEndPaint(Paint) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setTargetEndType(int) - Method in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- setter - Variable in class repast.simphony.gis.tools.DistanceTool
-
- setter - Variable in class repast.simphony.gis.tools.PositionTool
-
- SetterConstants - Interface in repast.simphony.parameter.xml
-
- setterName - Variable in class repast.simphony.ui.probe.DefaultProbedPropertyUICreator
-
- setText(String) - Method in class repast.simphony.gis.legend.LegendTreeLayerCellRenderer
-
Deprecated.
set the note name in the checkbox also remove and readd in the center of
the boxlayout of the panel to have enough space for the name string,
since the component was initialise with the string "Legend" that might
shorter than the note's real name
- setTextField1(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTextField2(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTextField3(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTextField4(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTextField5(JTextField) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTexture(WWTexture) - Method in class repast.simphony.visualization.gis3D.PlaceMark
-
- setTextureFile3D(String) - Method in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- setTextureParameters(DrawContext, Texture) - Method in class repast.simphony.visualization.gis3D.RepastTexture
-
- setTf1Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf1Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf1Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf2Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf2Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf2Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf3Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf3Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf3Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf4Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf4Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf4Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf5Grid(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf5Local(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTf5Optimized(String) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- setTickCountFormatter(TickCountFormatter) - Method in class repast.simphony.ui.RSGui
-
Sets the current TickCountFormatter that is used to format the text in the
tick label.
- setTickListener(TickListener) - Method in class repast.simphony.batch.InteractivBatchRunner
-
- setTickListener(TickListener) - Method in class repast.simphony.ui.GUIScheduleRunner
-
- setTicks(double) - Method in class repast.simphony.relogo.ReLogoModel
-
- setTieMode(String) - Method in class repast.simphony.relogo.Link
-
Sets tie mode to "none", "fixed", or "free".
- setTimeUnits(Amount) - Method in interface repast.simphony.engine.schedule.ISchedule
-
Sets the current user time units.
- setTimeUnits(Amount) - Method in class repast.simphony.engine.schedule.Schedule
-
Sets the current user time units.
- Settings - Class in repast.simphony.util
-
- Settings() - Constructor for class repast.simphony.util.Settings
-
- SETTINGS_FILE_NAME - Static variable in class repast.simphony.util.Settings
-
- SETTINGS_INFO - Static variable in class repast.simphony.freezedry.datasource.JDBCContextBuilder
-
- SETTINGS_REGISTRY_ID - Static variable in class repast.simphony.util.Settings
-
- settingsRegistry - Variable in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- setTitle(String) - Method in class repast.simphony.dataLoader.engine.DataLoaderControllerAction
-
- setTitle(String) - Method in class repast.simphony.ui.plugin.editor.TitleComponent
-
- setTitle(String) - Method in class repast.simphony.ui.RSGui
-
- setToDefault() - Method in class repast.simphony.relogo.AbstractPatch
-
Sets the standard patch variables to their default values.
- setToDefault() - Method in interface repast.simphony.relogo.Patch
-
Sets the standard patch variables to their default values.
- setTool(Action) - Method in class repast.simphony.gis.tools.ToolManager
-
- setTool(PBasicInputEventHandler) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- setToolTipText(String) - Method in class repast.simphony.visualization.gis3D.LayerPanel
-
- setTopObjOrder(HashMap<Integer, Integer>) - Method in class repast.simphony.visualization.cgd.algorithm.Parser
-
- setToroidal(boolean) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- setTotalRuns(int) - Method in class repast.simphony.parameter.RunParameterSetter
-
- setTrackAgents(boolean) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- setTrackAgents(boolean) - Method in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- setTransition(Transition<T>) - Method in class repast.simphony.statecharts.AbstractTrigger
-
- setTransition(Transition<T>) - Method in class repast.simphony.statecharts.AgentTransitionMessageChecker
-
- setTransition(Transition<T>) - Method in class repast.simphony.statecharts.MessageTrigger
-
- setTransitionResolutionStrategy(TransitionResolutionStrategy) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- setTransitionUuidMap(Map<Transition<T>, String>) - Method in class repast.simphony.statecharts.DefaultStateChart
-
- setTranslation(Point3f) - Method in class repast.simphony.visualization.visualization3D.Transformer
-
- setTransparentAppearance(Appearance, int, float) - Static method in class repast.simphony.visualization.visualization3D.AppearanceFactory
-
- setTriggerSchedule(WatcherTriggerSchedule, double, double) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- setTriggerSchedule(WatcherTriggerSchedule, double, double) - Method in class repast.simphony.engine.watcher.WatchParameters
-
- setType(DataSetDescriptor.DataSetType) - Method in class repast.simphony.data2.engine.DataSetDescriptor
-
- setType(String) - Method in class repast.simphony.scenario.data.ProjectionData
-
- setTypeID(Object) - Method in class repast.simphony.context.AbstractContext
-
Sets an id that indentifies the user-defined type of this context.
- setTypeID(Object) - Method in interface repast.simphony.context.Context
-
Sets an id that indentifies the user-defined type of this context.
- setTypeID(Object) - Method in class repast.simphony.context.FormerDefaultContext
-
Sets an id that indentifies the user-defined type of this context.
- setTypeName(String) - Method in class repast.simphony.data2.engine.CountSourceDefinition
-
- setUiCreator(ProbedPropertyUICreator) - Method in class repast.simphony.ui.probe.ProbedPropertiesFinder.Property
-
- setUnitSize(float) - Method in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
Sets the unit size of the decoration.
- setUnitSize(float) - Method in class repast.simphony.visualization.UnitSizeLayoutProperties
-
- setup() - Method in interface repast.simphony.engine.controller.Controller
-
- setup() - Method in class repast.simphony.engine.controller.DefaultController
-
- setupAutoComplete() - Method in class repast.simphony.dataLoader.wizard.JDBCDataStep
-
- setUpdate(boolean) - Method in class repast.simphony.chart2.BatchUpdateXYSeries
-
- setupWizard(boolean, boolean) - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- setupWizard(boolean, boolean) - Method in class repast.simphony.data.analysis.NetworkAnalysisPluginWizard
-
- setURL(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- setUseModelPlugin(boolean) - Method in class repast.simphony.ui.newscenario.NewWizardModel
-
Sets whether or not a model plugin will be used.
- setUserDefinedVariables(Turtle) - Method in class repast.simphony.relogo.AbstractTurtle
-
- setUserInfo(UserInfo) - Method in class repast.simphony.batch.ssh.SSHSessionFactory
-
- setUserInitializer(ModelInitializer) - Method in class repast.simphony.batch.BatchScenario
-
Sets a ModelInitializer that will be run when the scenario is loaded.
- setUserName(String) - Method in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- setUserName(String) - Method in class repast.simphony.freezedry.datasource.JDBCConnectPanel
-
- setUserName(String) - Method in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- setUseRoot(boolean) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- setUserPanelCreatorClass(Class<?>) - Method in class repast.simphony.userpanel.ui.DefaultUserPanelDescriptor
-
- setUserPanelCreatorClass(Class<?>) - Method in interface repast.simphony.userpanel.ui.UserPanelDescriptor
-
- setUserPanelCreatorClass(Class<?>) - Method in class repast.simphony.userpanel.ui.UserPanelWizardModel
-
- setValue(int, int, String) - Method in interface repast.simphony.integration.ArrayDataTypeHandler.ArrayHandler
-
- setValue(String, Object) - Method in class repast.simphony.parameter.BeanParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in class repast.simphony.parameter.BoundParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in class repast.simphony.parameter.DefaultParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in class repast.simphony.parameter.EmptyParameters
-
Sets the specified parameter name to the specified value.
- setValue(String, Object) - Method in interface repast.simphony.parameter.Parameters
-
Sets the specified parameter name to the specified value.
- setValue(Collection<Property>) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setValue(Object) - Method in class repast.simphony.space.gis.FeatureAgent
-
- setValue(DirectPosition, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- setValue(DirectPosition, float) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- setValue(DirectPosition, double) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- setValue(GridCoordinates2D, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- setValue(GridCoordinates2D, float) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- setValue(GridCoordinates2D, double) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- setValue(Object) - Method in class repast.simphony.ui.parameters.ParameterValueModel
-
- setValue(Object) - Method in class repast.simphony.ui.table.DoubleTableCellRenderer
-
- setValue(Object, String, Object) - Static method in class repast.simphony.util.ClassUtilities
-
- setValue(String, Object) - Method in class repast.simphony.visualization.gui.CoverageStyleStep.CoverageLayerElement
-
- setValue(String, Object) - Method in class repast.simphony.visualization.gui.LayerOrderStep.ListModelElement
-
- setValue(String, Object) - Method in class repast.simphony.visualization.gui.StyleStep.AgentTypeElement
-
- setValueAt(Object, int, int) - Method in class org.josql.contrib.JoSQLSwingTableModel
-
Not supported, always throws a: UnsupportedOperationException.
- setValueAt(Object, int, int) - Method in class repast.simphony.chart2.wizard.SeriesConfigTableModel
-
- setValueAt(Object, int, int) - Method in class repast.simphony.data2.wizard.AggMethodTableModel
-
- setValueAt(Object, int, int) - Method in class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- setValueAt(Object, int, int) - Method in class repast.simphony.gis.styleEditor.ValueTableModel
-
This empty implementation is provided so users don't have to implement
this method if their data model is not editable.
- setValueAt(Object, int, int) - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- setValueLayer(IGridValueLayer) - Method in class repast.simphony.valueLayer.ValueLayerDiffuser
-
- setValueLayerEditedStyleName(String) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Sets the value layer edited style name.
- setValueLayerEditedStyleName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Sets the value layer edited style name.
- setValueLayerEditedStyleName(String) - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Sets the value layer edited style name.
- setValueLayerStyleName(String) - Method in class repast.simphony.visualization.engine.CartesianDisplayDescriptor
-
Sets the value layer style name.
- setValueLayerStyleName(String) - Method in class repast.simphony.visualization.engine.DefaultDisplayDescriptor
-
Deprecated.
Sets the value layer style name.
- setValueLayerStyleName(String) - Method in interface repast.simphony.visualization.engine.ValueLayerDescriptor
-
Sets the value layer style name.
- setViewBounds(Rectangle2D) - Method in class repast.simphony.visualization.visualization2D.RepastCanvas2D
-
Deprecated.
- setViewType(GISDisplayDescriptor.VIEW_TYPE) - Method in class repast.simphony.gis.visualization.engine.GISDisplayData
-
- setViewType(GISDisplayDescriptor.VIEW_TYPE) - Method in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
- setVisibilityChanged(boolean) - Method in class repast.simphony.relogo.AbstractTurtle
-
- setVisibilityChanged(boolean) - Method in interface repast.simphony.relogo.Turtle
-
- setVisible(boolean) - Method in class repast.simphony.gis.display.RepastMapLayer
-
Deprecated.
- setVisible(boolean) - Method in class repast.simphony.gis.display.RepastRasterLayer
-
Deprecated.
- setWatcheeCondition(String) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- setWatcheeCondition(String) - Method in class repast.simphony.engine.watcher.WatchParameters
-
- setWatcherCount(int) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
Gets the amount of watchers to trigger.
- setWatcherCount(int) - Method in class repast.simphony.engine.watcher.WatchParameters
-
Gets the amount of watchers to trigger.
- setWatchID(String) - Method in class repast.simphony.engine.watcher.SharedWatchParameters
-
- setWatchID(String) - Method in class repast.simphony.engine.watcher.WatchParameters
-
- setWeight(double) - Method in class repast.simphony.space.graph.RepastEdge
-
Sets the weight of this edge.
- setWhoCounter(Number) - Static method in class repast.simphony.relogo.AbstractTurtle
-
- setWidth(double) - Method in class repast.simphony.visualization.engine.BoundingBox
-
- setWorkingDirectory(File) - Method in class repast.simphony.integration.CustomExecute
-
- setWorldValue(double, double, int) - Method in class repast.simphony.space.gis.RasterLayer
-
- setWorldValue(double, double, float) - Method in class repast.simphony.space.gis.RasterLayer
-
- setWorldValue(double, double, double) - Method in class repast.simphony.space.gis.RasterLayer
-
- setWriteDescriptorFileName(String) - Method in interface repast.simphony.integration.DataFile
-
- setWriteDescriptorFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
-
- setWriteFileName(String) - Method in interface repast.simphony.integration.DataFile
-
- setWriteFileName(String) - Method in class repast.simphony.integration.DefaultDataFile
-
- setWriter(Writer) - Method in class repast.simphony.integration.DefaultDataFile
-
- setWriter(Writer) - Method in interface repast.simphony.integration.IntegrationSource
-
Sets the writer to write with.
- setWrittenObject(Queryable) - Method in class repast.simphony.integration.DataFileWriter
-
- setWrittenObject(Queryable) - Method in class repast.simphony.integration.DefaultDataFile
-
- setWrittenObject(Queryable) - Method in class repast.simphony.integration.DefaultExtProgRunner
-
Performs a setWriteObject on all the integration sources.
- setWrittenObject(Queryable) - Method in interface repast.simphony.integration.Writer
-
- setX(int) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
- setX(double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- setX(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- setXAxisLabel(String) - Method in class repast.simphony.chart2.AbstractXYChartCreator
-
- setXAxisLabel(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setXcor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the x coordinate of a turtle to number.
- setXcor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the x coordinate of a turtle to number.
- setXMLFile(String) - Method in class repast.simphony.freezedry.wizard.FreezeDryWizardModel
-
- setXmlFile(File) - Method in class repast.simphony.xml.AbstractConverter
-
- setXmlFile(File) - Method in class repast.simphony.xml.XMLSerializer
-
Set the XML file for converters that need the file path for serializing
out objects to other file types in the same folder as the XML file.
- setXSize(int) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- setXSourceId(String) - Method in class repast.simphony.chart2.AbstractXYSeriesDataSink
-
Sets the id of the data source that produces the x value.
- setxy(Number, Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the x-y coordinates of a turtle to (nX, nY).
- setxy(Number, Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the x-y coordinates of a turtle to (nX, nY).
- setY(int) - Method in class repast.simphony.space.delaunay.TriangulationPoint
-
- setY(double) - Method in class repast.simphony.visualization.cgd.graph.CGDNode
-
- setY(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setY(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- setYAxisLabel(String) - Method in class repast.simphony.chart2.AbstractXYChartCreator
-
- setYAxisLabel(String) - Method in class repast.simphony.chart2.engine.ChartDescriptor
-
- setYcor(Number) - Method in class repast.simphony.relogo.AbstractTurtle
-
Sets the y coordinate of a turtle to number.
- setYcor(Number) - Method in interface repast.simphony.relogo.Turtle
-
Sets the y coordinate of a turtle to number.
- setYMax(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setYMin(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setYScale(float) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setYSize(int) - Method in class repast.simphony.visualization.visualization3D.layout.JungNetworkLayout
-
- setYValue(boolean) - Method in class repast.simphony.visualization.editedStyle.EditedValueLayerStyleData
-
- setZ(int) - Method in class repast.simphony.visualization.visualization3D.layout.DimensionLocal
-
- setZ(int) - Method in class repast.simphony.visualization.visualization3D.layout.FR3DLayout
-
- setZipNShip(boolean) - Method in class repast.simphony.ui.sweep.ParameterSweepPanel
-
- shadeOfQ(Number, Number) - Static method in class repast.simphony.relogo.Utility
-
Queries if two shades are of the same color.
- shape - Variable in class repast.simphony.gis.styleEditor.PreviewLabel
-
- shape - Variable in class repast.simphony.relogo.AbstractLink
-
- Shape_List - Static variable in class repast.simphony.visualization.gui.styleBuilder.IconFactory2D
-
- ShapeFactory - Class in repast.simphony.visualization.visualization3D
-
- ShapeFactory() - Constructor for class repast.simphony.visualization.visualization3D.ShapeFactory
-
- shapeFactory - Variable in class repast.simphony.visualizationOGL2D.DefaultStyleOGL2D
-
- ShapeFactory2D - Class in repast.simphony.visualization.visualization2D
-
- ShapeFactory2D() - Constructor for class repast.simphony.visualization.visualization2D.ShapeFactory2D
-
Deprecated.
- ShapefileAgentBuilder - Class in repast.simphony.gis.dataLoader
-
TODO Geotools: re-work this into the ContextBuilderFactory
context.xml dataloader mechanism
- ShapefileFeatureAgentFactory<T> - Class in repast.simphony.space.gis
-
Factory class for creating feature agents that
are appropriate for writing to shapfiles.
- ShapefileLoader<T> - Class in repast.simphony.space.gis
-
Creates and sets agents properties from a features in shapefile.
- ShapefileLoader(Class<T>, URL, Geography, Context) - Constructor for class repast.simphony.space.gis.ShapefileLoader
-
Creates a shapefile loader for agents of the specified
class and whose data source is the specified shapefile.
- ShapefileWriter - Class in repast.simphony.space.gis
-
Writes the contents of a geography to a shapefile each layer of the
geography is written to a separate shapefile.
- ShapefileWriter(Geography) - Constructor for class repast.simphony.space.gis.ShapefileWriter
-
Creates a ShapefileWriter that will write layers
in the specified geography to a shapefile.
- shapes - Variable in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- shapes() - Method in class repast.simphony.visualization.visualization3D.VisualItem3D
-
- shapeWkt - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- SharedWatchParameters - Class in repast.simphony.engine.watcher
-
Contains the invariant part of a WatchParamter that can be shared among
WatchParameters for different objects.
- SharedWatchParameters(String, String) - Constructor for class repast.simphony.engine.watcher.SharedWatchParameters
-
- SheetInfo - Class in repast.simphony.relogo.util
-
- SheetInfo(String, List<PrimitiveCategory>) - Constructor for class repast.simphony.relogo.util.SheetInfo
-
- ShortConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.ShortConverter
-
- ShortestPath<T> - Class in repast.simphony.space.graph
-
Calculates the shortest path from a specified node to all other nodes in the
net using Dijkstra's algorithm.
- ShortestPath() - Constructor for class repast.simphony.space.graph.ShortestPath
-
Constructor
- ShortestPath(Network<T>) - Constructor for class repast.simphony.space.graph.ShortestPath
-
- ShortestPath(Network<T>, T) - Constructor for class repast.simphony.space.graph.ShortestPath
-
- ShortSteppedSetter - Class in repast.simphony.parameter
-
- ShortSteppedSetter(String, short, short, short) - Constructor for class repast.simphony.parameter.ShortSteppedSetter
-
Constructs this with the given base value, step size, and maximum value.
- shouldRevert(double) - Method in interface repast.simphony.parameter.optimizer.AdvancementChooser
-
If the sweeper should revert to the parameters used before the last ones.
- shouldRevert(double) - Method in class repast.simphony.parameter.optimizer.AnnealingAdvancementChooser
-
- shouldRevert(double) - Method in class repast.simphony.parameter.optimizer.HillClimber
-
Returns true when the previous run's value was greater than runResult or when we're exploring
the local space to figure out which direction to go.
- shouldRevert(double) - Method in class repast.simphony.parameter.optimizer.OptimizedParameterSweeper.DefaultAdvanceChooser
-
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- shouldStartDragInteraction(PInputEvent) - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- show(Object) - Method in class repast.simphony.relogo.AbstractLink
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.AbstractObserver
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.AbstractPatch
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.AbstractTurtle
-
Prints value with agent identifier to the console.
- show(Object) - Method in class repast.simphony.relogo.Link
-
Prints value with agent identifier to the console.
- show(Object) - Method in interface repast.simphony.relogo.Observer
-
Prints value with agent identifier to the console.
- show(Object) - Method in interface repast.simphony.relogo.Patch
-
Prints value with agent identifier to the console.
- show(Object) - Method in interface repast.simphony.relogo.Turtle
-
Prints value with agent identifier to the console.
- show(String, int, int) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- show(String) - Method in class repast.simphony.space.gis.WritableGridCoverage2D
-
- show() - Method in class repast.simphony.ui.widget.ErrorLog
-
- show(JComponent, int, int) - Method in class repast.simphony.visualization.editor.FloatingList
-
Deprecated.
- SHOW_DECORATOR - Static variable in class repast.simphony.visualization.decorator.AbstractProjectionDecorator
-
- SHOW_DECORATOR - Static variable in interface repast.simphony.visualization.decorator.DecoratorConstants
-
- SHOW_LABEL - Static variable in class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
-
- showDialog(Component, String) - Method in class repast.simphony.chart2.wizard.HistogramEditorWizard
-
- showDialog(Component, String) - Method in class repast.simphony.chart2.wizard.TimeSeriesEditorWizard
-
- showDialog(Component, String) - Method in class repast.simphony.data2.wizard.ConsoleSinkEditorWizard
-
- showDialog(Component, String) - Method in class repast.simphony.data2.wizard.DataSetEditorWizard
-
- showDialog(Component, String) - Method in class repast.simphony.data2.wizard.FileSinkEditorWizard
-
- showDialog(JFrame, String) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- showDialog(JDialog, String) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- showDialog(Component, String) - Method in class repast.simphony.userpanel.ui.UserPanelEditorWizard
-
- showDialog(Component, String) - Method in class repast.simphony.util.wizard.DynamicWizard
-
- showDialog(Component) - Method in class repast.simphony.visualization.gui.DisplayConfigurationWizard
-
- showDialog(Component) - Method in class repast.simphony.visualization.gui.DisplayWizardCreator
-
- showDialogModal() - Method in class repast.simphony.data.analysis.AnalysisPluginWizard
-
Shows the wizard in a modal dialog.
- showError(String, String) - Method in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- showError(String, String) - Method in class repast.simphony.ui.RSGui
-
- ShowExportDialog - Class in repast.simphony.gis.ui
-
- ShowExportDialog() - Constructor for class repast.simphony.gis.ui.ShowExportDialog
-
- showFillPane(boolean) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- showGrid - Variable in class repast.simphony.chart2.engine.ChartDescriptor
-
- showHoverProbes - Variable in class repast.simphony.visualization.visualization2D.Display2D
-
Deprecated.
- showLegend - Variable in class repast.simphony.chart2.engine.ChartDescriptor
-
- showLink() - Method in class repast.simphony.relogo.AbstractLink
-
Makes link visible.
- showLink() - Method in class repast.simphony.relogo.Link
-
Makes link visible.
- showMarkPane(boolean) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- showMessage(String) - Method in class repast.simphony.batch.ssh.ConsoleUserInfo
-
- showNetworkStatus - Variable in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- showStrokePane(boolean) - Method in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- showTurtle() - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes turtle visible.
- showTurtle() - Method in interface repast.simphony.relogo.Turtle
-
Makes turtle visible.
- SHP_FILE_STYLE_PROP - Static variable in class repast.simphony.visualization.gis.DisplayGIS
-
Deprecated.
- shuffle() - Method in class repast.simphony.engine.schedule.ActionList
-
Shuffles the elements of this list.
- shuffle - Variable in class repast.simphony.engine.watcher.AbstractTriggerScheduler
-
- shuffle(List<E>) - Static method in class repast.simphony.relogo.Utility
-
Returns a list randomly reordered.
- shuffle(List, Uniform) - Static method in class repast.simphony.util.SimUtilities
-
Shuffles the specified list using the specifid Uniform rng.
- shuffle(double[], Uniform) - Static method in class repast.simphony.util.SimUtilities
-
Shuffles the specified double[] using the specifid Uniform rng.
- shutdown() - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLCanvas
-
- shutdown() - Method in class repast.simphony.visualization.gis3D.RepastWorldWindowGLJPanel
-
- SIBLING - Static variable in class repast.simphony.visualization.cgd.util.Separation
-
- simple - Variable in class repast.simphony.visualizationOGL2D.SVGSpatialSource
-
- SimpleAdder<T> - Class in repast.simphony.space.gis
-
- SimpleAdder() - Constructor for class repast.simphony.space.gis.SimpleAdder
-
- SimpleCartesianAdder<T> - Class in repast.simphony.space.continuous
-
This is a simple implementation of an adder that doesn't perform any action.
- SimpleCartesianAdder() - Constructor for class repast.simphony.space.continuous.SimpleCartesianAdder
-
- SimpleCharStream - Class in repast.simphony.engine.watcher.query
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(Reader, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(Reader) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(InputStream, String, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(InputStream, int, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(InputStream, String) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- SimpleCharStream(InputStream) - Constructor for class repast.simphony.engine.watcher.query.SimpleCharStream
-
- simpleDistance - Variable in class repast.simphony.engine.graph.NaryTreeTraverser
-
- SimpleEditedEdgeStyleDialog - Class in repast.simphony.visualization.gui.styleBuilder
-
- SimpleEditedEdgeStyleDialog(Frame) - Constructor for class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
-
- SimpleEditedEdgeStyleDialog(Dialog) - Constructor for class repast.simphony.visualization.gui.styleBuilder.SimpleEditedEdgeStyleDialog
-
- SimpleFactory<T> - Interface in repast.simphony.util
-
A simple interface for factories that create some type.
- SimpleGridAdder<T> - Class in repast.simphony.space.grid
-
This is a simple implementation of an adder that doesn't perform any action.
- SimpleGridAdder() - Constructor for class repast.simphony.space.grid.SimpleGridAdder
-
- SimpleMarkFactory - Class in repast.simphony.gis.styleEditor
-
MarkFactory that provides Styled Layer Descriptor (SLD) compatible shapes
based on the "well known name" element of the SLD schema.
- SimpleMarkFactory() - Constructor for class repast.simphony.gis.styleEditor.SimpleMarkFactory
-
- SimpleMethodTableModel - Class in repast.simphony.data2.wizard
-
- SimpleMethodTableModel(Iterable<MethodDataSourceDefinition>) - Constructor for class repast.simphony.data2.wizard.SimpleMethodTableModel
-
- SimpleNode - Class in repast.simphony.engine.watcher.query
-
- SimpleNode(int) - Constructor for class repast.simphony.engine.watcher.query.SimpleNode
-
- SimpleNode(QueryParser, int) - Constructor for class repast.simphony.engine.watcher.query.SimpleNode
-
- SimpleParameterSetter - Class in repast.simphony.parameter
-
- SimpleParameterSetter() - Constructor for class repast.simphony.parameter.SimpleParameterSetter
-
- SimpleState - Class in repast.simphony.statecharts.old
-
- SimpleState() - Constructor for class repast.simphony.statecharts.old.SimpleState
-
- SimpleState<T> - Class in repast.simphony.statecharts
-
- SimpleState(String) - Constructor for class repast.simphony.statecharts.SimpleState
-
- SimpleStateBuilder<T> - Class in repast.simphony.statecharts
-
- SimpleStateBuilder(String) - Constructor for class repast.simphony.statecharts.SimpleStateBuilder
-
- SimpleWrapper<T> - Class in repast.simphony.util.collections
-
- SimpleWrapper(String, T) - Constructor for class repast.simphony.util.collections.SimpleWrapper
-
Constructs this with the specified description and wrapped object.
- simStarted() - Method in class repast.simphony.ui.RunOptionsModel
-
Notifies this RunOptions model that simulation has started.
- simStopped() - Method in class repast.simphony.ui.RunOptionsModel
-
Notifies this RunOptions model that simulation has stoped.
- SimUtilities - Class in repast.simphony.util
-
A collection of utility methods.
- SimUtilities() - Constructor for class repast.simphony.util.SimUtilities
-
- sin(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the sine of an angle.
- SingleHistogramDomainAxis - Class in repast.simphony.chart2
-
This class axis is setup to display the domain of a histogram.
- SingleHistogramDomainAxis() - Constructor for class repast.simphony.chart2.SingleHistogramDomainAxis
-
- SingleHistogramDomainAxis(String) - Constructor for class repast.simphony.chart2.SingleHistogramDomainAxis
-
- singleOccupancy1D(GridAdder<T>, GridPointTranslator, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 1 dimensional grid.
- singleOccupancy1DTorus(GridAdder<T>, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 1 dimensional periodic
wrapped grid.
- singleOccupancy2D(GridAdder<T>, GridPointTranslator, int, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 2 dimensional grid.
- singleOccupancy2DTorus(GridAdder<T>, int, int) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy 2 dimensional torus.
- SingleOccupancyCellAccessor<T> - Class in repast.simphony.space.grid
-
Coordinate accessor for a space where each location holds a single object.
- SingleOccupancyCellAccessor() - Constructor for class repast.simphony.space.grid.SingleOccupancyCellAccessor
-
- SingleOccupancyCoordinateAccessor<T> - Class in repast.simphony.space.continuous
-
Coordinate accessor for a space where each location holds a single object.
- SingleOccupancyCoordinateAccessor() - Constructor for class repast.simphony.space.continuous.SingleOccupancyCoordinateAccessor
-
- singleOccupancyND(GridAdder<T>, GridPointTranslator, int...) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy n-dimensional grid.
- singleOccupancyNDTorus(GridAdder<T>, int...) - Static method in class repast.simphony.space.grid.GridBuilderParameters
-
Returns GridBuilderParameters suitable for creating a single occupancy n-dimensional torus.
- SingleRunDataSetManager - Class in repast.simphony.data2
-
DataSetManager for single (i.e.
- SingleRunDataSetManager() - Constructor for class repast.simphony.data2.SingleRunDataSetManager
-
- SINGLETON - Static variable in class repast.simphony.visualization.cgd.util.Clan
-
- SinkBuilder - Interface in repast.simphony.data2.builder
-
Inteface for classes that can build DataSinks.
- sinkBuilders - Variable in class repast.simphony.data2.builder.AbstractDataSetBuilder
-
- SinkDataStep<D extends AbstractTextSinkDescriptor,T extends DataSetModel<D>> - Class in repast.simphony.data2.wizard
-
Data configure step for creating sinks.
- SinkDataStep(String, String) - Constructor for class repast.simphony.data2.wizard.SinkDataStep
-
- sinks - Variable in class repast.simphony.data2.AbstractDataSet
-
- sinks() - Method in class repast.simphony.data2.AbstractDataSet
-
- sinks() - Method in interface repast.simphony.data2.DataSet
-
Gets the sinks associated with this DataSet.
- sinks - Variable in class repast.simphony.visualization.cgd.util.Clan
-
- size() - Method in class repast.simphony.context.AbstractContext
-
- size() - Method in class repast.simphony.context.FormerDefaultContext
-
- size() - Method in class repast.simphony.context.space.graph.ContextJungNetwork
-
- size() - Method in class repast.simphony.data2.AbstractDataSetManager.ObjList
-
- size() - Method in interface repast.simphony.data2.SizedIterable
-
Gets the number of elements in the iterable.
- size() - Method in class repast.simphony.engine.schedule.ActionList
-
Gets the size of this list.
- size() - Method in class repast.simphony.engine.schedule.ActionQueue
-
Gets the number of elements in the queue.
- size() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Returns the number of ISchedulableActions in this ScheduleGroup.
- size() - Method in class repast.simphony.parameter.DefaultSchema
-
Gets the number of parameters in this schema.
- size() - Method in interface repast.simphony.parameter.Schema
-
Gets the number of parameters in this schema.
- size() - Method in class repast.simphony.query.space.grid.GridCell
-
Gets the number of object held by this GridCell.
- size - Variable in class repast.simphony.space.continuous.AbstractContinuousSpace
-
- size() - Method in class repast.simphony.space.continuous.AbstractContinuousSpace
-
Gets the number of objects currently in the space.
- size() - Method in interface repast.simphony.space.continuous.ContinuousSpace
-
Gets the number of objects currently in the space.
- size() - Method in class repast.simphony.space.Dimensions
-
Gets the number of dimensions in this Dimensions.
- size() - Method in class repast.simphony.space.gis.DefaultGeography
-
Gets the number of objects in the geography.
- size() - Method in interface repast.simphony.space.gis.Geography
-
Gets the number of objects in the geography.
- size() - Method in class repast.simphony.space.graph.JungNetwork
-
- size() - Method in interface repast.simphony.space.graph.Network
-
Gets the number of nodes in this network.
- size - Variable in class repast.simphony.space.grid.AbstractGrid
-
- size() - Method in class repast.simphony.space.grid.AbstractGrid
-
Gets the number of objects currently in the space.
- size() - Method in interface repast.simphony.space.grid.Grid
-
Gets the number of objects currently in the space.
- size() - Method in class repast.simphony.space.grid.GridDimensions
-
Gets the number of dimensions in this Dimensions.
- size() - Method in class repast.simphony.util.collections.CompositeIndexedIterable
-
Gets the number of elements in this IndexedIterable.
- size() - Method in interface repast.simphony.util.collections.IndexedIterable
-
Gets the number of elements in this IndexedIterable.
- size() - Method in class repast.simphony.util.collections.ListIndexedIterable
-
Gets the number of elements in this IndexedIterable.
- size() - Method in class repast.simphony.util.collections.NaryTree
-
Gets the number of nodes currently in the tree.
- size() - Method in class repast.simphony.util.collections.OpenLongToDoubleHashMap
-
Get the number of elements stored in the map.
- size() - Method in interface repast.simphony.util.collections.Tree
-
Gets the number of nodes currently in the tree.
- size() - Method in class repast.simphony.util.PriorityQueue
-
Gets the number of elements in the queue.
- size() - Method in class repast.simphony.valueLayer.DenseValueLayerStore
-
- size() - Method in class repast.simphony.valueLayer.GridValueLayer
-
Return the number of entries in the value layer.
- size() - Method in class repast.simphony.valueLayer.SparseValueLayerStore
-
- size() - Method in interface repast.simphony.valueLayer.ValueLayerStore
-
- size - Variable in class repast.simphony.visualization.cgd.util.Clan
-
- size - Variable in class repast.simphony.visualization.cgd.util.ParseClanTree
-
- size() - Method in class repast.simphony.visualization.cgd.util.Separation
-
- size - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- size - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- size() - Method in class repast.simphony.visualization.editor.space.Projected3DGrid
-
Gets the number of objects currently in the space.
- size() - Method in class repast.simphony.visualization.editor.space.Projected3DSpace
-
Gets the number of objects currently in the space.
- size - Variable in class repast.simphony.visualization.gis3D.WMSLayersPanel
-
- SizeableStyleData - Interface in repast.simphony.visualization.editedStyle
-
Interface for edited styles that are scalable.
- SizedIterable<T> - Interface in repast.simphony.data2
-
An iterable with a size
- sizeInternal() - Method in class repast.simphony.context.AbstractContext
-
- sizeInternal() - Method in class repast.simphony.context.DefaultContext
-
- sizeInternal() - Method in class repast.simphony.context.SmallDefaultContext
-
- sizeMax - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- sizeMax - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- sizeMaxMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- sizeMaxMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- sizeMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- sizeMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- sizeMin - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- sizeMin - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- sizeMinMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- sizeMinMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- sizeScale - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- sizeScale - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- sizeScaleMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedEdgeStyleData
-
- sizeScaleMethodName - Variable in class repast.simphony.visualization.editedStyle.EditedStyleData
-
- skipFirstStep - Variable in class repast.simphony.data.analysis.AnalysisPluginWizard
-
- sky() - Static method in class repast.simphony.relogo.Utility
-
Returns the numerical value corresponding to the color sky.
- SM_FILTER_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SM_SAVE_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- SMALL_MARK_SIZE - Static variable in class repast.simphony.gis.styleEditor.PreviewLabel
-
- SmallDefaultContext<T> - Class in repast.simphony.context
-
- SmallDefaultContext() - Constructor for class repast.simphony.context.SmallDefaultContext
-
- SmallDefaultContext(Object) - Constructor for class repast.simphony.context.SmallDefaultContext
-
- SmallDefaultContext(Object, Object) - Constructor for class repast.simphony.context.SmallDefaultContext
-
- smoothing - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
-
- SnapshotTaker - Class in repast.simphony.ui.widget
-
Takes a snapshot of a JComponent.
- SnapshotTaker(Imageable) - Constructor for class repast.simphony.ui.widget.SnapshotTaker
-
- SnapshotTaker(JComponent) - Constructor for class repast.simphony.ui.widget.SnapshotTaker
-
- solver - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- sort(Comparator) - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- sort() - Method in class repast.simphony.dataLoader.ui.wizard.builder.CheckNode
-
- sort(Comparator<ISchedulableAction>, boolean) - Method in class repast.simphony.engine.schedule.ActionList
-
Sorts this list using the specified Comparator.
- sort() - Method in class repast.simphony.engine.schedule.ScheduleGroup
-
Sorts the DefaultActions in this ScheduleGroup according to their priority.
- sort(List) - Static method in class repast.simphony.relogo.Utility
-
Returns a list that has been sorted by ascending order.
- sort(AgentSet) - Static method in class repast.simphony.relogo.Utility
-
Returns an agentset that has been sorted by the natural ordering of the
agents.
- sortChildren(Comparator<T>) - Method in class repast.simphony.util.collections.NaryTree
-
Sorts the children of each node w/r to each other according the specified
comparator
- sortChildren(Comparator<T>) - Method in interface repast.simphony.util.collections.Tree
-
Sorts the children of each node w/r to each other according the specified
comparator
- source - Variable in class repast.simphony.space.graph.RepastEdge
-
- source - Variable in class repast.simphony.util.Scanner
-
- source - Variable in class repast.simphony.visualization.cgd.graph.CGDEdge
-
- sourceIds - Variable in class repast.simphony.data2.engine.AbstractTextSinkDescriptor
-
- sourceMap - Variable in class repast.simphony.sql.SQLWindow
-
- sourceObject - Variable in class repast.simphony.query.space.gis.AbstractGeometryQuery
-
- sources - Variable in class repast.simphony.visualization.cgd.util.Clan
-
- SOUTH - Static variable in interface repast.simphony.space.Direction
-
Directional constant for vector movement.
- SPACE_DIMENSIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
- SPACE_DIMENSIONS_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
- SPACE_ORIGIN_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.ContinuousProjectionDryer
-
- SPACE_ORIGIN_KEY - Static variable in class repast.simphony.freezedry.freezedryers.proj.GridProjectionDryer2
-
- SpaceAddHandler - Class in repast.simphony.visualization.editor
-
- SpaceAddHandler(PCanvas, Display2D, DisplayEditor2D, ContinuousSpace) - Constructor for class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
- SpaceAddListener - Class in repast.simphony.visualization.editor
-
- SpaceAddListener(ContinuousSpace, SpaceAddHandler) - Constructor for class repast.simphony.visualization.editor.SpaceAddListener
-
Deprecated.
- SpaceConverter - Class in repast.simphony.xml
-
XStream converter for ContextSpace, the default continuous space type
in simphony.
- SpaceConverter() - Constructor for class repast.simphony.xml.SpaceConverter
-
- spaceDimensions - Variable in class repast.simphony.space.grid.WrapAroundBorders
-
- SpaceLocationProbe - Class in repast.simphony.ui.probe
-
Probe of an objects location in a continuous space.
- SpaceLocationProbe(Object, ContinuousSpace<?>) - Constructor for class repast.simphony.ui.probe.SpaceLocationProbe
-
- SpaceProjectionBuilder - Class in repast.simphony.dataLoader.engine
-
Builds a grid projection based on SContinousSpace data.
- SpaceProjectionBuilder() - Constructor for class repast.simphony.dataLoader.engine.SpaceProjectionBuilder
-
- spaceWidths - Variable in class repast.simphony.space.continuous.WrapAroundBorders
-
- spaceWidths - Variable in class repast.simphony.space.grid.WrapAroundBorders
-
- SparklineJComponent - Class in repast.simphony.ui.sparkline
-
- SparklineJComponent() - Constructor for class repast.simphony.ui.sparkline.SparklineJComponent
-
- SparseValueLayerStore - Class in repast.simphony.valueLayer
-
Value layer store backed by a sparse map.
- SparseValueLayerStore(int, double) - Constructor for class repast.simphony.valueLayer.SparseValueLayerStore
-
- SpatialContext<T,V> - Interface in repast.simphony.context
-
- SpatialException - Exception in repast.simphony.space
-
Exception used by spaces to indicate invalid moves and the like.
- SpatialException(String) - Constructor for exception repast.simphony.space.SpatialException
-
Constructs a new runtime exception with the specified detail message.
- SpatialException(String, Throwable) - Constructor for exception repast.simphony.space.SpatialException
-
Constructs a new runtime exception with the specified detail message and
cause.
- SpatialMath - Class in repast.simphony.space
-
- SpatialMath() - Constructor for class repast.simphony.space.SpatialMath
-
- SpatialPredicate - Class in repast.simphony.query.space.projection
-
Abstract implementation of Predicate interface.
- SpatialPredicate() - Constructor for class repast.simphony.query.space.projection.SpatialPredicate
-
- SpatialSource - Interface in repast.simphony.visualizationOGL2D
-
Interface for classes that can act as sources for VSpatials.
- SpatialWrapper - Class in repast.simphony.visualizationOGL2D
-
Wraps the VSpatial produced by a style.
- SpatialWrapper(VSpatial) - Constructor for class repast.simphony.visualizationOGL2D.SpatialWrapper
-
- spawn() - Method in class repast.simphony.integration.DefaultLegacyExecutor
-
- spawn() - Method in interface repast.simphony.integration.LegacyExecutor
-
- spawnAndReturnProcess() - Method in class repast.simphony.integration.CustomExecute
-
Starts a process defined by the command line.
- SPECIAL_COL_MARKER - Static variable in class repast.simphony.freezedry.AbstractDataSource
-
This should be pre-pended to column names that will be interpreted in a "special" way (IE
used to identify an object, or as a reference to another table).
- specialConstructor - Variable in exception repast.simphony.engine.watcher.query.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Variable in class repast.simphony.engine.watcher.query.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SpecificClassOption - Class in repast.simphony.dataLoader.ui.wizard
-
- SpecificClassOption() - Constructor for class repast.simphony.dataLoader.ui.wizard.SpecificClassOption
-
- SphericalLayout - Class in repast.simphony.visualization.visualization3D.layout
-
z between -R and R, phi between 0 and 2 pi, each with a uniform distribution
To find the latitude (theta) of this point, note that z=Rsin(theta), so
theta=sin-1(z/R); its longitude is (surprise!) phi.
- SphericalLayout() - Constructor for class repast.simphony.visualization.visualization3D.layout.SphericalLayout
-
- splice(QuadEdge, QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- SpreadsheetUtils - Class in repast.simphony.ui.table
-
Utility to convert TableModels to spreadsheet files via POI
- SpreadsheetUtils() - Constructor for class repast.simphony.ui.table.SpreadsheetUtils
-
- sprout(Number) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles.
- sprout(Number, Closure) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles then executes a set of commands on
the created turtles.
- sprout(Number, Closure, String) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles of a specific type then executes a
set of commands on the created turtles.
- sprout(Number, Closure, Class) - Method in class repast.simphony.relogo.AbstractPatch
-
Makes a number of random new turtles of a specific type then executes a
set of commands on the created turtles.
- sprout(Number) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles.
- sprout(Number, Closure) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles then executes a set of commands on
the created turtles.
- sprout(Number, Closure, String) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles of a specific type then executes a
set of commands on the created turtles.
- sprout(Number, Closure, Class) - Method in interface repast.simphony.relogo.Patch
-
Makes a number of random new turtles of a specific type then executes a
set of commands on the created turtles.
- SQLWindow - Class in repast.simphony.sql
-
Panel for executing and displaying SQL results.
- SQLWindow() - Constructor for class repast.simphony.sql.SQLWindow
-
- sqrt() - Method in class org.jscience.physics.amount.Amount
-
Returns the square root of this measure.
- sqrt(Number) - Static method in class repast.simphony.relogo.Utility
-
Returns the square root of a number.
- SquareIcon - Class in repast.simphony.dataLoader.ui.wizard.builder
-
- SquareIcon(Color) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.SquareIcon
-
- SquareIcon - Class in repast.simphony.gis.display
-
- SquareIcon(Color) - Constructor for class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- SquareIcon(Color, int) - Constructor for class repast.simphony.gis.display.SquareIcon
-
Deprecated.
- SquareIcon - Class in repast.simphony.ui.plugin.editor
-
Draws a square colored icon.
- SquareIcon(int, int, Color) - Constructor for class repast.simphony.ui.plugin.editor.SquareIcon
-
- SSH_DIR_KEY - Static variable in class repast.simphony.batch.ssh.Configuration
-
- SSHSession - Class in repast.simphony.batch.ssh
-
- SSHSession(Session) - Constructor for class repast.simphony.batch.ssh.SSHSession
-
- SSHSessionFactory - Class in repast.simphony.batch.ssh
-
Factory for creating SSHSession objects.
- st() - Method in class repast.simphony.relogo.AbstractTurtle
-
Makes turtle visible.
- st() - Method in interface repast.simphony.relogo.Turtle
-
Makes turtle visible.
- stageChanged(RenderingEvent) - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- stageChanged(RenderingEvent) - Method in class repast.simphony.visualization.gis3D.ScreenShotAction
-
- standardDeviation(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the standard deviation for a collection.
- Start() - Method in class repast.simphony.engine.watcher.query.QueryParser
-
- start - Variable in class repast.simphony.gis.tools.DistanceTool
-
- START - Static variable in class repast.simphony.parameter.xml.NumberSetterCreator
-
- start() - Method in class repast.simphony.ui.RSApplication
-
Starts a simulation run.
- start() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- start() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- start(GeometryUtil.GeometryType) - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- start() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
Starts the listener.
- start() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
Starts the listener.
- start() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
Starts the listener.
- START_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- START_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- startCanvas - Variable in class repast.simphony.gis.tools.DistanceTool
-
- startChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- startChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- startChildrenRead(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- startChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
- startChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- startChildrenWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
- startDrag(PInputEvent) - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
- started() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been started.
- started() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been started.
- started() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
-
- started() - Method in class repast.simphony.data2.AbstractDataSetManager
-
- started() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been started.
- started() - Method in class repast.simphony.relogo.ReLogoModel
-
- started() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- started() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been started.
- startElement(String, String, String, Attributes) - Method in class repast.simphony.parameter.ParametersParser
-
- startElement(String, String, String, Attributes) - Method in class repast.simphony.parameter.ParametersValuesLoader
-
- startElement(String, String, String, Attributes) - Method in class repast.simphony.parameter.xml.ParameterSweepParser
-
- startElement(String, String, String, Attributes) - Method in class repast.simphony.scenario.ScenarioFileLoader
-
Receive notification of the start of an element.
- startFld - Variable in class repast.simphony.ui.plugin.editor.ScheduleParamsPanel
-
- startNetCheckThread() - Method in class repast.simphony.visualization.gis3D.RepastStatusBar
-
- StartRun - Class in repast.simphony.ui.action
-
Action for starting a run
- StartRun() - Constructor for class repast.simphony.ui.action.StartRun
-
- startTypeRead(Class) - Method in class repast.simphony.freezedry.AbstractDataSource
-
Initiates the reading of the specified class.
- startTypeRead(Class) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- startTypeRead(Class) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- startTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.AbstractDataSource
-
This is called at the start of a call to write.
- startTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.DelimitedFileDataSource
-
- startTypeWrite(FreezeDryedObject) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- State(int) - Constructor for class repast.simphony.dataLoader.ui.wizard.builder.CheckNode.State
-
- State - Class in repast.simphony.statecharts.old
-
State abstract class.
- State() - Constructor for class repast.simphony.statecharts.old.State
-
- StateAction<T> - Interface in repast.simphony.statecharts
-
- stateChanged(ChangeEvent) - Method in class repast.simphony.ui.plugin.editor.OptionsDialog
-
- stateChanged(ChangeEvent) - Method in class repast.simphony.visualizationOGL2D.DisplayOGL2D
-
- StateChart - Class in repast.simphony.statecharts.old
-
- StateChart() - Constructor for class repast.simphony.statecharts.old.StateChart
-
- StateChart<T> - Interface in repast.simphony.statecharts
-
- StateChartBeginAction - Class in repast.simphony.statecharts
-
- StateChartBeginAction(StateChartSimIntegrator) - Constructor for class repast.simphony.statecharts.StateChartBeginAction
-
- StateChartBuilder<T> - Class in repast.simphony.statecharts
-
- StateChartBuilder(T, AbstractState<T>, String) - Constructor for class repast.simphony.statecharts.StateChartBuilder
-
- StateChartBuilder(T, AbstractState<T>) - Constructor for class repast.simphony.statecharts.StateChartBuilder
-
- StateChartButton() - Constructor for class repast.simphony.statecharts.runtime.UICreatorFactory.StateChartButton
-
- statechartClosed() - Method in interface repast.simphony.statecharts.runtime.StatechartCloseListener
-
- StatechartCloseListener - Interface in repast.simphony.statecharts.runtime
-
- StateChartListener - Interface in repast.simphony.statecharts
-
Listener for state chart (state) changes.
- StateChartResolveAction - Class in repast.simphony.statecharts
-
- StateChartResolveAction() - Constructor for class repast.simphony.statecharts.StateChartResolveAction
-
- StateChartScheduler - Enum in repast.simphony.statecharts
-
This is singleton responsible for managing the scheduling of statechart begin
and resolve actions.
- StateChartSimIntegrator - Interface in repast.simphony.statecharts
-
Interface for classes that can integrate a statechart into
the larger simulation.
- StateChartSVGDisplay - Class in repast.simphony.statecharts.runtime
-
- StateChartSVGDisplay(StateChartSVGDisplayController, String, URI) - Constructor for class repast.simphony.statecharts.runtime.StateChartSVGDisplay
-
- StateChartSVGDisplayController - Class in repast.simphony.statecharts.runtime
-
- StateChartSVGDisplayController(Object, StateChart<?>) - Constructor for class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- StateChartSVGModel - Class in repast.simphony.statecharts.runtime
-
- StateChartSVGModel(SVGDocument) - Constructor for class repast.simphony.statecharts.runtime.StateChartSVGModel
-
- staticCoverageMap - Variable in class repast.simphony.gis.visualization.engine.GISDisplayData
-
Map of static raster layer FILES loaded directly to the display
for static coverages
style can be null
- staticCoverages - Variable in class repast.simphony.gis.visualization.engine.GISDisplayDescriptor
-
Map of for static coverages.
- staticFlag - Static variable in class repast.simphony.engine.watcher.query.SimpleCharStream
-
- StaticHistogramDataset - Class in repast.simphony.chart2
-
Static histogram dataset for use with JFreeChart histograms.
- StaticHistogramDataset(Comparable<?>, double[], OutOfRangeHandling) - Constructor for class repast.simphony.chart2.StaticHistogramDataset
-
- StaticHistogramDataset(Comparable<?>, double, double, int, OutOfRangeHandling) - Constructor for class repast.simphony.chart2.StaticHistogramDataset
-
- staticInstance - Static variable in class repast.simphony.engine.environment.RunState
-
- STATUS_BAR - Static variable in class repast.simphony.ui.RSGUIConstants
-
- STATUS_BAR_VIZ - Static variable in class repast.simphony.ui.RSGUIConstants
-
- STATUS_BAR_WARN - Static variable in class repast.simphony.ui.RSGUIConstants
-
- STATUS_OUTPUT_FILE - Static variable in interface repast.simphony.batch.BatchConstants
-
- statusBar - Variable in class repast.simphony.visualization.gis3D.DisplayGIS3D
-
- StatusException - Exception in repast.simphony.batch.ssh
-
Exception thrown by the RemoteStatus code.
- StatusException(String, Throwable) - Constructor for exception repast.simphony.batch.ssh.StatusException
-
- StatusException(String) - Constructor for exception repast.simphony.batch.ssh.StatusException
-
- StatusException(Throwable) - Constructor for exception repast.simphony.batch.ssh.StatusException
-
- step() - Method in class repast.simphony.batch.InteractivBatchRunner
-
- step - Variable in class repast.simphony.engine.environment.AbstractRunner
-
- step() - Method in class repast.simphony.engine.environment.AbstractRunner
-
- step() - Method in interface repast.simphony.engine.environment.Runner
-
- STEP - Static variable in class repast.simphony.parameter.xml.NumberSetterCreator
-
- step() - Method in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- step() - Method in interface repast.simphony.space.physics.PhysicsSpace
-
Manually step the physics space dynamics
- step() - Method in class repast.simphony.ui.GUIScheduleRunner
-
- step() - Method in class repast.simphony.ui.RSApplication
-
Steps a simulation run forward a single step.
- STEP_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- STEP_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- stepListeners - Variable in class repast.simphony.ui.plugin.editor.PluginWizardStep
-
- StepRun - Class in repast.simphony.ui.action
-
Action for stepping a run
- StepRun() - Constructor for class repast.simphony.ui.action.StepRun
-
- stepSize - Variable in class repast.simphony.space.physics.DefaultPhysicsSpace
-
- STICKY_RULE - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
-
- StickyBorders - Class in repast.simphony.space.continuous
-
Border implementation where translates across the border limits are clamped to
the border coordinates.
- StickyBorders() - Constructor for class repast.simphony.space.continuous.StickyBorders
-
- StickyBorders - Class in repast.simphony.space.grid
-
Border implementation where translates across the border limits are clamped to
the border coordinates.
- StickyBorders() - Constructor for class repast.simphony.space.grid.StickyBorders
-
- stop() - Method in class repast.simphony.batch.InteractivBatchRunner
-
- stop - Variable in class repast.simphony.engine.environment.AbstractRunner
-
- stop() - Method in class repast.simphony.engine.environment.AbstractRunner
-
Stops the execution of the scheduled events after the any events scheduled
for the current tick have been executed.
- stop() - Method in interface repast.simphony.engine.environment.Runner
-
- Stop - Enum in repast.simphony.relogo
-
- stop() - Static method in class repast.simphony.relogo.Utility
-
Stop the simulation.
- stop() - Method in class repast.simphony.statecharts.DefaultStateChart
-
Stops this statechart.
- stop() - Method in interface repast.simphony.statecharts.StateChart
-
Stops the state chart.
- stop() - Method in class repast.simphony.ui.GUIScheduleRunner
-
- stop() - Method in class repast.simphony.ui.RSApplication
-
Stops the simulation run.
- stop() - Method in class repast.simphony.ui.widget.BufferDataSource
-
- stop() - Method in interface repast.simphony.visualization.DisplayEditorLifecycle
-
Deprecated.
Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.ContSpaceMoveHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.DisplayEditor2D
-
Deprecated.
Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.DisplayEditor3D
-
Deprecated.
Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.gis.DisplayEditorGIS
-
Deprecated.
Stops the Editor and performs any clean up.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISAddHandler
-
Deprecated.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISMoveHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISNetAddEdgeHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.gis.GISSelectionHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.GridAddHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.GridLocationToolTip
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.GridMoveHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.NetAddEdgeHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.NetMoveHandler
-
Deprecated.
Stops the listener.
- stop() - Method in interface repast.simphony.visualization.editor.PEditorEventListener
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.SelectionHandler
-
Deprecated.
Stops the listener.
- stop() - Method in class repast.simphony.visualization.editor.SpaceAddHandler
-
Deprecated.
Stops the listener.
- STOP_ICON - Static variable in class repast.simphony.ui.RSGUIConstants
-
- STOP_ID - Static variable in class repast.simphony.ui.RSGUIConstants
-
- stopCellEditing() - Method in class org.jdesktop.swingx.autocomplete.ComboBoxCellEditor
-
Tells the combo box to stop editing and accept any partially edited value as the value of the combo box.
- StopEnabledCallBackAction - Class in repast.simphony.relogo.factories
-
- StopEnabledCallBackAction(BindableBoolean, Object, String, Object...) - Constructor for class repast.simphony.relogo.factories.StopEnabledCallBackAction
-
- stopped() - Method in class repast.simphony.batch.BatchRunner
-
Invoked when the current run has been stopped.
- stopped() - Method in class repast.simphony.batch.OneRunBatchRunner
-
Invoked when the current run has been stopped.
- stopped() - Method in class repast.simphony.chart2.engine.TimeSeriesComponentControllerAction
-
- stopped() - Method in class repast.simphony.data2.AbstractDataSetManager
-
- stopped() - Method in interface repast.simphony.engine.environment.RunListener
-
Invoked when the current run has been stopped.
- stopped() - Method in class repast.simphony.relogo.ReLogoModel
-
- stopped() - Method in class repast.simphony.statecharts.runtime.StateChartSVGDisplayController
-
- stopped() - Method in class repast.simphony.ui.RSApplication
-
Invoked when the current run has been stopped.
- StopRun - Class in repast.simphony.ui.action
-
Action for stopping a run
- StopRun() - Constructor for class repast.simphony.ui.action.StopRun
-
- store - Variable in class repast.simphony.valueLayer.GridValueLayer
-
- store - Variable in class repast.simphony.valueLayer.SparseValueLayerStore
-
- storeChildren(FreezeDryedObject, Context) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- storeClassMapping(String, String) - Method in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- storeLogin - Variable in class repast.simphony.dataLoader.wizard.JDBCContextActionBuilder
-
- storeLogin - Variable in class repast.simphony.freezedry.datasource.JDBCDataSource
-
- storeLogin - Variable in class repast.simphony.freezedry.wizard.JDBCDSBuilder
-
- storeMetaData(FreezeDryedObject, DefaultContext<?>) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- storeProjections(FreezeDryedObject, Context<?>) - Method in class repast.simphony.freezedry.freezedryers.ContextFreezeDryer
-
- storeSettings(AnalysisPluginWizard) - Method in class repast.simphony.data.analysis.AnalysisPluginRunner
-
- storeSettings() - Method in class repast.simphony.ui.RSApplication
-
- storeSettings() - Static method in class repast.simphony.util.Settings
-
- STRAIGHT_LINES - Static variable in class repast.simphony.visualization.network.PEdge
-
Deprecated.
- STRICT_RULE - Static variable in interface repast.simphony.dataLoader.engine.AutoBuilderConstants
-
- StrictBorders - Class in repast.simphony.space.continuous
-
Strict border implementation.
- StrictBorders() - Constructor for class repast.simphony.space.continuous.StrictBorders
-
- StrictBorders - Class in repast.simphony.space.grid
-
Strict border implementation.
- StrictBorders() - Constructor for class repast.simphony.space.grid.StrictBorders
-
- stride - Variable in class repast.simphony.valueLayer.GridValueLayer
-
- STRING_DELIMITER - Static variable in enum repast.simphony.integration.DataFileElementReader
-
- StringConverter<T> - Interface in repast.simphony.parameter
-
Converts an Object to and from a String representation.
- StringConverterFactory - Class in repast.simphony.parameter
-
- StringConverterFactory.BooleanConverter - Class in repast.simphony.parameter
-
- StringConverterFactory.ByteConverter - Class in repast.simphony.parameter
-
- StringConverterFactory.DoubleConverter - Class in repast.simphony.parameter
-
- StringConverterFactory.FloatConverter - Class in repast.simphony.parameter
-
- StringConverterFactory.IntConverter - Class in repast.simphony.parameter
-
- StringConverterFactory.LongConverter - Class in repast.simphony.parameter
-
- StringConverterFactory.ShortConverter - Class in repast.simphony.parameter
-
- StringConverterFactory.StringStringConverter - Class in repast.simphony.parameter
-
- StringConverterFormat - Class in repast.simphony.ui.probe
-
Format subclass that uses a StringConverter to perform the formatting.
- StringConverterFormat(StringConverter<Object>) - Constructor for class repast.simphony.ui.probe.StringConverterFormat
-
- StringFilter<M,I> - Class in repast.simphony.ui.table
-
Row filter for string values.
- StringFilter(String, int, String, NamedRowFilter.Operator) - Constructor for class repast.simphony.ui.table.StringFilter
-
- StringFormatter(int) - Constructor for class repast.simphony.data2.AbstractFormatter.StringFormatter
-
- StringProbedProperty - Class in repast.simphony.ui.probe
-
- StringProbedProperty(PropertyDescriptor) - Constructor for class repast.simphony.ui.probe.StringProbedProperty
-
- StringProbedProperty(PropertyDescriptor, List<Object>) - Constructor for class repast.simphony.ui.probe.StringProbedProperty
-
- StringStringConverter() - Constructor for class repast.simphony.parameter.StringConverterFactory.StringStringConverter
-
- stringToDblArray(String) - Method in class repast.simphony.xml.AbstractConverter
-
- stringToIntArray(String) - Method in class repast.simphony.xml.AbstractConverter
-
- stroke - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- STROKE_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- STROKE_PAINT_KEY - Static variable in class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- strokeColor - Variable in class repast.simphony.visualization.visualization2D.style.DefaultStyle2D
-
Deprecated.
- strokeVisible - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- StructurePK<T> - Class in repast.simphony.context
-
- StructurePK() - Constructor for class repast.simphony.context.StructurePK
-
- style - Variable in class repast.simphony.visualization.gis3D.AbstractAirspaceLayer
-
- style - Variable in class repast.simphony.visualization.gis3D.AbstractRenderableLayer
-
- style - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
-
- style - Variable in class repast.simphony.visualization.visualization3D.AbstractDisplayLayer3D
-
- style - Variable in class repast.simphony.visualizationOGL2D.AbstractDisplayLayerOGL2D
-
- Style2D<T> - Interface in repast.simphony.visualization.visualization2D.style
-
- Style3D<T> - Interface in repast.simphony.visualization.visualization3D.style
-
- Style3D.LabelPosition - Enum in repast.simphony.visualization.visualization3D.style
-
- styleBox - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- styleBox - Variable in class repast.simphony.visualization.gui.StyleClassStep
-
- styleBuilder - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- styleCache - Static variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- styleCache - Static variable in class repast.simphony.visualization.gui.StyleClassStep
-
- StyleClassFinder - Class in repast.simphony.visualization.gui
-
This implementation of class utilities is different from the one in
repast.simphony.util.ClassUtilities only in that here the exceptions are not
reported.
- StyleClassFinder() - Constructor for class repast.simphony.visualization.gui.StyleClassFinder
-
- StyleClassStep - Class in repast.simphony.visualization.gui
-
Style editor step for displays that use style classes to style agents.
- StyleClassStep() - Constructor for class repast.simphony.visualization.gui.StyleClassStep
-
- StyledDisplayLayer2D - Class in repast.simphony.visualization.visualization2D
-
- StyledDisplayLayer2D(Style2D, RepastCanvas2D) - Constructor for class repast.simphony.visualization.visualization2D.StyledDisplayLayer2D
-
Deprecated.
- StyledDisplayLayerOGL2D - Class in repast.simphony.visualizationOGL2D
-
OGL2D display layer that compbines a style with VSpatial objects.
- StyledDisplayLayerOGL2D(StyleOGL2D<?>, VLayer) - Constructor for class repast.simphony.visualizationOGL2D.StyledDisplayLayerOGL2D
-
- StyleDialog - Class in repast.simphony.gis.styleEditor
-
Basic dialog class for GIS style editor.
- StyleDialog(Frame) - Constructor for class repast.simphony.gis.styleEditor.StyleDialog
-
- StyleDialog(Dialog) - Constructor for class repast.simphony.gis.styleEditor.StyleDialog
-
- StyleEditorPanel - Class in repast.simphony.gis.styleEditor
-
Panel that holds the various sub-panel editors (Basic, Rule, Value, etc.).
- StyleEditorPanel() - Constructor for class repast.simphony.gis.styleEditor.StyleEditorPanel
-
- StyleGIS<T> - Interface in repast.simphony.visualization.gis3D.style
-
The general 3D GIS style interface.
- styleModel - Variable in class repast.simphony.visualization.gui.CoverageStyleClassStep
-
- styleModel - Variable in class repast.simphony.visualization.gui.StyleClassStep
-
- StyleOGL2D<T> - Interface in repast.simphony.visualizationOGL2D
-
Style interface for ogl 2D styling.
- StylePreviewFactory - Class in repast.simphony.gis.styleEditor
-
Factory for creating style preview labels that are used in GUI elements to
show how style agents will appear.
- StylePreviewFactory() - Constructor for class repast.simphony.gis.styleEditor.StylePreviewFactory
-
- Styler - Class in repast.simphony.visualization.gis
-
- Styler() - Constructor for class repast.simphony.visualization.gis.Styler
-
Deprecated.
- StyleRegistrar<T> - Class in repast.simphony.visualization.engine
-
Creates a style from a style classname.
- StyleRegistrar() - Constructor for class repast.simphony.visualization.engine.StyleRegistrar
-
- StyleRegistrar.Registrar<T> - Interface in repast.simphony.visualization.engine
-
Inteface for a closure that registers the created
style on the display.
- StyleRegistrar2D - Class in repast.simphony.visualization.engine
-
Style registrar for 2D displays.
- StyleRegistrar2D() - Constructor for class repast.simphony.visualization.engine.StyleRegistrar2D
-
- StyleRegistrar3D - Class in repast.simphony.visualization.engine
-
Style registrar for 3D displays.
- StyleRegistrar3D() - Constructor for class repast.simphony.visualization.engine.StyleRegistrar3D
-
- StyleRegistrarOGL2D - Class in repast.simphony.visualization.engine
-
Style registrar for 2D displays.
- StyleRegistrarOGL2D() - Constructor for class repast.simphony.visualization.engine.StyleRegistrarOGL2D
-
- StyleStep - Class in repast.simphony.visualization.gui
-
Abstract style step for display wizards that provides basic agent selection.
- StyleStep(String, String) - Constructor for class repast.simphony.visualization.gui.StyleStep
-
- StyleStep.AgentTypeElement - Class in repast.simphony.visualization.gui
-
Stores agent name, class and style attributes in the list entries
- StyleTableModel - Class in repast.simphony.visualization.gui
-
- StyleTableModel() - Constructor for class repast.simphony.visualization.gui.StyleTableModel
-
- subContexts - Variable in class repast.simphony.context.AbstractContext
-
- subContexts() - Method in class repast.simphony.scenario.data.ContextData
-
Gets an iterable over the sub-context data of this
ContextData.
- sublist(List<E>, int, int) - Static method in class repast.simphony.relogo.Utility
-
Returns the portion of a list from one position to before another
position.
- substring(String, int, int) - Static method in class repast.simphony.relogo.Utility
-
Returns the portion of a string from one position to before another
position.
- subtractHeadings(double, double) - Static method in class repast.simphony.relogo.Utility
-
Returns the difference of two headings.
- subtraction(Matrix, Matrix) - Static method in class repast.simphony.groovy.math.MatrixOperations
-
- subtraction(Amount, Amount) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- subtraction(Amount, Number) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- subtraction(Number, Amount) - Static method in class repast.simphony.groovy.math.UnitsOperations
-
- sum(Collection) - Static method in class repast.simphony.relogo.Utility
-
Returns the sum of a collection.
- surfaceImage - Variable in class repast.simphony.visualization.gis3D.CoverageLayer
-
- SurfaceShapeLayer - Class in repast.simphony.visualization.gis3D
-
Styled display layer for WorldWind display layers.
- SurfaceShapeLayer(String, SurfaceShapeStyle<?>) - Constructor for class repast.simphony.visualization.gis3D.SurfaceShapeLayer
-
- SurfaceShapeStyle<T> - Interface in repast.simphony.visualization.gis3D.style
-
Interface for surface shapes (lines, polygons) in the 3D GIS display.
- SVGApplication - Class in repast.simphony.statecharts.runtime
-
Test SVGApplication adapted from: http://xmlgraphics.apache.org/batik/using/swing.html
- SVGApplication(JFrame) - Constructor for class repast.simphony.statecharts.runtime.SVGApplication
-
- svgCanvas - Variable in class repast.simphony.statecharts.runtime.SVGApplication
-
- SVGSpatialSource - Class in repast.simphony.visualizationOGL2D
-
Registers spatials from an SVG spatial source.
- SVGSpatialSource(String, String) - Constructor for class repast.simphony.visualizationOGL2D.SVGSpatialSource
-
- SVGToBufferedImage - Class in repast.simphony.visualizationOGL2D
-
Reads an SVG file into a buffered image.
- SVGToBufferedImage() - Constructor for class repast.simphony.visualizationOGL2D.SVGToBufferedImage
-
- SVGToNamedShape - Class in repast.simphony.visualizationOGL2D
-
- SVGToNamedShape(String, String) - Constructor for class repast.simphony.visualizationOGL2D.SVGToNamedShape
-
- SVGToNamedShape(String, String, Map<String, String>) - Constructor for class repast.simphony.visualizationOGL2D.SVGToNamedShape
-
- SVGUtils - Class in repast.simphony.statecharts.runtime
-
- SVGUtils() - Constructor for class repast.simphony.statecharts.runtime.SVGUtils
-
- swap(QuadEdge) - Method in class repast.simphony.space.delaunay.DelaunayGraph
-
- swap() - Method in class repast.simphony.valueLayer.BufferedGridValueLayer
-
Swaps the read and write buffers.
- swapItems() - Method in class repast.simphony.visualization.gui.StyleTableModel
-
- sweeper - Variable in class repast.simphony.parameter.xml.AbstractXMLSweeperProducer
-
- SweeperProducer - Interface in repast.simphony.parameter
-
Interface for classes that produce a ParameterTreeSweeper and its
concommitant Parameters.
- SwitchTo(int) - Method in class repast.simphony.engine.watcher.query.QueryParserTokenManager
-
- SymbolEditorDialog - Class in repast.simphony.gis.styleEditor
-
Dialog that wraps a RuleEditPanel.
- SymbolEditorDialog(Frame) - Constructor for class repast.simphony.gis.styleEditor.SymbolEditorDialog
-
- SymbolEditorDialog(Dialog) - Constructor for class repast.simphony.gis.styleEditor.SymbolEditorDialog
-
- symbolizer - Variable in class repast.simphony.gis.styleEditor.RuleEditPanel
-
- SymbolizerFactory - Interface in repast.simphony.gis.styleEditor
-
Interface for classes that create Symoblizers.
- SymbolizerFactoryBuilder - Class in repast.simphony.gis.styleEditor
-
Builds SymbolizerFactories of different types.
- SymbolizerFactoryBuilder() - Constructor for class repast.simphony.gis.styleEditor.SymbolizerFactoryBuilder
-
- SYN_CONTEXT_PREFIX - Static variable in interface repast.simphony.context.Context
-
- syncToSource() - Method in class repast.simphony.util.RandomAccessScanner
-
- SyntheticDisplayData - Class in repast.simphony.visualization.editor
-
- SyntheticDisplayData(VisualizedObjectContainer) - Constructor for class repast.simphony.visualization.editor.SyntheticDisplayData
-
Deprecated.
- SystemConstants - Interface in repast.simphony.util
-
Holds some system specific constants.